Django Black PRO - Updated (CI/CD, Theme-able UI)
This article presents the latest updates of Django Black PRO (premium starter): codebase improvements, the latest UI Kit, and Ci/CD flow via Render.
Hello! Black Dashboard PRO, a premium Django starter, has been updated to the latest Django version, theme-able UI (usable via PIP), and CI/CD flow for Render. Starting with this version, this iconic dark design from Creative-Tim can be used in any Django project (new or legacy) with minimal configuration effort. Thanks for reading!
- π Django Black PRO -
Product page
(contains payment links) - π Django Black PRO -
LIVE Demo
- π Django Black PRO - source code (GitHub)
Black Dashboard PRO is a beautiful Bootstrap Admin Dashboard that comes in 2 versions: Dark and Light Mode. If you are looking for a tool to manage and visualize data about your business, this dashboard is the thing for you. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics.
π The product is listed on the Discounts page with 30%OFF (all licenses)
How to use the product
In order to compile the product, the workstation needs Python3, GIT command-line tool, and also the developer should be comfortable working in a terminal. If this product matches the DNA of your future project, here are the steps to use in a local environment: Β
π Access the oficial page and purchase a license
Once the purchase is completed, you will receive the GITHUB_TOKEN required by the installation process.
π Β Clone the sources from GitHub (public repository)
$ git clone https://github.com/app-generator/django-black-dashboard-pro.git
$ cd django-black-dashboard-pro
π Export GITHUB_TOKEN
in the environment
$ export GITHUB_TOKEN='TOKEN_HERE'
π Install modules via VENV
.
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
π Set UP/Migrate Database
$ python manage.py makemigrations
$ python manage.py migrate
π Β Start the APP
$ python manage.py runserver
At this point, the app should be up & running.
Django Black PRO - Charts page
Django Black PRO - CalendarPage
Django Black PRO - Β User Profile
Django Black PRO - Widgets Page