Oops. "For the changes to take effect, exit out of the Python shell and enter it again with python manage.py shell. (This is the simplest way to make code changes take effect.)"
>From http://www.djangobook.com/en/1.0/chapter05/ On Thu, Jun 12, 2008 at 1:01 PM, Gene Campbell <[EMAIL PROTECTED]> wrote: > I'm very new to Python and Django, I'm going through building some > models for the first time. > When I load the models in my shell like this > > python manage.py shell >>>> from app.models import ModelClass > > then make a change to the ModelClass in models.py > > Now when back in the shell how do I reload the changes. This is no > doubt simple and due to my lack of experience with Python and Django. > I have tried > > reload(app.models) > reload(app.models.ModelClass) > reload(models) > etc. > > I can, of course, ctrl+D, and restart the shell, then reimport and the > changes are there. Is that the only way? > > thanks! > -- Picante Solutions Limited e: [EMAIL PROTECTED] w: 06 757 9488 --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---