Skip to content

Latest commit

Β 

History

History
95 lines (62 loc) Β· 2.81 KB

File metadata and controls

95 lines (62 loc) Β· 2.81 KB

Open-source Django project crafted on top of Soft Dashboard, an open-source Bootstrap 5 design from Creative-Tim. Designed for those who like bold elements and beautiful websites. Made of hundred of elements, designed blocks and fully coded pages, Soft UI Dashboard is ready to help you create stunning websites and webapps.

πŸ‘‰ Django Soft Dashboard - LIVE Demo


Features:

  • βœ… Up-to-date Dependencies
  • βœ… Theme: Django Admin Soft
  • βœ… Authentication: Django.contrib.AUTH, Registration
  • πŸš€ Deployment

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


Manual Build

πŸ‘‰ Download the code

$ git clone https://github.com/app-generator/django-soft-ui-dashboard.git
$ cd django-soft-ui-dashboard

πŸ‘‰ Install modules via VENV

$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt

πŸ‘‰ Set Up Database

$ python manage.py makemigrations
$ python manage.py migrate

πŸ‘‰ Create the Superuser

$ python manage.py createsuperuser

πŸ‘‰ Start the app

$ python manage.py runserver

At this point, the app runs at http://127.0.0.1:8000/.


This design is a pixel-perfect Bootstrap 5 Dashboard with a fresh, new design concept. Soft UI Dashboard PRO is built with over 300 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.

Features:

  • Up-to-date Dependencies
  • Design: Django Theme Soft PRO - PRO Version
  • Sections covered by the design:
    • Admin section (reserved for superusers)
    • Authentication: Django.contrib.AUTH, Registration
    • All Pages available in for ordinary users
  • Docker, Deployment:
    • CI/CD flow via Render

Soft UI Dashboard Pro



Django Soft Dashboard - Django starter provided by AppSeed