Django Argon Dashboard

Open-source template for Django admin section styled with Argon Dashboard Design (free version)

Modern template for Django Admin Interface coded on top of Argon Dashboard, an open-source Boostrap 5 design from Creative-Tim.

Why Django Argon Design

  • Modern Bootstrap 5 Design

  • Responsive Interface

  • Minimal Template overriding

  • Easy integration

Argon Dashboard - Django Template generated by AppSeed.

Installation

Add admin_argon application to the INSTALLED_APPS setting of your Django project settings.py file (note it should be before django.contrib.admin):

Collect static if you are in production environment:

Start the app

Access the admin section in the browser: http://127.0.0.1:8000/

How to use it for common users

Create view functions for a particular pages and render the html template.

Create urls.py file and map the function to the urls.py file.

Available pages

  • dashboard.html

  • billing.html

  • profile.html

  • rtl.html

  • tables.html

  • virtual-reality.html

Screenshots

Django Admin Theme: Edit users

Argon Dashboard, Users Page - Django Template generated by AppSeed.

Django Admin Theme: Dashboard page

Argon Dashboard, Charts & Widgets - Django Template generated by AppSeed.

Django Admin Argon - Modern Admin Interface provided by AppSeed

Last updated

Was this helpful?