Modern KIT for Django Admin Section - Argon BS5
Project description
Django Admin Argon
Modern template for Django that covers Admin Section, all authentication pages (registration included) crafted on top of Argon Dashboard, an open-source Bootstrap 5 design from Creative-Tim.
Actively supported by AppSeed via
Discord.
Links & Resources
- Django Admin Argon -
Product pageFeatures: Fully-configured,CI/CDvia Render
- UI Kit: Argon Dashboard BS5
v2.0.4by Creative-Tim
Why Django Argon Design
- Modern Bootstrap 5 Design
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_argonapplication to theINSTALLED_APPSsetting of your Django projectsettings.pyfile (note it should be beforedjango.contrib.admin):
INSTALLED_APPS = (
...
'admin_argon.apps.AdminArgonConfig',
'django.contrib.admin',
)
Add
admin_argonurls in your Django Projecturls.pyfile.
from django.urls import path, include
urlpatterns = [
...
path('', include('admin_argon.urls')),
]
Here are the available links:
path('', views.index, name='index'),
path('billing/', views.billing, name='billing'),
path('profile/', views.profile, name='profile'),
path('tables/', views.tables, name='tables' ),
path('rtl/', views.rtl, name='rtl' ),
path('vr/', views.vr, name='vr' ),
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
PRO Version
This design is a pixel-perfect Bootstrap 5 Dashboard with a fresh, new design. 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, more adaptive and, needless to say, so much easier to customize.
Features:
Up-to-date DependenciesDesign: Django Theme Argon2 -PRO VersionSectionscovered by the design:- Admin section (reserved for superusers)
- Authentication:
Django.contrib.AUTH, Registration - All Pages available in for ordinary users
Docker,Deployment:CI/CDflow viaRender
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.12.tar.gz.
File metadata
- Download URL: django-admin-argon-dashboard-1.0.12.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 |
a7272a489f9b221d89523f1e922c1d638510912b6b867a361591bc99fd8c5a3c
|
|
| MD5 |
e816ed4c20306c4f25f93ca143e34246
|
|
| BLAKE2b-256 |
e591fa90b3d6ceb2e5b67ffbb0fd6a32b64cd3344042adfae5068fc76c78cbfc
|