Skip to content

This is my template for `Django 2.x and MySql 5.7` with `docker-compose` .

Notifications You must be signed in to change notification settings

sin-tanaka/template-django-mysql-dockercompose

Repository files navigation

template-django-mysql-dockercompose

This is my template for Django 2.x and MySql 5.7 with docker-compose .

Setup

# start
$ docker-compose up -d --build

# stop and remove container
$ docker-compose down

# for /admin setup
$ docker-compose run --rm web python manage.py migrate
$ docker-compose run --rm web python manage.py createsuperuser

About

This is my template for `Django 2.x and MySql 5.7` with `docker-compose` .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published