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

2020-08-31 Thread King Niko
gt;>> thelegendofearthretu...@gmail.com> wrote: >>> >>>> Hello all, >>>> >>>> Does anyone know how to add a manifest entry for a staticfile? I have >>>> used: >>>> >>>> *> python manage.py collectstatic --n

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

2020-08-31 Thread King Niko
< >> thelegendofearthretu...@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 * >>> >>>

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

2020-08-31 Thread King Niko
o 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: >> >

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

2020-08-30 Thread RANGA BHARATH JINKA
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 staticfile

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

2020-08-30 Thread Lightning Bit
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 subs