> > You're supposed to load the shell with `./manage.py shell` rather than > going directly into Python. That is explained in the tutorial. > -- > DR. > > +1 -- However, I recommend installing the package "ipython" when using the Django Shell. For example, run: "pip install ipython".
This will give you auto-completion. So if you started typing something like "models." and hit tab, it'd show you all of the available methods and classes you can use. -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.