Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-django
https://github.com/divagicha/awesome-django
Last synced: about 22 hours ago
JSON representation
-
Admin interface
- django-admin-easy - Collection of admin fields and decorators.
- django-admin-interface - The ultimate admin interface, based on a modern flat theme, it lets you customize the admin title, logo and colors by the admin itself.
- django-admin-tools - A collection of extensions/tools for the default django administration interface
- django-flat-theme - A flat theme for Django admin interface. Modern, fresh, simple. ([merged into Django 1.9+](https://docs.djangoproject.com/en/1.9/releases/1.9/#new-styling-for-contrib-admin))
- django-flat-responsive - An extension for Django admin and django-flat-theme that makes interface mobile friendly.
- django-fluent-dashboard - An improved django-admin-tools dashboard for Django projects
- django-jet - Modern responsive template for the admin interface with improved functionality.
- django-material
- django-object-actions
- yawd-admin - An administration website for Django
- django-hijack - Allows superusers to hijack (=login as) and work on behalf of another user.
- yawd-admin - An administration website for Django
- django-admin2 - Extendable, adaptable rewrite of django.contrib.admin
- django-grappelli - A jazzy skin for the Django Admin-Interface.
- django-suit - Modern theme for Django admin interface.
- django-wpadmin - WordPress look and feel for Django administration panel.
- django-xadmin - Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap
-
Asset Management
- django-pipeline - Asset packaging for Django.
- django-systemjs - Django SystemJS brings the Javascript of tomorrow to Django, today. (JSPM integration in Django)
- python-webpack - Python bindings for webpack with django integration.
- django-webpack-loader - Transparent webpack integration for django.
- django-compressor - Compresses linked and inline javascript or CSS into a single cached file.
- django-gears - Compiles and concatenates JavaScript and CSS assets.
-
Authentication
- django-organizations - Multi-user accounts for Django projects.
- django-rest-auth - A set of REST API endpoints to handle User Registration and Authentication tasks.
- django-otp - A pluggable framework for adding two-factor authentication to Django using one-time passwords.
- python-social-auth - Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.
- django-two-factor-auth - User-friendly Two-Factor authentication.
- django-userena - Accounts for Django made beautifully simple
- django-allauth - Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
-
Authorization
- django-guardian - Implementation of per object permissions as authorization backend.
- django-oauth2-provider - Provide OAuth2 access to your app
- 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.
- django-oauth-toolkit - OAuth2 goodies for the Djangonauts!
-
Blog Management
- django-blog-zinnia - Simple yet powerful and really extendable application for managing a blog within your Django Web site.
- puput - A Django blog app implemented in Wagtail.
-
Boilerplate
- 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.
- cookiecutter - A command-line utility that creates projects from cookiecutters (project templates).
-
Caching
- 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-cachalot - Caches your Django ORM queries and automatically invalidates them.
- django-memoize - An implementation of [memoization](https://en.wikipedia.org/wiki/Memoization) technique for Django.
-
Compatibility
- django-compat - For- and backwards compatibility layer for the officially supported Django versions.
- django-compat-lint - Check Django compatibility of your code.
-
Database
- django-postgres-fuzzycount - Fast / fuzzy PostgreSQL counts for Django.
-
Debugging
- sentry - A modern error logging and aggregation platform.
- django-silk - Silky smooth profiling for Django
- django-debug-toolbar - A configurable set of panels that display various debug information about the current request/response.
- nplusone - Auto-detecting the n+1 queries problem in Django (and other ORMs)
-
Email
- django-drip - Django Admin based management for drip email campaigns
- django-email-extras - Various email utilities: PGP encryption, multipart templates, web browser test backend.
- 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.
- djmail - A simple and nonobstructive django email middleware.
-
Fields
- django-audiofield - Allows audio files upload, management and conversion to different audio format (mp3, wav & ogg).
- django-macaddress - MAC Address model and form fields for Django.
- django-money - A little Django app that uses py-moneyed to add support for Money fields in your models and forms.
- django-searchable-select - A better and faster multiple choice widget with suggestions.
- django-bitfield - A BitField extension for Django models.
- django-image-tools - A package to handle images in Django.
- django-imagekit - Automated image processing for Django.
- django-phonenumber-field - A Django library which interfaces with [python-phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) to validate, pretty print and convert
- django-picklefield - A pickled object field for Django
-
Image handling
- django-image-cropping - helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
-
Import/Export
- django-import-export - Django application and library for importing and exporting data with admin integration.
-
Mobile Support
- 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.
-
Payment Processing
- django-paypal - A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.
- 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-pinpayments - Django library to simplify payment processing with pin.
- django-zebra - Forms, widgets, template tags and examples that make Stripe + Django easier.
- dj-stripe - Django + Stripe Made Easy.
-
Books
- Effective Django
- Effective Django
- High Performance Django - Deploying fast, scalable Django sites.
- Two Scoops of Django: Best Practices for Django 1.8 - A best practice book for making Python and Django as fun as ice cream.
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Getting started with Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
-
Migrations
- 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](https://docs.djangoproject.com/en/dev/topics/migrations/))
-
Project Management
- taiga - Agile, Free and Open Source Project Management Tool
- django-timepiece - A multi-user Django application for tracking people's time on projects.
- ITSY - Issue Tracking System
-
RESTful API
- django-tastypie - Creating delicious APIs for Django apps since 2010.
- django-nap - A minimalist approach to object serialization, RESTful views, and RPC views.
- django-rest-auth - This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON).
-
Settings
- django-dynamic-preferences - Dynamic global and instance settings for your django project.
-
Storage
- django-storages - django-storages is a collection of custom storage backends for Django.
-
WYSIWYG Editors
- django-wysiwyg-redactor - A lightweight wysiwyg editor for Django.
-
Workflows
- django-workflows - django-workflows provides a generic workflow engine for Django.
-
Other
- django-autoadmin - Automatic admin users for Django projects.
-
e-Commerce
- Satchmo - Satchmo is an eCommerce framework created in Django which allows you to develop unique and robust online stores.
- Django-Shop - A Django based shop system.
-
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.
- 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 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.
- DjangoCon US - is the largest North American Django conference generally held the first week in September each year.
-
Videos
- Must Watch Django Videos - Must-watch videos about Django (or about Python as applied to Django)
-
Model Extensions
- django-model-utils - Django model mixins and utilities.
- django-treebeard - Alternative tree data structures for Django (provides 3 different methods for storing hierarchical data, including MPTT )
- django-mptt - Utilities for implementing a modified pre-order traversal tree in django.
-
Reporting
- django-model-report - Django reports integrated with highcharts.
- django-report-builder - A GUI for Django ORM. Build custom queries and display results. Targets sys admins and capable end users who might not be able to program.
-
Forms
- django-autocomplete-light - django-autocomplete-light's purpose is to enable autocompletes quickly and properly in a django project.
- django-bootstrap-form - Twitter Bootstrap for Django Form
- 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.
-
Analytics
- django-analytical - Integrates analytics services with a generic interface, templates stay clean.
-
File Transfers
- django-downloadview - Serve files with Django.
Programming Languages
Categories
Books
18
Admin interface
17
Fields
9
Payment Processing
7
Email
7
Authentication
7
Asset Management
6
Websites
4
Caching
4
Debugging
4
Forms
4
Authorization
4
Project Management
3
Model Extensions
3
RESTful API
3
Conferences
3
Boilerplate
3
Blog Management
2
Reporting
2
Compatibility
2
e-Commerce
2
Analytics
1
Workflows
1
File Transfers
1
Storage
1
Image handling
1
Settings
1
Import/Export
1
Database
1
Mobile Support
1
WYSIWYG Editors
1
Other
1
Migrations
1
Videos
1
Sub Categories
Keywords
django
25
python
16
django-admin
5
admin
4
css
2
admin-dashboard
2
celery
2
responsive
2
blog
2
interface
2
customizable
2
themes
1
django-rest-framework
1
responsive-theme
1
administration
1
authentication
1
backoffice
1
dashboard
1
template
1
crud
1
form
1
organization
1
material-design
1
materializecss
1
accounts
1
organisation
1
groups
1
easy
1
easy-to-use
1
colors
1
custom
1
enviroment
1
enviroments
1
flat
1
logo
1
modal
1
modals
1
popup
1
settings
1
theme
1
ui
1
window
1
windows
1
admin-menu
1
admin-panel
1
monitoring
1
sentry
1
tag-production
1
featured
1
mail
1