Awesome Django
This project is being migrated to GitLab: https://gitlab.com/rosarior/awesome-django. This repository will be removed once all tickets are closed.
A curated list of awesome Django apps, projects and resources. Inspired by and based on awesome-python.
Twitter feed: twitter.com/AwesomeDjango
- Awesome Django
- Admin Interface
- Analytics
- Asset Management
- Authentication
- Authorization
- Boilerplate
- Caching
- Compatibility
- Data Sciences
- Database
- Debugging
- Fields
- File Transfers
- Forms
- GIS
- Image handling
- Migrations
- Mobile Support
- Model Extensions
- Payment Processing
- Project Management
- RESTful API
- SEO
- Search
- Security
- Settings
- Storage
- Tagging
- Task Queue
- Testing
- Thumbnail
- Translations
- Views
- Web frontend integration
- Wiki apps
- Workflows
- WYSIWYG Editors
- Other
- Projects
- Resources
- Utilities
- Contributing
Admin interface
Packages that extend the Admin interface, adding or improving features.
- djamin - A new style for Django admin.
- django-admin-bootstrap - Responsible Skin for Django Admin
- django-admin-bootstrapped - A Django admin theme using Twitter Bootstrap.
- django-admin-tools - A collection of extensions/tools for the default django administration interface
- django-admin2 - Extendable, adaptable rewrite of django.contrib.admin
- django-flat-theme - A flat theme for Django admin interface. Modern, fresh, simple.
- django-fluent-dashboard - An improved django-admin-tools dashboard for Django projects
- django-grappelli - A jazzy skin for the Django Admin-Interface.
- django-hijack - Allows superusers to hijack (=login as) and work on behalf of another user.
- django-material Material design for Django Forms and Admin. Template driven.
- django-suit - Modern theme for Django admin interface.
- django-xadmin - Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap
- django-wpadmin - WordPress look and feel for Django administration panel.
- yawd-admin - An administration website for Django
Analytics
Packages that do web analytics or integrate web analytics services.
- django-analytical - Integrates analytics services with a generic interface, templates stay clean.
Asset Management
Packages that help manage the static assets of a project.
- django-compressor - Compresses linked and inline javascript or CSS into a single cached file.
- django-gears - Compiles and concatenates JavaScript and CSS assets.
- django-htmlmin - HTML minifier for Python with full support for HTML 5 and Django.
- django-pipeline - Asset packaging for Django.
- django-webpack-loader - Transparent webpack integration for django.
- python-webpack - Python bindings for webpack with django integration.
Authentication
Packages that improve or extend the authentication methods of Django.
- django-allauth - Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
- django-organizations - Multi-user accounts for Django projects.
- django-otp - A pluggable framework for adding two-factor authentication to Django using one-time passwords.
- django-rest-auth - A set of REST API endpoints to handle User Registration and Authentication tasks.
- django-two-factor-auth - User-friendly Two-Factor authentication.
- django-userena - Accounts for Django made beautifully simple
- python-social-auth - Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.
- django-registration - Simple user-registration application for Django, designed to make allowing user signups as painless as possible.
Authorization
Packages related to authorization infrastructure and permissions.
- django-guardian - Implementation of per object permissions as authorization backend.
- django-oauth-toolkit - OAuth2 goodies for the Djangonauts!
- django-oauth2-provider - Provide OAuth2 access to your app
- django-oml - Object Moderation Layer, mixin for models that allows you moderate several content types.
- django-permission An enhanced permission library which enables a logic-based permission system to handle complex permissions in Django
- django-rules - A tiny but powerful app providing object-level permissions to Django, without requiring a database. At its core, it is a generic framework for building rule-based systems, similar to decision trees. It can also be used as a standalone library in other contexts and frameworks.
Boilerplate
-
Packages related to smart a new project starting.*
-
cookiecutter - A command-line utility that creates projects from cookiecutters (project templates).
-
django-hackathon-starter - A boilerplate for Django web applications, containing various social authentication methods and several popular API examples.
-
edge - A Django project skeleton that is modern and cutting edge.
Caching
Packages that help with caching.
- django-cachalot - Caches your Django ORM queries and automatically invalidates them.
- django-cache-machine - Automatic caching and invalidation for Django models through the ORM.
- django-cacheops - A slick ORM cache with automatic granular event-driven invalidation.
- django-memoize - An implementation of memoization technique for Django.
- django-ormcache - A cache manager mixin that provides some caching of objects for the ORM.
- johnny-cache - Johnny Cache is a caching framework for django applications.
Compatibility
Packages that help to keep compatibility of reusable apps between different Django versions.
- django-compat - For- and backwards compatibility layer for the officially supported Django versions.
- django-compat-lint - Check Django compatibility of your code.
Data sciences
*Packages that make it easier to work with large volumes of data
- rest-pandas - Serves up your Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel).
Database
Packages that add support for 3rd party databases or database specific features.
- django-postgrespool - Postgres Connection Pooling for Django, powered by SQLAlchemy.
- dj-database-url - Use Database URLs in your Django Application.
- django-mysql - Extensions to Django for use with MySQL/MariaDB.
- django-postgres-fuzzycount - Fast / fuzzy PostgreSQL counts for Django.
Debugging
Packages that help hunt down bugs.
- django-debug-toolbar - A configurable set of panels that display various debug information about the current request/response.
- django-devserver - A drop in replacement for Django's built-in runserver command.
- django-querycount - Middleware that Prints the number of DB queries to the runserver console.
- django-silk - Silky smooth profiling for Django
- nplusone - Auto-detecting the n+1 queries problem in Django (and other ORMs)
Packages that help manage email sending.
- django-db-mailer - Django module to easily send email/sms/push/tts using django templates stored on database and managed through the Django Admin.
- django-celery-email - A Django email backend that uses a celery task for sending the email.
- django-drip - Django Admin based management for drip email campaigns
- django-mailgun - A Django email backend for Mailgun.
- django-post_office - A simple app to send and manage your emails in Django, supports templates and can be easily integrated with task queues.
- django-ses - A Django email backend for Amazon's Simple Email Service.
- django-spoolgore - A django email backed for the Spoolgore daemon.
- django-templated-email - Django module to easily send templated emails using django templates, or using a transactional mail provider (mailchimp, silverpop, etc.)
- django-yubin - django-mailer2 + django-mailviews with some extras.
- djrill - Email backend and new message class for Mandrill transactional email service from MailChimp.
- django-email-extras - Various email utilities: PGP encryption, multipart templates, web browser test backend.
Fields
Packages that extend the functionality of existing field type or add new field types.
- django-bitfield - A BitField extension for Django models.
- django-countries - Provides country choices for forms, flag icons, and a CountryField.
- django-enumfield - Custom Django field for using enumerations of named constants.
- django-image-tools - A package to handle images in Django.
- django-imagekit - Automated image processing for Django.
- django-jsonfield - JSONField for Django models.
- django-location-field - Location field and widget integrated with google maps.
- [django-macaddress] (https://github.com/tubaman/django-macaddress) - MAC Address model and form fields for Django.
- django-phonenumber-field - A Django library which interfaces with python-phonenumbers to validate, pretty print and convert phone numbers.
- django-picklefield - A pickled object field for Django
- django-uuidfield - A UUIDField for Django.
- django-versatileimagefield - A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.
File Transfers
Packages that help transfer files between projects and users
- django-downloadview - Serve files with Django.
- django-sendfile - This is a wrapper around web-server specific methods for sending files to web clients.
Forms
Packages that extend the functionality of forms or add new types of forms.
- django-bootstrap-form - Twitter Bootstrap for Django Form
- django-bootstrap3 - Use Bootstrap in your Django templates, the Django way.
- django-crispy-forms - 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 the rendered HTML.
- django-floppyforms - django-floppyforms is an application that gives you full control of the output of forms rendering. The forms API and features are exactly the same as Django’s, the key difference is that fields and widgets are rendered in templates instead of using string interpolation, giving you full control of the output using Django templates.
- django-autocomplete-light - django-autocomplete-light's purpose is to enable autocompletes quickly and properly in a django project.
GIS
Packages that make it easier to work with geographical information system projects.
- django-geoposition - A model field that can hold a geoposition (latitude/longitude), and corresponding admin/form widget.
- django-location-field - Location field and widget integrated with Google Maps.
Image handling
Packages that help to manipulate, alter, or convert images.
- django-image-cropping - helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
RESTful API
Packages for developing RESTful APIs.
- django-nap - A minimalist approach to object serialization, RESTful views, and RPC views.
- django-rest-framework - A powerful and flexible toolkit that makes it easy to build Web APIs.
- django-rest-swagger - Swagger Documentation Generator for Django REST Framework
- django-tastypie - Creating delicious APIs for Django apps since 2010.
- restless - A lightweight REST miniframework for Python
Migrations
Packages that help migrate the database when there are schema updates.
- South - Django application to provide schema and data migrations that supports Django up to 1.6.x. (Django 1.7 and up have an integrated migration system, based on but not compatible with South)
Mobile Support
Packages that help you support for mobile iOS, Android and Others
- django-push-notifications - A minimal Django app that implements Device models that can send messages through APNS and GCM.
- django-pushy - Django app that provides push notifications functionality with celery. The main purpose of this app is to help you send push notifications to your users at scale. If you have lots of registered device keys, django-pushy will split your keys into smaller groups which run in parallel making the process of sending notifications faster.
Model Extensions
Packages that extend the functionality of models or add new classes of models.
- django-aggregate-if - Conditional aggregates for Django queries, just like the famous SumIf and CountIf in Excel.
- django-localflavor - Country-specific Django helpers, formerly of contrib fame.
- django-model-utils - Django model mixins and utilities.
- django-mptt - Utilities for implementing a modified pre-order traversal tree in django.
- django-treebeard -Alternative tree data structures for Django (provides 3 different methods for storing hierarchical data, including MPTT )
Payment Processing
Packages that provide payment processing provider integration.
- dj-stripe - Django + Stripe Made Easy.
- django-merchant - A Django app that provides helpers for multiple pluggable payment backends.
- django-paypal - A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.
- django-pinpayments - Django library to simplify payment processing with pin.
- django-oscar-adyen - This package provides integration with the Adyen payment gateway. It is designed to work seamlessly with the e-commerce framework django-oscar but can be used without Oscar.
- django-oscar-paymentexpress - This package provides integration with the payment gateway, PaymentExpress using their PX POST API. It is designed to work seamlessly with the e-commerce framework django-oscar but can be used without it.
- django-oscar-paypal - PayPal integration for django-oscar. Can be used without Oscar too.
- django-zebra - Forms, widgets, template tags and examples that make Stripe + Django easier.
Project Management
- django-timepiece - A multi-user Django application for tracking people's time on projects.
Search
Packages that provide search capabilities to projects.
- django-haystack - Modular search for Django.
- django-watson - Fast multi-model full-text search plugin.
- djorm-ext-pgfulltext - PostgreSQL full-text search integration with django orm.
Security
Packages that improve the security of a project.
- django-admin-honeypot - A fake Django admin login screen to notify admins of attempted unauthorized access.
- django-axes - is a very simple way for you to keep track of failed login attempts, both for the Django admin and for the rest of your site.
- django-debreach - BREACH mitigation for Django apps.
- django-password-session - Invalidate all active sessions after change password (not needed for Django 1.7+).
- django-secure - Helping you remember to do the stupid little things to improve your Django site's security.
- django-sslify - Force SSL on your Django site.
- django-stronghold - Stronghold is middleware to default all your views to login required.
- django-secure-auth - Secure authentication by TOTP, SMS, Codes & Question. Login protection with ban by IP and captcha.
SEO
Packages that help improve SEO ( Search Engine Optimization ) of projects.
- django-meta - a pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
- django-seo - Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.
- django-robots - A Django app for managing robots.txt files following the robots exclusion protocol.
Settings
Packages that help manage the configurability of projects.
- django-configurations - A helper for organizing Django project settings by relying on well established programming patterns.
- django-constance - A Django app for storing dynamic settings in pluggable backends (Redis and Django model backend built in) with an integration with the Django admin app.
- python-decouple - Strict separation of config from code.
- django-environ - Allows you to utilize 12factor inspired environment variables to configure your Django application.
Storage
Packages that extend the functionality of the existing storage backend or provide new storage backends.
- django-storages - django-storages is a collection of custom storage backends for Django.
- django-queued-storage - Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely.
- django-webdav-storage - Django storage backend that stores files in custom WebDAV storage.
- django-selectel-storage - This application allows you easily save media and static files into Selectel cloud storage.
Tagging
- django-taggit - Simple tagging for Django.
- django-taggit-helpers - Django admin helper classes for django-taggit tags.
Task Queue
Packages that make working with task/background queues easier.
- django-celery - Celery Integration for Django. (no longer required for Celery 3.1 and up)
- django-rq - The easiest way to monitor and use RQ in your Django projects.
- huey - A little multi-threaded task queue for python.
- django-q - A native multiprocessing task queue for Django.
Testing
Packages that help test code or generate test data.
- hitchtest - High level integration testing framework for Django.
- django-behave - TestRunner for the Behave BDD module.
- django-faker - Fake-factory to generate test data.
- django-dynamic-fixture - A complete library to create dynamic model instances for testing purposes.
- django-jenkins - Plug and play continuous integration with django and jenkins.
- django-nose - Test runner using nose.
- django-selenium - Selenium testing support.
- django-slowtests - Locate your slowest tests.
- django-test-plus - Useful addons to Django's default TestCase that greatly reduces boilerplate code
- factory_boy - A test fixtures replacement for Python
- lettuce-django-terrain - Terrain file for lettuce in django projects
- [mixer] (https://github.com/klen/mixer) - An application to generate instances of Django or SQLAlchemy models. Fast and convenient test-data generation.
- [mock-django] (https://github.com/dcramer/mock-django) - A simple library for mocking certain Django behavior, such as the ORM.
- model-mommy - Smart fixtures for better tests.
- pytest-django - Test runner using py.test
- splinter - Test framework for web applications.
- django-shotgun - Test entire Django sites.
Thumbnail
Packages that help generate thumbnails.
- django-stdimage - Thumbnails and image utils for Django.
- easy-thumbnails - Easy thumbnails for Django.
- sorl-thumbnail - Thumbnails for Django.
Translations
Packages help with the task of translating projects.
- django-klingon - An attempt to make django model translations suckless and with no integrations pain in your app.
- django-hvad - Painless translations in django, using the regular ORM. Integrates easily into existing projects and apps. Easy convertible from django-multilingual-ng.
- django-modeltranslation - Translate dynamic content of existing Django models to an arbitrary number of languages without having to change the original model classes.
- django-parler - Simple Django model translations without nasty hacks
- django-rosetta - Rosetta is a Django application that eases the translation process of your Django projects.
Views
Packages that enhance or provide new view classes.
- django-extra-views - Django's class-based generic views are awesome, let's have more of them.
- django-vanilla-views - Beautifully simple class-based views.
Web frontend integration
- django-angular - Let AngularJS play well with Django.
- django-bower - Easy way to use bower with your Django project.
- django-js-reverse - Javascript url handling for Django that doesn't hurt.
- djangular - A reusable Django app that provides better integration and tools for Angular.js.
WYSIWYG Editors
Packages that makes text editing awesome.
- django-ckeditor - Django admin CKEditor integration.
- django-summernote - Summernote is a simple WYSIWYG editor. django-summernote allows you to embed Summernote into Django very handy. Support admin mixins and widgets.
- django-tinymce - TinyMCE integration for Django.
- django-wysiwyg - A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.
- django-wysiwyg-redactor - A lightweight wysiwyg editor for Django.
Wiki apps
- django-wiki A wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models.
- waliki An extensible wiki app for Django with a Git backend.
Workflows
Packages that do process, procedure and/or business tasks management.
- django-flows - django-flows keeps state and position in complicated flows of logic, allowing optional branches and complicated paths through a series of individual user actions.
- django-fsm - Django friendly finite state machine support.
- django-states - State machine for django models.
- django-viewflow - Reusable workflow library for Django.
- django-workflows - django-workflows provides a generic workflow engine for Django.
- django-xworkflows - Library to plug xworkflows into django models.
- django-river - Django state machine and workflow library provides on the fly changes.
Other
- dj-database-url - Utilize the 12factor inspired DATABASE_URL environment variable to configure your Django application.
- django-activeurl - Easy to use active URL highlighting for django
- django-activity-stream - Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
- django-adminactions - Collection of useful actions to use with django.contrib.admin.ModelAdmin and/or django.contrib.admin.AdminSite
- django-autoadmin - Automatic admin users for Django projects.
- django-braces - Reusable, generic mixins for Django.
- django-calendarium - A reusable app to manage and display a calendar in your templates.
- django-changuito - A cart app for your django site, an updated fork of django-cart
- django-cors-headers - Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).
- django-dynamic-scraper - Creating Scrapy scrapers via the Django admin interface.
- django-extensions - This is a repository for collecting global custom management extensions for the Django Framework.
- django-filter - A generic system for filtering Django QuerySets based on user selections.
- django-friendship - Django app to manage following and bi-directional friendships.
- django-gravatar2 - Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!
- django-magic-embed - an easy and simple Django template tag and tool to embed video and get thumbnails from video providers.
- django-markitup - A Django reusable application for end-to-end markup handling.
- django-pagination - https://github.com/ericflo/django-pagination.
- django-quiz-app - This is a configurable quiz app for Django.
- django-recaptcha - Django reCAPTCHA form field/widget integration app.
- django-smuggler - Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the automatically-generated administration interface.
- django-solo - Helps working with singletons - things like global settings that you want to edit from the admin site.
- django-sql-explorer - Easily share data via SQL queries, right from Django
- django-ratelimit - provides a decorator to rate-limit views. Limiting can be based on IP address or a field in the request--either a GET or POST variable.
- django-uuslug - a slugify application that guarantees Uniqueness and handles Unicode.
- django-watchman - django-watchman exposes a status endpoint for your backing services like databases, caches, etc.
- django-websocket-redis - Websockets for Django applications using Redis as message queue.
- metamon - Collection of Ansible playbooks to quickly start your Django Application
- micawber - A small library for extracting rich content from urls.
- towel - a collection of tools which make your life easier if you are building a web application using Django.
- django-hackathon-starter - A boilerplate for Django web applications, containing various social authentication methods and several popular API examples.
- django-mmc - App for monitoring management commands on Django..
- django-overextends - Circular template inheritance for Django.
Projects
Outstanding Django projects.
CMS
- django-cms - The easy-to-use and developer-friendly CMS.
- django-fiber - Django Fiber, a simple, user-friendly CMS for all your Django projects
- feincms - A Django-based CMS with a focus on extensibility and concise code.
- Mezzanine - A content management platform built using the Django framework.
- wagtail - A new Django content management system.
Document Management
- mayan-edms - Open source, Django based DMS (document management system) with custom metadata indexing, file serving integration, OCR capabilities, document versioning and electronic signature verification.
e-Commerce
- Satchmo - Satchmo is an eCommerce framework created in Django which allows you to develop unique and robust online stores.
- django-oscar - Domain-driven e-commerce for Django.
- Cartridge - Ecommerce for Django/Mezzanine.
Other
- Django packages - Django Packages is a directory of reusable apps, sites, tools, and more for your Django projects.
- django-salted - Full stack SaltStack configuration for Django with the help of Vagrant.
- Drum - Reddit / Hacker News clone for Django/Mezzanine.
Project Management
Resources
Where to discover new Django apps and projects.
Books
- Two Scoops of Django: Best Practices for Django 1.8 - A best practice book for making Python and Django as fun as ice cream.
- High Performance Django (1.7) - Deploying fast, scalable Django sites.
- Lightweight Django (1.7) - Using REST, WebSockets, and Backbone with Django
- Test-Driven Web Development with Python (1.7)
- Djen of Django (< 1.7)
- Getting started with Django (video)
- Tango With Django (1.5)
- Effective Django (1.5)
- Django by Example for Django 1.5 (1.5)
- Django by Example (1.2)
Websites
- Django Girls Tutorial - A fun and engaging tutorial showing how to build a blog using Django and deploy it to Heroku.
- Django Introduction - A reusable set of slides to educate more people about Django.
- Django Packages - Django Packages is a directory of reusable apps, sites, tools, and more for your Django projects.
- Django Sites - Django Sites is a showcase of websites powered by Django.
- Full Stack Python's Django page - contains explanations for Django's philosophy and its components along with links to other resources and tutorials.
Conferences
- Django Beer - the new meeting of the Django community of Florence.
- Django Village - the Italian Django community conference. An opportunity to meet djangonauts from all over Italy and abroad.
- Django Weekend - is a Django/Python non-profit community event, organised and run entirely by volunteers. The conference is Django-focused, but all aspects of Python fall within its remit.
- Django: Under The Hood - is an exciting new Django conference for experienced Django developers. Come and learn about the internals of Django, and help to shape its future.
- DjangoCon Europe - is the annual largest European-based Django conference that is usually held in late spring.
- DjangoCon US - is the largest North American Django conference generally held the first week in September each year.
Non Python packages
- cookiecutter-django - A cookiecutter template for creating Django projects quickly.
External documentation
Additional sources of information about django features.
- Classy Class-Based Views - Detailed descriptions, with full methods and attributes, for each of Django's class-based generic views.
Videos
- Must Watch Django Videos - Must-watch videos about Django (or about Python as applied to Django)
- GoDjango - Django videos from basics to advanced. Covering 3rd party apps to core Django compontents.
- CodingforEntrepreneur - One of the best collection of Django Videos and all the projects are written in Django.
- One Month Django - The video series will teach you Django in one month
Utilities
Non Django projects that make it easier to work with Django
- Django-manage.py-anywhere - Run manage.py commands from anywhere. Finds closest to current path manage.py file and runs commands against it.
Contributing
Just fork and send a pull request with your awesome Django apps, projects or resources.