Skip to content

henriquebastos/awesome-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

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.

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.

Search

Tagging

Translations

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

Storage

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

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.

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

Contributing

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

About

A curated list of awesome Django apps and projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published