Skip to content

Commit 371c519

Browse files
committed
running
1 parent 8be2402 commit 371c519

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: main.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("Hello World!")

Diff for: mysite/config/settings.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
DEBUG = True
2727

2828
ALLOWED_HOSTS = [
29-
'.replit.dev'
29+
'.replit.dev',
30+
'.localhost'
3031
]
3132

3233

0 commit comments

Comments
 (0)