Closed pygabo closed 6 years ago
@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?
Missing staticfiles manifest entry for 'lib/flickity/dist/flickity.min.css' error on heroku