Hey. I'm a Django. I've got in installed and I've created a model and tested out the admin interface. Then I wanted to make some changes to the model and reload the change to the DB and the admin console.
After searching around for a bit, I haven't found a good way to do this, although it appears to be something that is being worked on. I was able to use sqlreset to change the DB, but I wasn't able to the changes to occur in the admin console. Instead I get errors indicating that it is still trying to use the old DB model. I ended up dumping the old app and creating it again (with the same name). However, the admin interface is still trying to use the old DB model. What can I do to reload the admin interface so that it uses the new models? Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---