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 untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
4 changed files with 17 additions and 2 deletions

View file

@ -13,6 +13,7 @@ gunicorn = "*"
"psycopg2" = "*"
pillow = "*"
python-memcached = "*"
django-favicon-plus = "*"
[dev-packages]