add app to `INSTALLED_APPS` List in your `settings.py` file, make sure `sites`-app is also installed and a url is specified in the admin backend
...
...
@@ -19,8 +19,17 @@ add app to `INSTALLED_APPS` List in your `settings.py` file, make sure `sites`-a
...
)
The defaulf `FAVICON_CONFIG` look like this, if you want something else you can define it in your settings.py. The key of the dictionary is the value for the `rel` attribut of the link tag, while the list in the value are the sizes for the `size` attribute and the image resizing.