Skip to content

Repository files navigation

Cookbook

Installing this Package

Build Docker Image

  • docker build . && docker-compose build

Update migration file

  • docker-compose run --rm app /bin/sh -c "python manage.py makemigrations"
  • docker-compose run --rm app /bin/sh -c "python manage.py migrate"

Run Tests

  • docker-compose run --rm app /bin/sh -c 'python manage.py test'

Run Application

  • docker-compose up

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages