Edward A. Muller wrote:
> What's the best way to extend an existing model in a new model/app?

Edward, this is a common problem that has a variable solution depending
on your needs. If you don't mind clearing your existing user data, you
can use the reset command on your model:

manage.py reset appname

If your data is important you'll need to use ALTER TABLE statements in
your database. More information can be found in the Django FAQ:

http://www.djangoproject.com/documentation/faq/#if-i-make-changes-to-a-model-how-do-i-update-the-database


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to