Revised program setup routine to work within the constrains of the

docker setup.
This commit is contained in:
Raelon Masters
2020-08-03 13:02:57 -04:00
parent 8bece1853c
commit 1f08dd6d44
4 changed files with 52 additions and 22 deletions

View File

@@ -45,3 +45,7 @@ class Config:
with open(str(_cp), "r") as read_file:
data = json.load(read_file)
return data
def django_secret(self, _data):
pass