Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

awesome-django


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

Last synced: 1 day 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
  • 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.
  • 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 signups 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
    • 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.
  • 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.
  • 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.
  • 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.
  • Compatibility

    • django-compat - Forward and backwards compatibility layer for the officially supported Django versions.
    • django-compat-lint - Check Django compatibility of your code.
  • 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.
  • 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).
  • 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.
  • 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-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.
  • Fields

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

  • 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.
  • Import/Export

    • django-import-export - Django application and library for importing and exporting data with admin integration.
  • 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 )
  • Multitenancy

  • Payment Processing

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

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

  • Storage

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

    • django-workflows - django-workflows provides a generic workflow engine for Django.
  • Other

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

  • Websites

    • Django Girls Tutorial - A fun and engaging tutorial showing how to build a blog using Django and deploy it to Heroku.
    • 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 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.
    • Django Sites - Django Sites is a showcase of websites powered by Django.
  • 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

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