Remove unused modules.
This commit is contained in:
0
estusshots/config/__init__.py
Normal file
0
estusshots/config/__init__.py
Normal file
6
estusshots/config/default.py
Normal file
6
estusshots/config/default.py
Normal file
@@ -0,0 +1,6 @@
|
||||
READ_PW = None
|
||||
WRITE_PW = None
|
||||
SECRET_KEY = None
|
||||
DATABASE_PATH = None
|
||||
LOG_PATH = None
|
||||
|
||||
5
estusshots/config/development.py
Normal file
5
estusshots/config/development.py
Normal file
@@ -0,0 +1,5 @@
|
||||
READ_PW = "123"
|
||||
WRITE_PW = "1234"
|
||||
SECRET_KEY = "1234"
|
||||
DATABASE_PATH = "../databases/test.db"
|
||||
LOG_PATH = "../logs/debug.log"
|
||||
Reference in New Issue
Block a user