Skip to content

r74other/django-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-template

This is a template for Django projects. It is based on the django-on-docker projects.

Usage

cp .env.sample .env
make init

Usage

Development

docker-compose up -d --build
docker-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 createsuperuser

Make a new app

docker-compose exec app python manage.py startapp <app_name>

License

MIT License

Copyright (C) 2020 dsonoda (django-on-docker)

This license as follows:
https://opensource.org/licenses/MIT

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors