Reformated project structure

This commit is contained in:
Kristofers Solo
2023-07-14 00:36:02 +03:00
parent 93b83f02f8
commit b51b43c7a1
66 changed files with 122 additions and 167 deletions

5
config.json.example Normal file
View File

@@ -0,0 +1,5 @@
{
"DEBUG": false,
"SECRET_KEY": "",
"ALLOWED_HOSTS": [""],
}