A Simple beginner Django Web Application Boiler Plate
- With Bootstrap offcanvas navbar
-
app folder
- to keep all the apps at one place. With a sample app
artists
.
- to keep all the apps at one place. With a sample app
-
requirements folder Separate for base, development, production & testing
-
secrets.json
- to store database, email backend credentials and the secret-key
-
Asset/static
- Local static files with, bootstrap
-
django-crispy-forms
-
Bootstrap-css configuration in
base.html
asgiref==3.8.1
Django==5.0.7
django-crispy-forms==2.3
crispy-bootstrap5==2024.2
Pillow==10.4.0
sqlparse==0.5.1
tzdata==2024.1