Skip to content

Commit

Permalink
deployment requirement update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-bazad committed Jun 12, 2024
1 parent 53b741f commit cfe8516
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion backend/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

SECRET_KEY = os.environ('SECRET')
ALLOWED_HOSTS = [os.environ('WEBSITE_HOSTNAME')]
print(ALLOWED_HOSTS)
CSRF_TRUSTED_ORIGINS = ['https://' + os.environ('WEBSITE_HOSTNAME')]
DEBUG = False

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packaging==24.1
pandas==2.2.2
peewee==3.17.5
platformdirs==4.2.2
psycopg2-binary==2.9.9
psycopg2==2.9.9
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
pytz==2024.1
Expand Down

0 comments on commit cfe8516

Please sign in to comment.