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