Skip to content

Commit 94acc7a

Browse files
committed
1 parent c6f8957 commit 94acc7a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

allmychanges/settings/development.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
ALLOWED_HOSTS = ['localhost',
2828
'art.dev.allmychanges.com',
2929
'skate.svetlyak.ru',
30-
'dev.allmychanges.com']
30+
'dev.allmychanges.com',
31+
'allmychanges.localhost',
32+
]
3133

3234
BASE_URL = 'http://dev.allmychanges.com'
3335

0 commit comments

Comments
 (0)