This is a django started template
- Docker package
- Templates
- Bootstrap 5
- Logging
- Pipenv for environment
- .env file
- Static files
- Makefile commands
git clone https://github.com/almazkun/django_template.git
cd django_template
cp .env.example .env
pipenv install
pipenv shell
python manage.py startapp <app_name>
python manage.py makemigrations
python manage.py migrate
python manage.py runserver