- Python 3
- Docker + Docker Compose
$: virtualenv -p python3 {env}
$: source {env}/bin/activate
$: git clone {url}
$: pip install -r requirements.txt
$: cp local_settings.py.template local_settings.py
Set DATABASE, MAIL, API and FGPE data in local_settings.py
Generate and set SECRETS in local_settings.py
To create database or make migration based on changes in tables.py use:
$: python db_manager.py
TODO