Skip to content

An example bare-bones containerized Django project with a PostgreSQL database and secured secrets using django-environ

Notifications You must be signed in to change notification settings

bluginbuhl/django-project-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An example bare-bones containerized Django project with a PostgreSQL database and secured secrets using django-environ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published