feat: create project

This commit is contained in:
Konstantin 2024-02-29 18:51:43 +01:00
commit b93eabd429
36 changed files with 1149 additions and 0 deletions

View file

@ -0,0 +1,8 @@
from .base import *
DEBUG = False
try:
from .local import *
except ImportError:
pass