Properly load the site name in the template, oops
This commit is contained in:
parent
55abf1780e
commit
58d446f711
3 changed files with 7 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue