Re: Cannot reload a Django models module within a "manage.py shell" session

2009-05-21 Thread Sam Chuparkoff
Reloading your models module is not going to give you different model classes, because django tracks these classes by name. This is why the tutorial instructs you to start a new shell after you've modified your models. sdc --~--~-~--~~~---~--~~ You received this

Cannot reload a Django models module within a "manage.py shell" session

2009-05-21 Thread chadbraunduin
I know how to reload a regular Python module within a regular Python interpreter session. For some reason, I am having trouble doing that within Django's "manage.py shell" interpreter session. To recreate my issue, start the basic Django tutorial found here: http://docs.djangoproject.com/en/dev/i