Open-Source Django Starter
Open-source Django starter built on top of Bootstrap 5 and Soft Dashboard, a pixel-perfect design from Creative-Tim.
Open-source Django Dashboard generated by AppSeed on top of a modern design. Soft Dashboard is a free and open source Bootstrap 5 Admin Dashboard featuring over 100 components, 11 example pages, and 3 plugins with Vanilla JS.
$ cd django-soft-ui-dashboard
$ docker-compose up --build
Visit http://localhost:5085 in your browser. The app should be up & running.
$ cd django-soft-ui-dashboard
$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt
Set Up Database
$ python manage.py makemigrations $ python manage.py migrate
Start the app
$ python manage.py runserver
At this point, the app runs at http://127.0.0.1:8000/.
$3,999
distutils
str2bool
requirements.txt
API
, Charts v1.0.12
v1.0.10
v1.0.9
v1.0.8
How to customize the theme
home/templates
custom_footer
sampleDeployment
CI/CD
flow via Render
.env
:
GITHUB_ID
=GITHUB_SECRET
=Soft UI Dashboard
v1.0.6Dark Mode
2022-05-25 10:16
ASSETS_ROOT
env variableSoft UI Dashboard
v1.0.5
New Parameter
: CSRFTRUSTEDORIGINS
assets
& templates
moved to apps
folderapps/base
renamed to apps/home
core/static/assets/
- gulpfile.jscore/static/assets/
- package.jsonUpdate README
- Recompile SCSS (new section)admin
path (no slash at the end)logout
link media
directory