Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 399 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 399 Bytes

Django Scalability Example

The purpose of this project is to demostrate how a Django project can be managed using Docker containers

Installation

To run this project is recommended that you have pipenv in you python installation and docker-compose available.

You can install the local dependencies with pipenv install --dev.

To run the environment you can use docker-comose up --build.