use example.com as the default BASE_URL

pull/998/head
Matt Westcott 2015-02-17 15:56:35 +00:00
rodzic 591478d8da
commit 3c3a0c4189
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -30,7 +30,7 @@ ALLOWED_HOSTS = []
# Base URL to use when referring to full URLs within the Wagtail admin backend -
# e.g. in notification emails. Don't include '/admin' or a trailing slash
BASE_URL = 'http://localhost:8000'
BASE_URL = 'http://example.com'
# Application definition