dockerise for push

This commit is contained in:
Parsa Nazer
2024-12-25 22:50:10 +03:30
parent 522583f876
commit 09e8ceb7da
6 changed files with 136 additions and 20 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ EMAIL_HOST_PASSWORD = os.getenv("EMAIL_HOST_PASSWORD")
DEFAULT_FROM_EMAIL = os.getenv("SECRET_KEY")
SECRET_KEY = os.getenv("SECRET_KEY")
DEBUG = os.getenv("DEBUG")
DEBUG = False
# in production lists of allowed hosts and allowed orgins will genrate
# in development every host and orgin will be true
# in prodcution it will use the postgres info you enterd in .env.local