Re: OperationalError happening after giving authorization to the class based view

2014-06-08 Thread yutaka kobayashi
I made two models on models.py they are Contacts and Address along with this http://effectivedjango.com/tutorial/related.html page I tried to use the both of this models. Which means Address model under the Contact model. The authentication stuff that I had problem with went well after I comm

Re: OperationalError happening after giving authorization to the class based view

2014-06-06 Thread carlos
Hi, 2 choice 1. erase de database y create again the migration: $rm database && rm -r addressbook/migrations $./manage.py schemamigration addressbook --initial $./manage.py migrate 2. create manually fields owner_id enter terminal or console i see you use sqlite3 i recomended install this addon