Skip to content

ivancarrancho/docker-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • Python 77.7%
  • HTML 22.3%