Also that error comes about if you didn't  create well the python
application like maybe you missed the application root, or you didn't
replace the code in  your wsgi.py with this line. from myproject import
application

On Sun, Aug 23, 2020, 22:49 MUGOYA DIHFAHSIH <dihfahs...@gmail.com> wrote:

> 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 <amresh.gir...@gmail.com> wrote:
>
>> Check logs bro. You'll know what went wrong and where.
>>
>> On Sun, Aug 23, 2020, 3:45 AM Sayur Patel <sayurpa...@gmail.com> 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 django-users+unsubscr...@googlegroups.com.
>>> 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 django-users+unsubscr...@googlegroups.com.
>> 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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAP%3DJD9zMPUOxeRfasyAChReq8snJs8q_2xkEgfiikcJeKCRJvA%40mail.gmail.com.

Reply via email to