Skip to content

Commit 7d1d86c

Browse files
committed
Add: pytest
1 parent 86bb821 commit 7d1d86c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
app-run:
2-
uv run manage.py runserver 127.0.0.1:8000
2+
uv run manage.py runserver localhost:8000
33

44
locales-add:
55
uv run manage.py makemessages -a

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']
35+
ALLOWED_HOSTS = ['python-project-52-r4q7.onrender.com', 'localhost', '127.0.0.1']
3636

3737

3838
# Application definition

0 commit comments

Comments
 (0)