Skip to content

shtuffit/hello_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello_django

Basic template for running Django / Postgres with docker-compose

Bring up the Django project in app/

  1. docker-compose up -d --build
  2. docker-compose exec web python manage.py migrate --noinput
  3. docker-compose exec web python manage.py createsuperuser

Bring things down

  1. docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published