awesome-django-admin-interface
The Awesome-Django-Admin-Interface Resource.
https://github.com/iamfoysal/awesome-django-admin-interface
Last synced: 2 days ago
JSON representation
-
Best Django Admin Interface Resources
-
π **Websites**
-
Django Admin Themes & UI Enhancements
- django-baton - Modern, responsive Django admin based on Bootstrap 5. [D >= 2.1]
- django-adminlte2 - Django AdminLTE2 theme using AdminLTE3.
- Black Dashboard Django - Open-source Django Template.
- Django Unfold - Modern Django admin theme for seamless interface development.
- Django Jazzmin - Drop-in theme for Django admin, utilizing AdminLTE 3 & Bootstrap 4. [D >= 2]
- django-admin-bootstrap - Responsive Skin for Django Admin. [D 1.11, 2.1, 2.2, 3.0]
- django-admin-interface - Customizable admin interface with modern flat theme. [D 3.x, 4.x]
- django-grappelli - A jazzy skin for the Django Admin Interface. [D 3.2, 4.0]
- django-jet - Modern responsive template for the admin interface. [No versions listed, 5 yrs old]
- django-jet-reboot - Modern admin template with enhanced functionality. [D >= 3.0]
- django-material - Material design for Django Forms and Admin. [D 2.2-4.0]
- django-suit - Modern theme for Django admin interface. [No versions listed, 4.x?]
- django-wpadmin - WordPress look and feel for Django admin panel. [D 1.8]
- django-admin-sortable2 - Generic drag-and-drop ordering for objects in the Django admin interface. [D 4.x]
- simpleui - Modern theme based on Vue+Element-UI for Django admin. [D 3.0]
- django-admin-vol - Modern Bootstrap 5 Design. [No versions listed, premium]
- Django Semantic - Free (MIT) Semantic UI admin theme. [No versions listed, recent updates]
- Django Daisy - Mobile-friendly Django admin theme built with DaisyUI (TailwindCSS).
-
Admin Extensions & Functional Enhancements
- django-admin-env-notice - Visually distinguish environments in Django Admin. [D 1.9+]
- django-admin-easy - Collection of admin fields and decorators. [D 1.x, 2.x, 3.x, 4.x]
- django-admin-tools - Extensions/tools for Django administration. [D 1.1->4.0]
- django-admin2 - Extendable Django admin rewrite. [D 2.2+]
- django-object-actions - Adds object tools for models in the admin. [D 2.1-4.2]
- django-hijack - Allows superusers to log in as another user. [No compatibility info, recent updates]
- django-mptt-admin - Provides a UI for managing MPTT models in Django Admin.
- django-mass-edit - Enables bulk changes in the Django admin interface.
- django-admin-charts - Create configurable charts from models and display them in Django admin.
-
Older or Deprecated Projects
- django-flat-theme - Modern, fresh, simple flat theme. [Included in D 1.9+!]
- django-flat-responsive - Mobile-friendly extension for django-flat-theme. [Included in D 2.0+!]
- django-fluent-dashboard - Improved django-admin-tools dashboard. [D 2.2+]
- django-xadmin - Django admin replacement with plugin support. [D >=1.9, 5 yrs old]
- yawd-admin - Administration website for Django. [D 1.5, 9 yrs old]
- djangocms-admin-style - Django CMS Admin Style tailored for django CMS. [D 2.2+]
-
**π₯οΈ Django REST Framework & API-Related Packages**
- django-tastypie - Creating APIs for Django apps since 2010.
- Django REST Framework - Web APIs for Django.
- django-rest-framework-routers - Extends URL routing with auto-generated routes for models.
- django-rest-framework-validators - A collection of reusable validators for DRF fields.
- django-rest-knox - Authentication module for `dj-rest-auth`.
- django-rest-framework-simplejwt - JSON web tokens for DRF.
- django-axes - Protects Django from brute-force login attempts.
- django-allauth - Authentication, registration, and social login integration.
- django-guardian - Implements per-object permissions for Django models.
- drf-yasg - Swagger/OpenAPI schema generation for DRF.
- drf-spectacular - Sane OpenAPI 3 schema generation for DRF.
- django-rest-swagger - Integrates DRF with Swagger documentation.
- django-openapi-tester - Automatically tests your APIs with OpenAPI specifications.
- django-cors-headers - Handles CORS when back-end and front-end are on different servers.
- dj-rest-auth - Authentication for Django Rest Framework.
- django-webhook - For sending outgoing webhooks on model changes.
- graphene-django - GraphQL integration for Django.
- djaq - Instant remote API to Django models with a powerful query language.
- django-rest-framework-multidb - Adds support for multiple databases in DRF APIs.
- graphene-django-filter - Advanced GraphQL filters for Django with logical operators.
- graphene-django-extras - Extends graphene-django with extra features like full-text search.
- djoser - REST implementation of Django authentication.
- django-ninja - Fast Django REST framework based on type annotations.
-
**β‘ Performance & Caching**
- django-silk - Profiling tool for Django that tracks SQL queries, cache usage, and request times.
- django-celery-results - Stores results of Celery tasks in Django's database.
- django-redis - Uses Redis as a caching backend for improved performance.
- django-debug-toolbar-request-history - Extends Debug Toolbar for request history tracking.
- django-storages - Easy file storage integration for cloud services like AWS S3.
- django-compressor - Compresses linked and inline JavaScript and CSS into a single cached file.
-
**π§ͺ Development & Testing Tools**
- pytest-django - Integrates `pytest` with Django for enhanced testing.
- factory_boy - For generating fake data for testing and development.
- django-debug-toolbar - A set of panels for debugging Django queries, templates, etc.
- coverage.py - Measures code coverage for your Django tests.
- django-model-utils - Provides utilities for Django models, including `TimeStampedModel`, `StatusModel`, and others.
- django-test-plus - Enhances Djangoβs test suite with extra utilities.
- pytest-factoryboy - Integrates `factory_boy` with `pytest` for test fixtures.
-
**π File Management & Uploads**
- django-filebrowser - A file management system for easy media management in Django.
- django-imagekit - Toolkit for image processing like resizing and thumbnails.
- django-uploadify - Provides easy file upload capabilities.
-
**π‘οΈ Security & Authentication**
- django-secure - Set of security extensions for Django to protect against XSS, CSRF, etc.
- django-passwords - Provides password validation and policy enforcement.
- django-otp - Adds support for one-time password systems in Django.
- django-two-factor-auth - Adds two-factor authentication to Django apps.
-
**π Task Scheduling & Background Jobs**
- django-celery - Integrates Celery with Django for background tasks and task queues.
- django-q - Multi-queue system for Django to handle asynchronous tasks.
-
**π Data Import/Export**
- django-import-export - Import and export model data to/from formats like CSV, Excel, JSON.
- django-data-wizard - A data import/export utility with a UI for Django.
-
**π¨ Frontend & UI Integration**
- django-sass - Integrates Sass for CSS preprocessing in Django.
- django-crispy-forms - Better form rendering with a cleaner layout.
- django-webpack-loader - Integrate Webpack with Django for front-end asset management.
- django-formtools - Provides form utilities like multi-step forms for Django.
-
**π Internationalization & Localization**
- django-localeurl - Provides automatic URL routing for multilingual websites.
- django-rosetta - UI for translating Django `.po` files.
- django-modeltranslation - Enables multilingual fields for your models.
-
π **Books**
-
π **Blogs**
-
π₯ **YouTube Tutorials**
-
Programming Languages
Categories
Sub Categories
π₯ **YouTube Tutorials**
35
**π₯οΈ Django REST Framework & API-Related Packages**
23
Django Admin Themes & UI Enhancements
18
π **Websites**
9
Admin Extensions & Functional Enhancements
9
π **Books**
9
**π§ͺ Development & Testing Tools**
7
**β‘ Performance & Caching**
6
Older or Deprecated Projects
6
π **Blogs**
4
**π‘οΈ Security & Authentication**
4
**π¨ Frontend & UI Integration**
4
**π Internationalization & Localization**
3
**π File Management & Uploads**
3
**π Task Scheduling & Background Jobs**
2
**π Data Import/Export**
2
Keywords
django
32
python
17
django-admin
13
admin
8
theme
5
django-admin-theme
4
rest-api
4
responsive
4
dashboard
4
admin-dashboard
3
authentication
3
django-rest-framework
3
ui
2
django-theme
2
coreapi
2
swagger-ui
2
django-application
2
swagger
2
celery
2
css
2
openapi-specification
2
openapi
2
django-dashboard
2
documentation-generator
2
customizable
2
interface
2
flat
1
logo
1
modal
1
modals
1
popup
1
settings
1
enviroments
1
window
1
windows
1
semantic-ui
1
sorting
1
cors
1
jwt
1
django-models
1
django-orm
1
djaq-query
1
query-language
1
administration
1
backoffice
1
template
1
accounts
1
login
1
oauth2
1
openid-connect
1