Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 315 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 315 Bytes

About

This is a starter project to quickly get a dockerized Django with PostgreSQL development project running.

Setup

Once cloned, update the environment file dev.env with the required values and add the file to .gitignore so the values aren't committed to the repository.

Execute

docker-compose up -d