reload models module in manage.py shell

2009-02-25 Thread RustedInSeattle
Hi, Is there anyway I can reload my models in manage.py shell to pick up changes made to them? I have tried reload(), it returns without error however it doesn't pick up the updated source file. so now I have to restart the shell. and I have to do bunch of imports and other things to get to

reload models module in manage.py shell

2009-02-25 Thread RustedInSeattle
Hi, Is there anyway I can reload my models in manage.py shell to pick up changes made to them? I have tried reload(), it returns without error however it doesn't pick up the updated source file. so now I have to restart the shell. and I have to do bunch of imports and other things to get to