Skip to content

app-generator/django-argon-dashboard_p

Repository files navigation

Minimal Django project with Docker support - actively supported by AppSeed via Email and Discord.

Features:


Argon Dashboard - Starter generated by AppSeed.


Video Presentation

This material provides more information about this library and the playground project.

Django Theme Material Kit - Video Presentation.


Manual Build

👉 Download the code

$ git clone https://github.com/app-generator/django-admin-argon-dashboard_p.git
$ cd django-admin-argon-dashboard_p

👉 Install modules via VENV

$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt

👉 Set Up Database

$ python manage.py makemigrations
$ python manage.py migrate

👉 Create the Superuser

$ python manage.py createsuperuser

👉 Start the app

$ python manage.py runserver

At this point, the app runs at http://127.0.0.1:8000/.


Screenshots

Start your development with a Freebie Dashboard for Bootstrap 5. Argon is a completly new product built on our newest re-built from scratch framework structure that is meant to make our products more intuitive and much easier to customize. Argon Dashboard is built with over 70 individual components, giving you the freedom of choosing and combining. This Dashboard is coming with pre-built examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.


Django Admin Argon: Edit users

django-admin-argon-users-min


Django Admin Argon: Dashboard page

django-admin-argon-dashboard-min



Django Admin Argon playground - Minimal Django core provided by AppSeed