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

davidlag0/sequoia

Repository files navigation

Setup

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