Skip to main content

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


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

Django Admin Soft - Template project for Django provided by AppSeed.


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_soft application to the INSTALLED_APPS setting of your Django project settings.py file (note it should be before django.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 (Dark Mode) - Template project for Django provided by AppSeed.


Django Admin Soft (Login Page) - Template project for Django provided by AppSeed.



Django Admin Soft Dashboard - Open-source Django Admin THEME provided by AppSeed App Generator

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-soft-dashboard-0.0.3.tar.gz (26.8 MB view hashes)

Uploaded Source

Supported by

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