Hello,
I am developing my models. I have quite a lot of legacy data which I
have to take into account, so I try hard to understand the logic of
syncdb. My current situation is as follows:
1. I had written the model defintion of several models in Python and
created the corresponding tables with "./manage.py syncdb".
2. I then realized that I needed to change the model definitions
somewhat. Then I:
a) Deleted the databes tables manually, using a regular
databese client. I did not touch tables like ~ auth_user.
b) I updatet my models.py files.
c) I tried to recreate the tables with "./manage.py syncdb" -
but to no avail, nothing happened?
Any tips on what I am doing wrong greatly appreciated.
Joakim
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.