/awesome-django

A curated list of awesome Django apps and projects.

Awesome Django

A curated list of awesome Django apps. Inspired by and based on awesome-python.

Admin interface

Asset Management

  • django-compressor - Compresses linked and inline javascript or CSS into a single cached file.

Debugging

  • 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.

Fields

File Transfer

  • django-sendfile - This is a wrapper around web-server specific methods for sending files to web clients.

Forms

  • 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.

RESTful API

Libraries for developing RESTful APIs.

Migrations

  • South - Django application to provide schema and data migrations.

Model Extensions

  • django-model-utils - Django model mixins and utilities.
  • django-mptt - Utilities for implementing a modified pre-order traversal tree in django.
  • django-aggregate-if - Conditional aggregates for Django queries, just like the famous SumIf and CountIf in Excel.

Search

Settings

  • django-configuration - A helper for organizing Django project settings by relying on well established programming patterns.
  • python-decouple - Strict separation of config from code.

Storage

  • django-storages - django-storages is a collection of custom storage backends for Django.

Tagging

Testing

Translations

  • django-rosetta - Rosetta is a Django application that eases the translation process of your Django projects.

Other

  • django-activity-stream - Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
  • django-allauth - Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
  • django-braces - Reusable, generic mixins for Django.
  • django-extensions - This is a repository for collecting global custom management extensions for the Django Framework.
  • django-gravatar2 - Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!
  • django-markitup - A Django reusable application for end-to-end markup handling.
  • 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.
  • sentry - Sentry is a realtime, platform-agnostic error logging and aggregation platform.
  • django-secure - Helping you remember to do the stupid little things to improve your Django site's security.
  • django-configurations - A helper for organizing Django project settings by relying on well established programming patterns.

Projects

  • Satchmo - Satchmo is an eCommerce framework created in Django which allows you to develop unique and robust online stores.
  • django-cms - The easy-to-use and developer-friendly CMS
  • django-oscar - Domain-driven e-commerce for Django
  • 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.
  • mezzanine - A content management platform built using the Django framework.
  • Opps - A content management platform built for large portals.

Contributing

Just fork and send a pull request with your awesome django apps and projects after making localbranch