Modern template for Django Admin Interface coded on top of Black Dashboard, an open-source Boostrap 4
design from Creative-Tim
.
Actively supported by AppSeed via
Discord
.
Links & Resources
- Django Black Dashboard - free starter with the same design
- Django Black Dashboard - LIVE Demo
- Modern
Bootstrap 4
Design Responsive Interface
Minimal Template
overridingEasy integration
Install the package via
PIP
$ pip install django-admin-black
// OR
$ pip install git+https://github.com/app-generator/django-admin-black.git
- Add 'admin_black' application to the INSTALLED_APPS setting of your Django project settings.py file (note it should be before 'django.contrib.admin'):
INSTALLED_APPS = (
...
'admin_black.apps.AdminBlackConfig',
'django.contrib.admin',
)
Create database tables
$ python manage.py migrate admin_black
$ # OR
$ python manage.py syncdb
Collect static if you are in production environment:
$ python manage.py collectstatic
Black Theme -
Admin Section
Black Theme -
Admin Widgets
Django Admin Black - Modern Admin Interface provided by AppSeed