Skip to content

Commit

Permalink
chore: configure deployment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
oneeee822 committed Jul 28, 2024
1 parent f3b1bda commit e021f80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion econet/econet/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def get_secret(setting):
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['eehnow.pythonanywhere.com']
STATIC_ROOT = os.path.join(BASE_DIR, 'static')


# Application definition
Expand Down
2 changes: 2 additions & 0 deletions econet/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ PyMySQL==1.1.1
pytz==2024.1
sqlparse==0.4.4
typing_extensions==4.7.1
cryptography==43.0.0

0 comments on commit e021f80

Please sign in to comment.