Cookiecutter-django: Missing staticfiles manifest

Created on 4 Jun 2018  路  3Comments  路  Source: pydanny/cookiecutter-django

Missing staticfiles manifest entry for 'lib/flickity/dist/flickity.min.css'
error on heroku

Most helpful comment

I have a similar problem with the Docker deployment. I can see the docker-compose -f production.yml up outputs the collectstatic output however when I go to the URL I'm using I get the following error:

django_1    | ValueError: Missing staticfiles manifest entry for '/images/favicon.ico'

When I try to search for the staticfiles folder I can't find any in the app folder inside the container. Any advice?

All 3 comments

@joseGabriel06 please, re-open the issue following our Bug Report issue template.

@joseGabriel06 by default, cookiecutter-django not use flickity css/js . so the problem should be your own code. you probably forgot to download the files from flickity and put inside static directory and change your the path to flickity inside the static django templatetag on your html

I have a similar problem with the Docker deployment. I can see the docker-compose -f production.yml up outputs the collectstatic output however when I go to the URL I'm using I get the following error:

django_1    | ValueError: Missing staticfiles manifest entry for '/images/favicon.ico'

When I try to search for the staticfiles folder I can't find any in the app folder inside the container. Any advice?

Was this page helpful?
0 / 5 - 0 ratings