difreance_section added to home
This commit is contained in:
@@ -33,7 +33,7 @@ DEBUG = True
|
||||
# in prodcution it will use the postgres info you enterd in .env.local
|
||||
# in development it will use the sqlite
|
||||
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
if DEBUG:
|
||||
if not DEBUG:
|
||||
ALLOWED_HOSTS = ['127.0.0.1', 'localhost', DOMAIN, API_DOMAIN]
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
f"https://{DOMAIN}",
|
||||
|
||||
Reference in New Issue
Block a user