This is a base Django project that uses Docker, it can be used as a starting point for a new project.
After building the project you'll get:
To get started you first have to download Docker Toolbox and get it running. Once you get it installed open the terminal and issue the following commands.
# Clone the repo.
https://github.com/PabloVallejo/docker-django.git && cd django-docker
# Build project.
docker-compose build
# Run the project.
docker-compose up
- Make sure you have Docker Quickstart Terminal initialized