Modern template for Django admin interface
Project description
Django Admin Soft Dashboard
Modern template for Django Admin Interface coded on top of Soft UI Dashboard (free version).
UI Kit: Soft UI Dashboard v1.0.6-enh1
Links & Resources
- 👉 Soft UI Dashboard Django -
free starterthat uses the same UI Kit - 👉 Soft UI Dashboard Django -
LIVE Demo - 👉 More Django Dashboards provided by AppSeed
Why Django Admin Soft?
- Bootstrap 5 Design: Soft UI Dashboard (Free version) provided by Creative-Tim
- New fresh look
- Responsive mobile interface
- Useful admin home page
- Minimal template overriding
- Easy integration
How to use it
👉 Install the package via
PIP
$ pip install django-admin-soft-dashboard
// OR
$ pip install git+https://github.com/app-generator/django-admin-soft-dashboard.git
Add
admin_softapplication to theINSTALLED_APPSsetting of your Django projectsettings.pyfile (note it should be beforedjango.contrib.admin):
INSTALLED_APPS = (
...
'admin_soft.apps.AdminSoftDashboardConfig',
'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/
Screenshots
Django Admin Soft Dashboard - Open-source Django Admin THEME provided by AppSeed App Generator
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-soft-dashboard-0.0.2.tar.gz.
File metadata
- Download URL: django-admin-soft-dashboard-0.0.2.tar.gz
- Upload date:
- Size: 26.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
668c030775bfe591fd948f8fae0c125baa705604f160a782eac6e0428d87275a
|
|
| MD5 |
fba64664635932b197a7f08d57ef020b
|
|
| BLAKE2b-256 |
09b8234d667f4cd3ab490ff7868be7c74138eeef65aca61b7ec777e6dd1919a3
|