You are missing python manage.py collectstatic, this is used to copy your static files to public fold so that they can be served by the server .
On Sun, Aug 23, 2020, 02:14 Amresh Giri <[email protected]> wrote: > Check logs bro. You'll know what went wrong and where. > > On Sun, Aug 23, 2020, 3:45 AM Sayur Patel <[email protected]> wrote: > >> hello i am beginner and this is my first project. >> >> i have error on my home page. >> >> i do >> >> 1. installing dependency >> 2. makemigrations >> 3. migrate >> 4. createsuperuser >> >> >> - setting.py >> - change static root >> - static dir >> - media root >> - allowed host >> - debug = false >> >> >> >> anything am i missing? >> >> >> -- >> 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 view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/c2198c12-b84c-4ee8-a948-6a9c2cffac79n%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/c2198c12-b84c-4ee8-a948-6a9c2cffac79n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAJqzuMEDcOdvD9Z8drUR0CqTexgLgfwije8pZ6rCee-SKb8k_A%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAJqzuMEDcOdvD9Z8drUR0CqTexgLgfwije8pZ6rCee-SKb8k_A%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAP%3DJD9wfz2Uj0Qexa3x1sVZ7%2ByajTMB3Ym8RiJa62j-FrVxXrg%40mail.gmail.com.

