Skip to content

Commit 5894568

Browse files
committed
Fix
1 parent 185bdfa commit 5894568

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

task_manager/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# SECURITY WARNING: don't run with debug turned on in production!
3333
DEBUG = os.getenv("DEBUG", False)
3434

35-
ALLOWED_HOSTS = ['python-project-52-r4q7.onrender.com', 'localhost', '127.0.0.1']
35+
ALLOWED_HOSTS = ['python-project-52-r4q7.onrender.com', 'localhost', '127.0.0.1', 'webserver']
3636

3737

3838
# Application definition

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)