SITE_URL is now automagically created

This commit is contained in:
Oliver Falk
2018-06-12 14:45:54 +02:00
parent 420c758957
commit 2ce46d2361
4 changed files with 4 additions and 6 deletions

View File

@@ -6,5 +6,4 @@ from ivatar.settings import TEMPLATES # noqa
SESSION_COOKIE_SECURE = False
DEBUG = True
SITE_URL = 'http://localhost:8383'
TEMPLATES[0]['OPTIONS']['debug'] = True