Skip to content

Django Admin Black - Free template for Django Admin Interface | AppSeed

License

Notifications You must be signed in to change notification settings

LCH-1/django-admin-black

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Email and Discord.


Links & Resources


Why Django Admin Black

  • Modern Bootstrap 4 Design
  • Responsive Interface
  • Minimal Template overriding
  • Easy integration

Django Admin Black - Template project for Django provided by AppSeed.


How to use it


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

Screenshots

Black Theme - Admin Section

image


Black Theme - Admin Widgets

image



Django Admin Black - Modern Admin Interface provided by AppSeed

About

Django Admin Black - Free template for Django Admin Interface | AppSeed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.3%
  • SCSS 38.5%
  • HTML 10.5%
  • JavaScript 3.4%
  • Python 2.3%