Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 159 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 159 Bytes

Setup

  • Create a .env file with the following
DEBUG = True
SECRET_KEY = 'blop'
DB_USER = 'testuser'
DB_PASSWORD = 'testuser'
DB_HOST = 'test_db'