Django
The Web framework for perfectionists with deadlines.
A configurable set of panels that display various debug information about the current request/response.
This is a repository for collecting global custom management extensions for the Django Framework.
Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)
Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.
The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control…
A generic system for filtering Django QuerySets based on user selections
A JSON Web Token authentication plugin for the Django REST Framework.
Full featured redis cache backend for Django.
Transparently use webpack with django
https://django-storages.readthedocs.io/
Automated image processing for Django. Currently v4.0
Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can be altered.
Python Social Auth - Application - Django
Bleeding edge django template focused on code quality and security.
A Django application that provides country choices for use with forms, flag icons static files, and a country field for models.
Keep track of failed login attempts in Django-powered sites.
The Best Django Resource, Awesome Django for mature packages.
Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.
A simple super fast django reusable app that blocks people from brute forcing login attempts
A django app that allows the easy addition of Stack Overflow's "PageDown" markdown editor to a django form field, whether in a custom app or the Django Admin
Pylint plugin for improving code analysis for when using Django
SASS processor to compile SCSS files into *.css, while rendering, or offline.
A django-compressor filter to compile SASS files using libsass
Django Static Precompiler provides template tags and filters to compile CoffeeScript, LiveScript, SASS / SCSS, LESS, Stylus, Babel and Handlebars. It works with both inline code and external files.
Code samples used in the blog post "How to Create User Sign Up View"