djangoup

Django Up

A template to quickly get up and coding your Django apps.

The Why, What & How

Settings

Please note, the settings module has been split into three seperate modules as per my preferred use case inside the settings folder in the src project. These are

Environment variables

Environment variables are referenced in the src/env.py module. This way, you can simply import the env module and do SECRET_KEY = env.SECRET_KEY

Database

To get up and coding your django apps, a postgres database has also been provided in the docker compose file. This will serve as the default database as specifeid in the development.py & production.py settings module.

Scripts

Few convenient bash scripts are provided

Docker

This folder contains the docker files per service if explicitly required.

Please

Make changes that suite your need. Thanks.