Add a default BASE_URL setting to the project template

pull/998/head
Matt Westcott 2015-02-17 15:32:22 +00:00
rodzic 82c7a42255
commit 591478d8da
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://localhost:8000'
# Application definition
INSTALLED_APPS = (