Coder Social home page Coder Social logo

yunica / django-admin-black Goto Github PK

View Code? Open in Web Editor NEW

This project forked from app-generator/django-admin-black

0.0 0.0 0.0 4.71 MB

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

Home Page: https://pypi.org/project/django-admin-black/

License: MIT License

JavaScript 3.40% Python 2.24% CSS 45.35% HTML 10.47% SCSS 38.54%

django-admin-black's Introduction

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

django-admin-black's People

Contributors

app-generator avatar imankarimi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.