chiggsy
unread,Sep 8, 2008, 11:02:15 PM9/8/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hi all,
I have some questions about the shell I get from manage.py shell:
When i run that command, I get IPython, which is good, but when i
check my namespace it is empty. Is this supposed to happen? Is this
command not supposed to load django, and my settings etc when i run
it? All it seems to do is add the path of my project to sys.path,
which seems to be the only thing different from ipython...