Properly load the site name in the template, oops

This commit is contained in:
Danielle McLean 2017-10-23 09:43:26 +11:00
parent 55abf1780e
commit 58d446f711
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
3 changed files with 7 additions and 3 deletions

View file

@ -124,3 +124,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/1.11/howto/static-files/
STATIC_URL = '/static/'
# Settings specific to lemoncurry
LEMONCURRY_SITE_NAME = '00dani.me'