difreance_section added to home

This commit is contained in:
Parsa Nazer
2025-01-27 22:07:58 +03:30
parent d72a705574
commit 690f53ee97
8 changed files with 114 additions and 6 deletions
+1 -1
View File
@@ -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}",