awesome-django
The Best Django Resource, Awesome Django for mature packages.
https://github.com/shahraizali/awesome-django
Last synced: about 17 hours ago
JSON representation
-
RESTful API
- django-tastypie - Creating delicious APIs for Django apps since 2010.
- apitally - Simple API monitoring, analytics, and request logging for Django REST Framework and Django Ninja.
- drfdocs - Document Web APIs made with Django REST Framework.
- 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).
- djangorestframework-recursive - Recursive Serialization for Django REST framework.
- django-rest-localflavor - Localized flavors of some serializers to use with Django Rest Framework.
- django-nap - A minimalist approach to object serialization, RESTful views, and RPC views.
- django-tastypie - Creating delicious APIs for Django apps since 2010.
- drf-shapeless-serializers - Dynamically assemble, configure, and shape your Django Rest Framework serializers at runtime, much like connecting Lego bricks.
-
Project Management
- taiga - Agile, Free and Open Source Project Management Tool.
- Plane - Open-source, self-hosted project planning tool
- django-timepiece - A multi-user Django application for tracking people's time on projects.
- ITSY - Issue Tracking System.
-
Websites
- 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.
- 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.
- Marina Mele's site - A blog about Django and Python. Includes deployment to Heroku, a Django project boilerplate for best practices, testing and more.
- 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.
- Simple is Better Than Complex - A blog about Django, Python and Web Development. Weekly updates containing tutorials, tips, featured packages, reference guides and code snippets.
- Marina Mele's site - A blog about Django and Python. Includes deployment to Heroku, a Django project boilerplate for best practices, testing and more.
-
Fields
- django-jsonfield - JSONField for Django models.
- django-money - A little Django app that uses py-moneyed to add support for Money fields in your models and forms.
- 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-searchable-select - A better and faster multiple choice widget with suggestions.
- django-picklefield - A pickled object field for Django.
- django-imagekit - Automated image processing for Django.
- django-image-tools - A package to handle images in Django.
- django-bitfield - A BitField extension for Django models.
- django-phonenumber-field - A Django library which interfaces with [python-phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) to validate, pretty print and convert
- django-countries - Provides country choices for forms, flag icons, and a CountryField.
- django-enumfield - Custom Django field for using enumerations of named constants.
- django-location-field - Location field and widget integrated with google maps.
- django-uuidfield - A UUIDField 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.
-
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/))
- django-liquidb - Django application to simplify migration management and changes in states of db scheme.
- django-test-migrations - Test Django schema and data migrations, including migrations' order.
- django-migrations-graph - Django-admin command to display migrations with dependencies.
-
Settings
- django-dynamic-preferences - Dynamic global and instance settings for your django project.
- django-environ - Allows you to utilize 12factor inspired environment variables to configure your Django application.
- django-constance - A Django app for storing dynamic settings in pluggable backends (Redis and Django model backend built in) with an integration with the Django admin app.
- django-configurations - A helper for organizing Django project settings by relying on well established programming patterns.
- django-split-settings - Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
-
Testing
- hitchtest - High level integration testing framework for Django.
- pytest-django - Test runner using py.test.
- django-test-plus - Useful addons to Django's default TestCase that greatly reduces boilerplate code.
- mixer - An application to generate instances of Django or SQLAlchemy models. Fast and convenient test-data generation.
- django-dynamic-fixture - A complete library to create dynamic model instances for testing purposes.
- django-eraserhead - Django package that provides hints to optimize database usage by deferring unused fields (and more).
- django-slowtests - Locate your slowest tests.
- django-jenkins - Plug and play continuous integration with django and jenkins.
- mock-django - A simple library for mocking certain Django behavior, such as the ORM.
- behave-django - Behave BDD integration for Django.
- django-shotgun - Test entire Django sites.
- factory_boy - A test fixtures replacement for Python
- pytest-django - Test runner using py.test.
-
Workflows
- django-workflows - django-workflows provides a generic workflow engine for Django.
- django-viewflow - Reusable workflow library for Django.
-
Other
- django-autoadmin - Automatic admin users for Django projects.
- OmniDB - Web tool for database management and conversion, built with Django.
- django-websocket-redis - Websockets for Django applications using Redis as message queue.
- django-activeurl - Easy to use active URL highlighting for django.
- django-ipware - A Django application to retrieve user's IP address.
- django-overextends - Circular template inheritance for Django.
- django-markitup - A Django reusable application for end-to-end markup handling.
- Drum - Reddit / Hacker News clone for Django/Mezzanine.
- django-el-pagination - Django EL(Endless) Pagination can be used to provide Twitter-style or Digg-style pagination, with optional Ajax support.
- django-pagination - https://github.com/ericflo/django-pagination.
- django-cors-headers - Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).
- django-extensions - This is a repository for collecting global custom management extensions for the Django Framework.
- django-adminactions - Collection of useful actions to use with django.contrib.admin.ModelAdmin and/or django.contrib.admin.AdminSite.
- django-gravatar2 - Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!
- django-dfp - App that provides tags to fetch Google DFP ads.
- django-magic-embed - an easy and simple Django template tag and tool to embed video and get thumbnails from video providers.
- django-mmc - App for monitoring management commands on Django..
- koalixcrm - Beautiful CRM/ERP for small business.
- django-simple-pagination - A Simple Django app for digg-style pagination with little effort.
- metamon - Collection of Ansible playbooks to quickly start your Django Application.
- django-calendarium - A reusable app to manage and display a calendar in your templates.
- django-filter - A generic system for filtering Django QuerySets based on user selections.
- django-macros-url - Django Macros URL. Routing must be simple as possible.
- django-sql-explorer - Easily share data via SQL queries, right from Django.
- Django packages - Django Packages is a directory of reusable apps, sites, tools, and more for your Django projects.
- Django-QA - A simple Q&A App.
-
e-Commerce
- Lighting Fas Shop - Lighting Fas Shop is Ecommerce made with Django.
- Satchless - Satchless brings e-commerce and Python together.
- 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.
- django-oscar - Domain-driven e-commerce for Django.
- Cartridge - Ecommerce for Django/Mezzanine.
- Satchless - Satchless brings e-commerce and Python together.
-
Books
- Djen of Django
- Effective Django
- Getting started with Django
- High Performance Django - Deploying fast, scalable Django sites.
- Lightweight Django - Using REST, WebSockets, and Backbone with Django.
- Tango With Django
- Test-Driven Web Development with Python
- 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
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Effective Django
- Django by Example
- Effective Django
- Getting started with Django
- Two Scoops of Django: Best Practices for Django 1.11 - A best practice book for making Python and Django as fun as ice cream.
-
Conferences
- Django Beer - the new meeting of the Django community of Florence.
- 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.
- Django: Under The Hood - is an exciting new Django conference for experienced Django developers. Come and learn about the internals of Django, and help to shape its future.
- DjangoCon US - is the largest North American Django conference generally held the first week in September each year.
- Django Beer - the new meeting of the Django community of Florence.
- cookiecutter-django - A cookiecutter template for creating Django projects quickly.
- Django Village - the Italian Django community conference. An opportunity to meet djangonauts from all over Italy and abroad.
- Django: Under The Hood - is an exciting new Django conference for experienced Django developers. Come and learn about the internals of Django, and help to shape its future.
-
Videos
- CodingforEntrepreneur - One of the best collection of Django Videos and all the projects are written in Django.
- GoDjango - Django videos from basics to advanced. Covering 3rd party apps to core Django components.
- please consider donating
- Must Watch Django Videos - Must-watch videos about Django. (or about Python as applied to Django)
- Logan - A toolkit for running standalone Django applications. It provides you with tools to create a CLI runner, manage settings, and the ability to bootstrap the process.
- Code School - Try Django - An introduction to the basics of Django.
-
Debugging
- sentry - A modern error logging and aggregation platform.
- django-silk - Silky smooth profiling for Django.
- 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)
- django-querycount - Middleware that Prints the number of DB queries to the runserver console.
-
Admin interface
- django-jet - Modern responsive template for the admin interface with improved functionality.
- Django Jazzmin - Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy
- django-admin-env-notice - Visually distinguish environments in Django Admin, for example: `development`, `staging`, `production`, ... etc.
- 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-semantic-admin - Django Semantic UI admin theme.
- django-admin-bootstrap - Responsive Skin for Django Admin.
- django-admin-easy - Collection of admin fields and decorators.
- 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-material
- django-object-actions
- yawd-admin - An administration website for Django.
- django-admin-vol - Modern Bootstrap5 Design
- django-suit - Modern theme for Django admin interface.
- django-grappelli - A jazzy skin for the 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-hijack - Allows superusers to hijack (=login as) and work on behalf of another user.
- django-jet-reboot - Django Jet is modern template for Django admin interface with improved functionality.
- django-admin2 - Extendable, adaptable rewrite of django.contrib.admin
- yawd-admin - An administration website for Django.
- Django SmartBase Admin - Django SmartBase Admin performance-tuned end-user ready beautiful admin panel
-
Authentication
- djoser - REST implementation of Django authentication system.
- django-organizations - Multi-user accounts for Django projects.
- django-use-email-as-username - A Django app to use email as username for user authentication.
- 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.
- python-social-auth - Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.
- 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.
-
Import/Export
- django-import-export - Django application and library for importing and exporting data with admin integration.
-
Caching
- django-cacheops - A slick ORM cache with automatic granular event-driven invalidation.
- django-cache-machine - Automatic caching and invalidation for Django models through the ORM.
- django-memoize - An implementation of [memoization](https://en.wikipedia.org/wiki/Memoization) technique for Django.
- django-cachalot - Caches your Django ORM queries and automatically invalidates them.
- django-ormcache - A cache manager mixin that provides some caching of objects for the ORM.
-
Blog Management
- puput - A Django blog app implemented in Wagtail.
- django-blog-zinnia - Simple yet powerful and really extendable application for managing a blog within your Django Web site.
- django-blog-it - complete customizable and ready to use blog with one click installer.
-
Image handling
- 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.
- django-image-cropping - helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
-
Authorization
- django-guardian - Implementation of per object permissions as authorization backend.
- 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-oauth2-provider - Provide OAuth2 access to your app.
- django-oauth-toolkit - OAuth2 goodies for the Djangonauts!
- 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.
-
Search
- django-haystack - Modular search for Django.
- djangoql - Advanced search language for Django.
- djorm-ext-pgfulltext - PostgreSQL full-text search integration with django orm.
-
Storage
- django-storages - django-storages is a collection of custom storage backends for Django.
- django-queued-storage - Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely.
- django-cloudinary-storage - Django package that provides Cloudinary storages for both media and static files as well as management commands for removing unnecessary files.
- django-selectel-storage - This application allows you easily save media and static files into [Selectel](https://selectel.ru/) cloud storage.
- django-webdav-storage - Django storage backend that stores files in custom WebDAV storage.
-
Thumbnail
- easy-thumbnails - Easy thumbnails for Django.
- sorl-thumbnail - Thumbnails for Django.
-
Task Queue
- django-rq - The easiest way to monitor and use [RQ](http://python-rq.org) in your Django projects.
- django-q2 - Q.
- django-celery - Celery Integration for Django. (no longer required for Celery 3.1 and up)
-
SEO
- django-robots - A Django app for managing robots.txt files following the robots exclusion protocol.
-
Boilerplate
- wemake-django-template - Bleeding edge Django template focused on code quality and security.
- 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.
- fuzzy-couscous - A cli tool to bootstrap your django projects and enhance your development experience.
- cookiecutter - A command-line utility that creates projects from cookiecutters (project templates).
- django-structurator - A CLI tool that helps you create Django projects and apps with a clean, scalable architecture—without boilerplate or repetitive setup.
- Django Keel - included, production-ready Django template for SaaS, APIs, and web apps. Ships with Docker, Kubernetes (Helm/Kustomize), Postgres/Redis, Celery, Sentry, and CI/CD. Deploy to Render, Fly.io, or AWS EC2 via Ansible with minimal changes.
- falco - Project Starter, Fast Prototyping and Guides for Django Developers.
-
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.
- Django-CRM-Admin - Analytical CRM with Tasks management, Email marketing and many more. Django CRM software app is built for individual use by businesses of any size or freelancers and is designed to provide easy customization and quick development.
-
Hit Count
- django-hitcount - Django-Hitcount allows you to track the number of hits/views for a particular object.
-
Web frontend integration
- django-bower - Easy way to use [bower](https://bower.io) with your Django project.
- django-js-reverse - Javascript url handling for Django that doesn't hurt.
-
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-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.
- Collectfast - A faster collectstatic command.
- 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.
- django-htmlmin - HTML minifier for Python with full support for HTML 5 and Django.
-
Compatibility
- django-compat - Forward 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.
- django-mysql - Extensions to Django for use with MySQL/MariaDB.
- django-postgrespool - Postgres Connection Pooling for Django, powered by SQLAlchemy.
-
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.
- 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.
- django-mailgun - A Django email backend for Mailgun.
-
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.
-
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-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.
- dj-stripe - Django + Stripe Made Easy.
- 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.
-
Translations
- django-parler - Simple Django model translations without nasty hacks.
- django-hvad - Painless translations in django, using the regular ORM. Integrates easily into existing projects and apps. Easy convertible from django-multilingual-ng.
-
Document Management
- 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.
-
Wikis
-
Security
- django-secure-auth - Secure authentication by TOTP, SMS, Codes & Question. Login protection with ban by IP and captcha.
- django-sudo - Sudo mode is an extra layer of security for your most sensitive pages. This is an implementation of GitHub's Sudo Mode for Django.
- django-admin-honeypot - A fake Django admin login screen to notify admins of attempted unauthorized access.
- django-user-sessions - Extend Django sessions with a foreign key back to the user, allowing enumerating all user's sessions.
- django-mfa - Django app for providing MFA (Multi-Factor Authentication).
- django-axes - is a very simple way for you to keep track of failed login attempts, both for the Django admin and for the rest of your site.
-
Multitenancy
- django-tenants - An Active fork of _django-tenant-schemas_ which provides more features and enhancements.
- django-tenant-schemas - Tenant support for Django using PostgreSQL schemas.
-
Tagging
- django-taggit-helpers - Django admin helper classes for django-taggit tags.
-
LLMs
- django-ai-assistant - Combine the power of LLMs with Django's productivity to build intelligent applications.
- django-llm - An app for Django to aid development of large language model (LLM) workflows.
-
Forms
- django-semantic-forms - Django Semantic UI 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-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-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.
- django-semantic-forms - Django Semantic UI forms.
-
Analytics
- django-analytical - Integrates analytics services with a generic interface, templates stay clean.
-
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.
-
Model Extensions
- django-mptt - Utilities for implementing a modified pre-order traversal tree in django.
- django-model-utils - Django model mixins and utilities.
- 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 )
-
CMS
- wagtail - A Django content management system focused on flexibility and user experience.
- django-fiber - Django Fiber, a simple, user-friendly CMS for all your Django projects.
-
GIS
- django-geoposition - A model field that can hold a geoposition (latitude/longitude), and corresponding admin/form widget.
- django-spillway - Geodata extensions for Django REST Framework.
- djangorestframework-gis - Geographic add-ons for Django Rest Framework.
-
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.
-
Machine Learning
- moviegeek - A django website used in the book [<I>Practical Recommender Systems</I>](https://www.manning.com/books/practical-recommender-systems) to show how recommender systems work, and how you can implement them
-
Views
- django-swift-crud - Provides a streamlined and customizable approach to setting up CRUD operations for any Django model within just one view class.
-
WYSIWYG Editors
- django-redactoreditor - This package helps integrate the Redactor Javascript WYSIWYG-editor in Django.
- django-wysiwyg - A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.
Programming Languages
Categories
Books
39
Other
26
Admin interface
24
Fields
15
Testing
13
Email
11
Websites
10
Payment Processing
9
Conferences
9
Boilerplate
9
Asset Management
9
RESTful API
9
Authentication
8
e-Commerce
7
Forms
7
Videos
6
Security
6
Authorization
6
Debugging
6
Settings
5
Caching
5
Storage
5
Model Extensions
5
Migrations
4
Project Management
4
Search
3
Task Queue
3
File Transfers
3
Blog Management
3
GIS
3
Image handling
3
Database
3
Wikis
2
LLMs
2
WYSIWYG Editors
2
CRM
2
Reporting
2
Mobile Support
2
Compatibility
2
Web frontend integration
2
Workflows
2
Translations
2
Multitenancy
2
Thumbnail
2
CMS
2
Hit Count
1
Import/Export
1
Document Management
1
Machine Learning
1
SEO
1
Tagging
1
Analytics
1
Views
1
Sub Categories
Keywords
django
71
python
43
django-admin
8
admin
7
rest-api
4
python3
4
testing
4
responsive
4
django-rest-framework
3
docker
3
dashboard
3
celery
3
admin-dashboard
3
cookiecutter
3
customizable
2
push-notifications
2
workflow
2
theme
2
flask
2
performance
2
django-models
2
blog
2
open-source
2
django-crm
2
crm-system
2
crm-platform
2
settings
2
crm
2
django-admin-theme
2
django-orm
2
task-queue
2
package
2
pip
2
webpack
2
redis
2
pytest
2
monitoring
2
css
2
interface
2
template
2
authentication
2
bootstrap
2
testing-tools
2
semantic-ui
2
accounts
1
caddy
1
pytest-plugin
1
groups
1
organization
1
django-testing
1