On server you will have to run - python manage.py collectstatic and this is after you have setup nginx for serving static files on the server. Have you set it up yet?
On Sat, 11 May 2019, 10:54 Rookies DJ, <[email protected]> wrote: > I apologise, I'm a hardware engineer, I'm not very familiar with coding; > I'm only on Django for the past 5 months. (under my boss order) > > I had managed to develop and establish a Django App, and manage to upload > it to remote server *NameCheap*. There on the server, the issue is unable > to locate the static files. Even when we directed the path to static files > folder. > > This static files, infrequently work and load the static, that's how we > concluded the static error was caused by the misdirection of the path. > > But reading over the Django documentary multiple time didn't help resolve > > Please help our team had been trying resolve this issue for past 2months > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/e2f33470-0ad3-4387-9fbe-cd20b40eee82%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/e2f33470-0ad3-4387-9fbe-cd20b40eee82%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAC3mK7erauz13RupUXr9gW_ppGWkuhMVA7XTLUhzTwikSSpVKA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

