When you run makemigrations command, Django will compare your current model module with the newest migration module. You should have a look at your 0002_signup_updated... file to find out what cause the problem.
On Thursday, January 28, 2016 at 3:21:16 AM UTC+8, ofeyofey 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/3148ce64-5d7f-40a9-ab5a-3de73371bd4a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

