What error did your get? what command did you use? try python manage.py makemigrations python manage.py migrate
On Wed, Jan 27, 2016 at 11:21 AM, ofeyofey <[email protected]> wrote: > Hi, > I forgot to add a field to a model and wish to add it now. > I added the line to models.py but makemigrations and migrate aren't > working now. > Is this possible in Django or do i need to go directly tp the sqlite DB > and do it using SQL? > Thanks > Currently following this tutorial > https://www.youtube.com/watch?v=g0tvJsUAx7g > > -- > 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/fd23ad1b-19e9-404f-96da-df02262ab8f7%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/fd23ad1b-19e9-404f-96da-df02262ab8f7%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/CAPCf-y6kTf5aFL4xjWHCaY-K-%2BRAkjYvYXRNH0Zkp_Y8Y8EJrA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

