Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source dark Bootstrap 4 admin dashboard starter for Django with auth, charts, dynamic tables, and Docker.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Black Dashboard Django is an open-source admin dashboard template that pairs the dark-themed Bootstrap 4 Black Dashboard design with the Django Python framework, giving developers a prebuilt starter for authenticated back-office applications.
Black Dashboard Django is a free, open-source Django project starter built on Creative Tim's Black Dashboard, a widely used Bootstrap 4 admin template. It delivers a runnable Django application with a dark UI, login and registration pages, password recovery, charts, dynamic tables, and a dynamic API module. The project is provided by Creative Tim in partnership with App-Generator and is publicly available on GitHub under the Creative Tim EULA license.
The codebase is organized with a config/ directory for Django settings and URL routing, and an apps/ directory containing modules for charts, dynamic API, dynamic datatables, and pages. It uses SQLite as the default database and can be configured for MySQL or PostgreSQL.
test / Pass12__.dyn_dt app lets you generate data tables with minimal coding, as described in the App-Generator dynamic datatables docs.dyn_api app provides API endpoint generation for Django models without writing custom views.charts app is included for embedding visualizations directly into the dashboard.To get started, clone the repository and create a virtual environment, then install dependencies from requirements.txt. Run database migrations with python manage.py makemigrations and python manage.py migrate, then start the development server with python manage.py runserver. The app runs at http://127.0.0.1:8000/; create a new user on the registration page to unlock private pages.
Black Dashboard Django is free and open-source, released under the Creative Tim EULA. A separate PRO version adds more components, pages, priority support, ApexCharts.js, a media files manager, Celery async tasks, and additional CLI tooling.
Yes, the source code is open and available on GitHub under the Creative Tim EULA. You can clone it, customize it, and deploy it without paying a license fee. A paid PRO version exists with extra features.
The live demo authenticates with the username test and password Pass12__. You can also register a new account on the registration page to access the private pages.
SQLite is the default database, configured out of the box. The project also supports MySQL and PostgreSQL by adjusting the settings; persistence is handled through Django's ORM.
Yes, the template includes Docker configuration and CI/CD setup for Render. This allows containerized deployment and automated builds when you connect the repository through Render's Blueprint interface.
The free version includes the core dark dashboard, auth, charts, dynamic tables, and API. The PRO version adds more components, a media files manager, Celery for async tasks, ApexCharts.js, and priority support, and is available from Creative Tim's website.
