Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-django


https://github.com/kinihun/awesome-django

Last synced: 4 days ago
JSON representation

  • Admin interface

    • djamin - A new style for Django admin.
    • django-admin-bootstrap - Responsive Skin for Django Admin
    • django-admin-bootstrapped - A Django admin theme using Twitter Bootstrap.
    • 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-admin2 - Extendable, adaptable rewrite of django.contrib.admin
    • 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-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-jet - Modern responsive template for the admin interface with improved functionality.
    • django-material
    • django-object-actions
    • 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
    • yawd-admin - An administration website for Django
    • djamin - A new style for Django admin.
    • django-admin-bootstrapped - A Django admin theme using Twitter Bootstrap.
    • django-admin2 - Extendable, adaptable rewrite of django.contrib.admin
    • django-wpadmin - WordPress look and feel for Django administration panel.
  • Analytics

    • django-analytical - Integrates analytics services with a generic interface, templates stay clean.
  • Asset Management

    • 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-systemjs - Django SystemJS brings the JavaScript of tomorrow to Django, today. (JSPM integration in Django)
    • django-webpack-loader - Transparent webpack integration for django.
    • python-webpack - Python bindings for webpack with django integration.
    • django-webpacker - A django compressor tool which bundles CSS, JS files to a single CSS, JS file with webpack and updates your HTML files with respective CSS, JS file path.
    • django-gears - Compiles and concatenates JavaScript and CSS assets.
    • django-htmlmin - HTML minifier for Python with full support for HTML 5 and Django.
  • Authentication

    • 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-registration - Simple user-registration application for Django, designed to make allowing user sign-ups as painless as possible.
    • 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
    • djoser - REST implementation of Django authentication system.
    • python-social-auth - Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.
    • django-otp - A pluggable framework for adding two-factor authentication to Django using one-time passwords.
    • django-registration - Simple user-registration application for Django, designed to make allowing user sign-ups as painless as possible.
  • Authorization

    • 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 - 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.
    • django-oml - Object Moderation Layer, mixin for models that allows you moderate several content types.
    • django-permission - based permission system* to handle complex permissions in Django
  • 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.
    • django-blog-it - complete customizable and ready to use blog with one click installer.
  • Boilerplate

    • 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.
    • demo-allauth-bootstrap - Django sample app with users including social auth via Django-AllAuth.
  • 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](https://en.wikipedia.org/wiki/Memoization) technique for Django.
    • django-ormcache - A cache manager mixin that provides some caching of objects for the ORM.
    • django-redis-cache - A Redis cache backend for django.
    • johnny-cache - Johnny Cache is a caching framework for django applications.
    • django-ormcache - A cache manager mixin that provides some caching of objects for the ORM.
    • django-redis-cache - A Redis cache backend for django.
    • johnny-cache - Johnny Cache is a caching framework for django applications.
  • Compatibility

    • django-compat - Forward and backwards compatibility layer for the officially supported Django versions.
    • django-compat-lint - Check Django compatibility of your code.
  • CRM

    • Django-CRM - Customer relationship management dashboard where you can manage customers at sales of the organization. It Provides to manage leads information and its activity, track issues from leads, manage contacts to send emails of leads and accounts.
  • Dashboards

    • django-dashing - a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the exceptionally handsome dashboard framework Dashing.
    • django-dashing - a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the exceptionally handsome dashboard framework Dashing.
  • Data sciences

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

  • 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.
    • 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)
    • sentry - A modern error logging and aggregation platform.
    • django-web-profiler - A django profiling tool which logs, stores debug toolbar statistics and also a set of URL's statistics using a management command.
    • 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.
  • Email

    • django-celery-email - A Django email backend that uses a celery task for sending the email.
    • 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-drip - Django Admin based management for drip email campaigns
    • django-email-extras - Various email utilities: PGP encryption, multipart templates, web browser test backend.
    • django-email-gateway - A django package which act as a gateway to send emails from SES. Receiving its' corresponding email replys, parsing reply email content with amazon SES.
    • 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.
    • djmail - A simple and nonobstructive django email middleware.
    • djrill - Email backend and new message class for Mandrill transactional email service from MailChimp.
    • django-celery-email - A Django email backend that uses a celery task for sending the email.
    • 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-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.
    • djrill - Email backend and new message class for Mandrill transactional email service from MailChimp.
  • Fields

  • GIS

  • File Transfers

    • django-downloadview - Serve files with Django.
    • django-sendfile - This is a wrapper around web-server specific methods for sending files to web clients.
    • django-filer - Makes multiple files(text/image) uploading easy and provides interface with precise details.
    • django-sendfile - This is a wrapper around web-server specific methods for sending files to web clients.
    • django-filer - Makes multiple files(text/image) uploading easy and provides interface with precise details.
  • 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-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-bootstrap3 - Use Bootstrap in your Django templates, the Django way.
  • Image handling

    • django-image-cropping - helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
    • 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.
    • 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.
  • Import/Export

    • django-import-export - Django application and library for importing and exporting data with admin integration.
  • Migrations

    • django-migrations-graph - Django-admin command to display migrations with dependencies.
    • 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/))
  • Mobile Support

    • 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

    • 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 )
    • 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-treebeard - Alternative tree data structures for Django (provides 3 different methods for storing hierarchical data, including MPTT )
  • Multitenancy

  • Payment Processing

    • dj-stripe - Django + Stripe Made Easy.
    • django-merchant - A Django app that provides helpers for multiple pluggable payment backends.
    • 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-paypal - A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.
    • django-pinpayments - Django library to simplify payment processing with pin.
    • django-zebra - Forms, widgets, template tags and examples that make Stripe + Django easier.
    • django-payu - A Django app that provides integration between Django and PayU Payment Gateway.
    • dj-stripe - Django + Stripe Made Easy.
    • django-merchant - A Django app that provides helpers for multiple pluggable payment backends.
    • 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.
    • 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.
  • Project Management

    • django-timepiece - A multi-user Django application for tracking people's time on projects.
    • ITSY - Issue Tracking System
    • 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
  • 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.
    • 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.
  • RESTful API

    • 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).
    • django-tastypie - Creating delicious APIs for Django apps since 2010.
    • django-nap - A minimalist approach to object serialization, RESTful views, and RPC views.
  • Books

  • 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

    • Mozilla Tutorial - Tutorial that shows how to set up a development environment, and how to get started with using it to create your own web applications.
    • 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.
  • Settings

    • django-dynamic-preferences - Dynamic global and instance settings for your django project.
    • django-split-settings - Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
  • Workflows

    • django-workflows - django-workflows provides a generic workflow engine for Django.
    • django-fsm - Django friendly finite state machine support.
    • django-river - Django state machine and workflow library provides on the fly changes.
    • django-states - State machine for django models.
    • django-xworkflows - Library to plug xworkflows into django models.
  • Other

    • django-autoadmin - Automatic admin users for Django projects.
    • django-calendarium - A reusable app to manage and display a calendar in your templates.
    • django-activity-stream - Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
  • Task Queue

    • huey - A little multi-threaded task queue for python.
  • Testing

  • Tagging

  • WYSIWYG Editors

    • 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-wysiwyg - A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.
  • Thumbnail

    • django-stdimage - Thumbnails and image utils 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.