Ash Christopher
Ash Christopher
 (identity)[vagrant@vagrant identity]$ pip freeze|grep haystack django-haystack==2.0.0 django-haystack-panel==0.1.3 I am using the ElasticSearch backend, and the latest Haystack code and the panel is recording 0 calls to Haystack. I know...
### Issue description When running a Django `runserver` process, and invoking a `import ipdb; ipdb.set_trace()`, if you modify a file and the process restarts, your keyboard inputs will not longer...
We should parse out the imported files and record their modified times. If one of the imports has been modified, we should invalidate and re-compile the sass/scss to css.
Now that the main functionality has been hashed out, and the project more or less works - it needs some test. Sure, I know I should have started doing tests...