feat: create project
This commit is contained in:
commit
b93eabd429
36 changed files with 1149 additions and 0 deletions
8
iamkonstantin_web/settings/production.py
Normal file
8
iamkonstantin_web/settings/production.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from .base import *
|
||||
|
||||
DEBUG = False
|
||||
|
||||
try:
|
||||
from .local import *
|
||||
except ImportError:
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue