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
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
2 matches
Mail list logo