Merge pull request #998 from gasman/default-base-url

Add a default BASE_URL setting to the project template
pull/1001/head
Matt Westcott 2015-02-17 16:39:00 +00:00
commit 5711d5abed
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -28,6 +28,11 @@ TEMPLATE_DEBUG = True
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://example.com'
# Application definition
INSTALLED_APPS = (