use example.com as the default BASE_URL

This commit is contained in:
Matt Westcott 2015-02-17 15:56:35 +00:00
parent 591478d8da
commit 3c3a0c4189

View file

@ -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