https://github.com/rampal-punia/django-beginners-boilerplate
A Django-Beginners-Boilerplate to start learning with a quick setup. Use it as a starter for any learning project.
https://github.com/rampal-punia/django-beginners-boilerplate
boilerplate-application django django-application django-blog django-boilerplate django-templates djangocrispyforms python
Last synced: 4 months ago
JSON representation
A Django-Beginners-Boilerplate to start learning with a quick setup. Use it as a starter for any learning project.
- Host: GitHub
- URL: https://github.com/rampal-punia/django-beginners-boilerplate
- Owner: rampal-punia
- License: mit
- Created: 2022-07-23T10:22:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T05:04:07.000Z (about 1 year ago)
- Last Synced: 2024-08-18T05:24:47.485Z (about 1 year ago)
- Topics: boilerplate-application, django, django-application, django-blog, django-boilerplate, django-templates, djangocrispyforms, python
- Language: Python
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django_Boilerplate_Beginners
A Simple beginner Django Web Application Boiler Plate
## Home page
- With Bootstrap offcanvas navbar
## What's included
1. app folder
- to keep all the apps at one place. With a sample app `artists`.2. requirements folder
Separate for base, development, production & testing3. secrets.json
- to store database, email backend credentials and the secret-key4. Asset/static
- Local static files with, bootstrap5. django-crispy-forms
6. Bootstrap-css configuration in `base.html`
## Requirements
```bash
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
```