Open-Source Django Starter
Free starter built on Bootstrap and Django with database, authentication, and Docker support.
Open-source Django Template generated by AppSeed on top of a modern design. Material Dashboard is a free and open-source Bootstrap 5 Design from Creative-Tim.
$ cd django-material-dashboard
$ docker-compose up --build
Visit http://localhost:5085 in your browser. The app should be up & running.
$ cd django-material-dashboard # change working directory
$ virtualenv env # create a new Virtual Environment
$ source env/bin/activate # Activate the Virtual Environment
$ pip3 install -r requirements.txt # Install modules
Once all starter dependencies are installed, the next step is to migrate the database:
$ python manage.py makemigrations $ python manage.py migrate
The application can be started for development (with LIVE reload) using the Django native development server:
$ 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 Settings
templates/includes/sidebar.html
CSS Styling
v1.0.9
How to customize the theme
home/templates
custom-footer
samplev1.0.8
v1.0.6
Deployment
CI/CD
flow via Render
2022-05-30 21:17
New Parameter
: CSRFTRUSTEDORIGINS
Update README
- Recompile SCSS (new section)admin
path (no slash at the end)