Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
django-awesome
https://github.com/Olaf1022/django-awesome
Last synced: 5 days ago
JSON representation
-
Admin interface
- Django Jazzmin - Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy
- django-admin-vol - Modern Bootstrap5 Design
- Django Semantic - A completely free (MIT) Semantic UI admin theme for Django
- django-admin-bootstrap - Responsive Skin for Django Admin.
- 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-admin-env-notice - Visually distinguish environments in Django Admin, for example: `development`, `staging`, `production`, ... etc.
- Django Unfold - Unfold Django Admin Theme
- 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.
- django-jet-reboot - Django Jet is modern template for Django admin interface with improved functionality.
-
Asset Management
- Collectfast - A faster collectstatic command.
- 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-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-compressor - Compresses linked and inline JavaScript or CSS into a single cached file.
- django-gears - Compiles and concatenates JavaScript and CSS assets.
- django-webpack-loader - Transparent webpack integration for django.
-
Authentication
- django-organizations - Multi-user accounts for Django projects.
- djoser - REST implementation of Django authentication system.
- django-use-email-as-username - A Django app to use email as username for user authentication.
- python-social-auth - Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.
- django-allauth - Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
- django-two-factor-auth - User-friendly Two-Factor authentication.
- django-userena - Accounts for Django made beautifully simple.
- dj-rest-auth - Drop-in API endpoints for handling authentication securely in Django Rest Framework. Works especially well with SPAs (e.g React, Vue, Angular), and Mobile applications.
-
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.
- django-blog-it - complete customizable and ready to use blog with one click installer.
-
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.
- demo-allauth-bootstrap - Django sample app with users including social auth via Django-AllAuth.
- wemake-django-template - Bleeding edge Django template focused on code quality and security.
- fuzzy-couscous - A cli tool to bootstrap your django projects and enhance your development experience.
- sidewinder - A Django starter kit that focuses on good defaults, developer experience, and deployment
- 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 - 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.
-
Database
- django-postgres-fuzzycount - Fast / fuzzy PostgreSQL counts for Django.
-
Debugging
- django-silk - Silky smooth profiling for Django.
- 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-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-email-gateway - A django package which act as a gateway to send emails from SES. Receiving its' corresponding email replies, parsing reply email content with amazon SES.
- 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.
- django-imagekit - Django app for processing images for thumbnail, black-and-white and sizes
- django-pictures - Responsive cross-browser image library using modern codes like AVIF & WebP.
-
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.
- django-test-migrations - Test Django schema and data migrations, including migrations' order.
- django-liquidb - Django application to simplify migration management and changes in states of db scheme.
- 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.
-
Multitenancy
- django-tenants - An Active fork of _django-tenant-schemas_ which provides more features and enhancements.
- tenant-schemas-celery - Tenant Aware Celery App to cooperate with multi-tenancy provided by _django-tenant-schemas_ and _django-tenants_ packages.
-
Payment Processing
- django-paypal - A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.
- django-payu - A Django app that provides integration between Django and PayU Payment Gateway.
- django-pinpayments - Django library to simplify payment processing with pin.
- 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-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
- Plane - Open-source, self-hosted project planning tool
- 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.
-
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.
-
Books
- Djen of Django
- Effective Django
- High Performance Django - Deploying fast, scalable Django sites.
- Test-Driven Web Development with Python
- Two Scoops of Django: Best Practices for Django 1.11 - 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
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Getting started with Django
-
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.
-
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.
-
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.
-
Model Extensions
- django-model-utils - Django model mixins and utilities.
- django-mptt - Utilities for implementing a modified pre-order traversal tree in django.
-
Analytics
- django-analytical - Integrates analytics services with a generic interface, templates stay clean.
-
File Transfers
- django-downloadview - Serve files with Django.
-
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.
Programming Languages
Categories
Admin interface
24
Books
23
Fields
9
Authentication
8
Email
8
Asset Management
8
Payment Processing
7
Boilerplate
7
Websites
5
Debugging
5
Migrations
4
Project Management
4
Forms
4
Caching
4
Authorization
4
RESTful API
3
Image handling
3
Blog Management
3
Conferences
3
Model Extensions
2
Reporting
2
Compatibility
2
e-Commerce
2
Multitenancy
2
Mobile Support
2
CRM
1
Analytics
1
Workflows
1
File Transfers
1
Settings
1
Other
1
Import/Export
1
Database
1
Sub Categories
Keywords
django
43
python
27
admin
7
django-admin
7
responsive
4
python3
4
dashboard
3
admin-dashboard
3
pytest
3
bootstrap
2
rest-api
2
open-source
2
package
2
celery
2
customizable
2
css
2
push-notifications
2
blog
2
theme
2
docker
2
template
2
cookiecutter
2
interface
2
pip
2
css-js
1
compressor
1
performance
1
assets-management
1
django-admin-panel
1
materializecss
1
material-design
1
form
1
crud
1
backoffice
1
administration
1
wagtail
1
cms
1
blogging
1
rules
1
predicates
1
permissions
1
authorization
1
linear
1
djoser
1
developer-tools
1
authentication
1
organization
1
organisation
1
multi-tenant
1
groups
1