Sunday, August 30, 2020

Re: raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)


On Mon, Aug 31, 2020 at 9:28 AM Lightning Bit <thelegendofearthreturns@gmail.com> wrote:
Hello all, 

Does anyone know how to add a manifest entry for a staticfile? I have used:

> python manage.py collectstatic --noinput 

From this I got the  "staticfiles" folder. However, when I perform a logging on the website, this 505 error appears: 

> raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)


I tried deleting the "staticfiles"  folder and restarting the "collectstatic " process but that does not seem to work either. Any resolutions?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b9738987-daa9-403f-b1f6-ec27e076cff8n%40googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m315Y1aKjDrXepn_iT2A_rL5R6jmQM9KJ8n5GnJLRd%2B6Z6g%40mail.gmail.com.

No comments:

Post a Comment