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
Discord.
Links & Resources
- UI Kit: Argon Dashboard BS5
v2.0.4by Creative-Tim - Django Argon Dashboard - LIVE Demo
- Django Argon Dashboard -
playground project
Why Django Argon Design
- Modern
Bootstrap 5Design Responsive InterfaceMinimal TemplateoverridingEasy 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_materialapplication to theINSTALLED_APPSsetting of your Django projectsettings.pyfile (note it should be beforedjango.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 functionsfor a particular pages and render the html template.
def dashboard(request):
return render(request, 'pages/dashboard.html')
Create
urls.pyfile and map the function to theurls.pyfile.
path('dashboard/', views.dashboard, name="dashboard")
Available pages
dashboard.htmlbilling.htmlprofile.htmlrtl.htmltables.htmlvirtual-reality.html
Screenshots
Django Admin Theme:
Edit users
Django Admin Theme:
Dashboardpage
Django Admin Argon - Modern Admin Interface provided by AppSeed
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-admin-argon-dashboard-1.0.2.tar.gz.
File metadata
- Download URL: django-admin-argon-dashboard-1.0.2.tar.gz
- Upload date:
- Size: 28.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9be8044a25e90d258a4cfae479015e2ee8e5c6ee0a162edb215142b9a58cb633
|
|
| MD5 |
d6d0eded96042b9a358b35b0953a4d2e
|
|
| BLAKE2b-256 |
d757b1774f4f05252c4b23d430d067737c56b3dff31c4aa9ab701139f53c5f6a
|