Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Django admin dashboard template built on the Bootstrap 4 Argon Dashboard UI with authentication and Docker deployment scripts.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Argon Dashboard Django is an open-source admin dashboard template that combines the Bootstrap 4 Argon Dashboard UI kit with a Django 3.2.6 LTS codebase, delivering a session-authenticated admin panel with deployment scripts for Docker and Gunicorn/Nginx.
Argon Dashboard Django is an open-source Django template from Creative Tim and AppSeed, built on the Argon Dashboard Bootstrap 4 design system. It takes a Django project skeleton and produces a UI-ready admin dashboard with login, registration, and private pages protected by session-based authentication. The template runs on Python's Django 3.2.6 LTS with SQLite storage by default and ships with deployment configurations for Docker, Gunicorn, and Waitress.
gulp scss task, which outputs updated CSS to the static/assets/css directory.gulp scss to recompile the Bootstrap-based styles into the static CSS directory.docker-compose pull, build, and up -d commands to run the application on port 85 in a Docker container.After cloning the repository, you install dependencies with pip3 install -r requirements.txt, run python manage.py makemigrations and python manage.py migrate to create the SQLite tables, then start the development server with python manage.py runserver. Access the registration page to create a user, and once authenticated the dashboard pages become visible. The bootstrap flow starts from manage.py, which reads core/settings.py and loads configuration from the .env file.
The template is free and open-source, licensed under the Creative Tim EULA. You can download it from the Creative Tim product page or clone the GitHub repository.
Yes, it is an open-source template released by Creative Tim under the Creative Tim EULA. You can download it from the product page or clone the GitHub repository.
The requirements file pins Django 3.2.6 LTS, a long-term support release. The codebase uses a standard Django project structure with a core app and separate home and authentication apps.
Clone the repository, install the requirements with pip3 install -r requirements.txt, run python manage.py migrate, and start the server with python manage.py runserver. Then visit http://127.0.0.1:8000/ and create a user on the registration page.
Yes, the template provides Docker deployment configuration. Running docker-compose pull, build, and up -d starts the app, which is then available at http://localhost:85.
The UI is based on Argon Dashboard, a Bootstrap 4 design system. SCSS source files are included under apps/static/assets, and Gulp compiles them to the static CSS folder.
