add missing file settings.py

This commit is contained in:
= 2023-08-22 17:41:01 +02:00
parent d0761d304a
commit 61806b3323

4
app/settings.py Normal file
View file

@ -0,0 +1,4 @@
GITHUB_USER="someUsername"
GITHUB_TOKEN="someSecretToken"
SITE_ROOT=""
STATIC_ROOT="/static"