This is a template for Django projects. It is based on the django-on-docker projects.
cp .env.sample .env
make init
docker-compose up -d --builddocker-compose exec app python manage.py flush --no-input
docker-compose exec app python manage.py makemigrations
docker-compose exec app python manage.py migrate
docker-compose exec app python manage.py collectstatic --no-input --clear
docker-compose exec app python manage.py createsuperuserdocker-compose exec app python manage.py startapp <app_name>Copyright (C) 2020 dsonoda (django-on-docker)
This license as follows:
https://opensource.org/licenses/MIT