- Notifications
You must be signed in to change notification settings - Fork123
Soft UI Dashboard - Open-source Django Dashboard | App-Generator.dev
License
app-generator/django-soft-ui-dashboard
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Open-sourceDjango Dashboard crafted on top ofSoft UI Dashboard, an open-sourceBootstrap 5 design fromCreative-Tim.Designed for those who like bold elements and beautiful websites. Made of hundreds of elements, designed blocks and fully coded pages,Soft UI Dashboard is ready to help you create stunning websites and web apps.
- 👉Django Soft Dashboard -
Product page - 👉Django Soft Dashboard -
LIVE Demo
Have questions?ContactSupport (Email & Discord) provided byAppSeed
| Free Version | PRO Version | Custom Development |
|---|---|---|
| ✓Django 4.2.9 | Everything in Free, plus: | Everything in PRO, plus: |
| ✓ Best Practices | ✅Premium Bootstrap 5 Design | ✅1 WeekCustom Development |
✓ Bootstrap 5,Material Design | ✅OAuth GitHub | ✅Team: PM, Developer, Tester |
✓CI/CD Flow via Render | ✅API,Charts | ✅ Weekly Sprints |
✓Docker | ✅DataTables (Filters, Export) | ✅ Technical SPECS |
✓Free Support (GitHub Issues) | ✅Celery | ✅ Documentation |
| - | ✅Media Files Manager | ✅30 days Delivery Warranty |
| - | ✅Extended User Profiles | ✅CI/CD for AWS, DO(Extra) |
| - | ✅Private REPO Access | - |
| - | ✅Premium Support | - |
| ------------------------------------ | ------------------------------------ | ------------------------------------ |
| ✓LIVE Demo | 🚀LIVE Demo | 🛒Order:$999 (GUMROAD) |
👉 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 athttp://127.0.0.1:8000/.
The project is coded using a simple and intuitive structure presented below:
< PROJECT ROOT>||-- core/||-- settings.py# Project Configuration||-- urls.py# Project Routing||-- home/||-- views.py# APP Views||-- urls.py# APP Routing||-- models.py# APP Models||-- tests.py# Tests||-- templates/||-- includes/# UI components||-- layouts/# Masterpages||-- pages/# Kit pages||-- static/||-- css/# CSS Files||-- scss/# SCSS Files||-- soft-ui-dashboard/_variables.scss# File Used for Theme Styling||-- requirements.txt# Project Dependencies||-- env.sample# ENV Configuration (default values)|-- manage.py# Start the app - Django default start script||--************************************************************************
The SCSS/CSS files used to style the Ui are saved in thestatic directory.In order to update the Ui colors (primary, secondary) this procedure needs to be followed.
$ yarn# install modules$ vi static/scss/soft-ui-dashboard/_variables.scss# edit variables$ gulp# SCSS to CSS translation
The_variables.scss content defines theprimary andsecondary colors:
$primary:#cb0c9f!default;// EDIT for customization$secondary:#8392AB!default;// EDIT for customization$info:#17c1e8!default;// EDIT for customization$success:#82d616!default;// EDIT for customization$warning:#fbcf33!default;// EDIT for customization$danger:#ea0606!default;// EDIT for customization
Deploy onRender
- Create a Blueprint instance
- Go tohttps://dashboard.render.com/blueprints this link.
- Click
New Blueprint Instancebutton. - Connect your
repowhich you want to deploy. - Fill the
Service Group Nameand click onUpdate Existing Resourcesbutton. - After that your deployment will start automatically.
At this point, the product should be LIVE.
This design is a pixel-perfectBootstrap 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 DependenciesDesign:Django Theme Soft PRO -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 Soft Dashboard -Django starter provided byAppSeed
About
Soft UI Dashboard - Open-source Django Dashboard | App-Generator.dev
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.

