Add support for favicons using django-favicon-plus

This commit is contained in:
Danielle McLean 2017-10-24 14:46:32 +11:00
parent 2db2f4b6fc
commit ec45a4c250
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
4 changed files with 17 additions and 2 deletions

View file

@ -64,6 +64,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'compressor',
'favicon',
'lemoncurry',
'home',