Skip to main content

Modern template for Django admin interface

Project description

Django Admin Black

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-admin-black-1.0.0.tar.gz (3.6 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page