Skip to content

Simple project on how to use Docker in Django projects

License

Notifications You must be signed in to change notification settings

ivancarrancho/docker-django

 
 

Repository files navigation

Using Docker with Django

This is a base Django project that uses Docker, it can be used as a starting point for a new project.

Screenshot

After building the project you'll get:

Getting started

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

Caveats

  • Make sure you have Docker Quickstart Terminal initialized

About

Simple project on how to use Docker in Django projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.7%
  • HTML 22.3%