Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 444 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 444 Bytes

Django Project Example

This repo is an example setup for a Django project using Docker and Docker Compose. The relevant "secret" settings, such as the SECRET_KEY and the database credentials are stored in config/.env (see the example .env-example for the format).

The tutorial for this project is on Medium.