Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63e4a75

Browse files
committed
Update ALLOWED_HOSTS
1 parent4d42f51 commit63e4a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎backend/book/settings.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
BASE_DIR=Path(__file__).parent.parent
2323

2424
ALLOWED_HOSTS= [
25-
'alexmojaki.pythonanywhere.com',
2625
os.environ.get('HEROKU_APP_NAME','')+'.herokuapp.com',
26+
'futurecoder.io',
2727
'localhost',
2828
'127.0.0.1',
2929
]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp