Cool.<p>My "always on" Django apps:<p><pre><code> * django-compressor
* django-debug-toolbar
* django-waffle
* django-jenkins
* django-statsd-mozilla
* django-markwhat
* django-storages (to put static assets on S3/Cloudfront)
* django-smoketest
</code></pre>
Frequent additions as needed:<p><pre><code> * django-bootstrap3
* django-rest-framework
* django-filter
* celery
* wagtail
</code></pre>
I used to use django-extensions everywhere, but it pulls in ipython and all of ipython's dependencies, which gets pretty heavy.