I just want to drop the favicon.ico in my staticfiles directory and then have it show up in my app.
favicon.ico
staticfiles
How can I accomplish this?
I ha
Just copy your favicon on: /yourappname/mainapp(ex:core)/static/mainapp(ex:core)/img
Then go to your mainapp template(ex:base.html) and just copy this, after {% load static %} because you must load first the statics.