Skip to main content

Modern KIT for Django Admin Section - Argon BS5

Project description

Django Admin Argon

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

Actively supported by AppSeed via Email and Discord.


Links & Resources


Argon Dashboard - Starter generated by AppSeed.


Why Django Argon Design

  • Modern Bootstrap 5 Design
  • Responsive Interface
  • Minimal Template overriding
  • Easy integration

How to use it


Install the package via PIP

$ pip install django-admin-argon-dashboard
// OR
$ pip install git+https://github.com/app-generator/django-admin-argon-dashboard.git

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

    INSTALLED_APPS = (
        ...
        'admin_argon.apps.AdminArgonConfig',
        'django.contrib.admin',
    )

Collect static if you are in production environment:

$ python manage.py collectstatic

Start the app

$ # Set up the database
$ python manage.py makemigrations
$ python manage.py migrate
$
$ # Create the superuser
$ python manage.py createsuperuser
$
$ # Start the application (development mode)
$ python manage.py runserver # default port 8000

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.

    def dashboard(request):
        return render(request, 'pages/dashboard.html')

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

    path('dashboard/', views.dashboard, name="dashboard")

Available pages

  • dashboard.html
  • billing.html
  • profile.html
  • rtl.html
  • tables.html
  • virtual-reality.html

Screenshots

Django Admin Theme: Edit users

django-admin-argon-users-min


Django Admin Theme: Dashboard page

django-admin-argon-dashboard-min



Django Admin Argon - Modern Admin Interface provided by AppSeed

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-admin-argon-dashboard-1.0.2.tar.gz (28.0 MB view details)

Uploaded Source

File details

Details for the file django-admin-argon-dashboard-1.0.2.tar.gz.

File metadata

File hashes

Hashes for django-admin-argon-dashboard-1.0.2.tar.gz
Algorithm Hash digest
SHA256 9be8044a25e90d258a4cfae479015e2ee8e5c6ee0a162edb215142b9a58cb633
MD5 d6d0eded96042b9a358b35b0953a4d2e
BLAKE2b-256 d757b1774f4f05252c4b23d430d067737c56b3dff31c4aa9ab701139f53c5f6a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page