Use this commands to solve ur problem: “Python manage.py makemigrations” Then “Python manage.py migrate” When you add new file such as static files & adding new app You have to use this 2 commands.
> On Jul 16, 2018, at 6:47 PM, Shay Hershko <[email protected]> wrote: > > i tried to install django and for some reson it dosent work i have followed > the instructions on the website and on thie video > (https://www.youtube.com/watch?v=MEcWRk9w0t0) and this is what i get > > > -- > 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/493511d9-59da-4524-9e2e-c42f2980f767%40googlegroups.com. > 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/4B99600C-C4A1-4A5A-8C1D-D729F3EECD0A%40gmail.com. For more options, visit https://groups.google.com/d/optout.

