Skip to content

Jabba/django-docker-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django 2.0 Docker Bootstrap

Bootstrapped Django application dockerized with the following features:

Setup

Install Docker and docker-compose.

sudo apt-get install docker.io docker-compose

Run setup.sh to create an email account for the SMTP server

Run docker-compose up --build to start the containers.

To create migrations, run the command

docker-compose exec web python portal/manage.py makemigrations

To apply the migrations, run the command

docker-compose exec web python portal/manage.py migrate

About

Bootstrapped Django application using Docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published