app-generator/django-admin-argon2-pro
Django Admin Argon PRO - Modern Django UI | AppSeed
Django Admin Argon2 PRO
Django starter styled with Admin Argon PRO, a premium Boostrap 5 design from Creative-Tim.
The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.
๐ NOTE: This product
requires a Licensein order to access the theme:
Private REPO: git+https://github.com/app-generator/priv-django-admin-argon2-pro
Features:
- UI Kit: Argon Dashboard BS5 PRO
v2.0.5by Creative-Tim - Django Argon2 PRO -
sample project - Sections Covered:
Admin Section, reserved forsuperusersAll pagesmanaged byDjango.contrib.AUTHRegistrationpageMisc pages: colors, icons, typography, blank-page
Why Django Admin Argon PRO
- Modern Bootstrap 5 Design
Responsive InterfaceMinimal TemplateoverridingEasy integration
Argon Dashboard 2 PRO makes use of light, surface and movement. The general layout comes with two modes: Light & Dark. Inside the archive you will find multiple example pages on how to use all components. And, of course, every element is documented.
How to use it
Install the package via
PIP
$ pip install git+https://github.com/app-generator/priv-django-admin-argon2-pro.gitAdd
admin_argon2_proapplication to theINSTALLED_APPSsetting of your Django projectsettings.pyfile (note it should be beforedjango.contrib.admin):
INSTALLED_APPS = (
...
'admin_argon2_pro.apps.AdminArgon2ProConfig',
'django.contrib.admin',
)Add
LOGIN_REDIRECT_URLandEMAIL_BACKENDof your Django projectsettings.pyfile:
LOGIN_REDIRECT_URL = '/'
# EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'Add
admin_argon2_prourls in your Django Projecturls.pyfile
from django.urls import path, include
urlpatterns = [
...
path('', include('admin_argon2_pro.urls')),
]Collect static if you are in
production environment:
$ python manage.py collectstaticStart 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 8000Access the admin section in the browser: http://127.0.0.1:8000/
Screenshots
Django Argon2 PRO -
ChartsPage
Django Argon2 PRO -
eCommerceProduct Page
Django Admin Argon2 PRO - Modern Admin Interface provided by AppSeed



