- django-autocomplete-light
- raven for Sentry.io – catching errors with Debug=False
- django-hitcount for counting views on a page
- django-ckeditor
- django-allauth for users (my tutorials are here)
- django-froala-editor
- requests i know that it is not exactly what you are here for, but G-d, after trying to work with German language with urllib.request, I was soooooooooooooooooo happy to get back into a sweet embrace of requests.
- django-admin-sortable2 for smooth and pretty drag’n’drop sorting in Django Admin
- httperf for HTTP tests
- drf-social-oauth2 for Django Rest + social media auth
- 3proxy for easy single-thread proxy
- squid another great way to start your proxy server
- python-decouple a nice and easy way to store environment variables in, say, a Django project so that your settings.py is unchanged during tests (to avoid errors).