On Sunday, December 2, 2012, David Brotman wrote:

> Hi:
>
> I am really new to django and I am going thru the online tutorial (polls)
> app and I got to the point in the tutorial where I enter the command:
>
> python manage.py sql polls
>
> Nothing happens. No error message or anything else displayed. It just goes
> to a prompt. I included 'polls' in the installed apps section of the
> settings.py file as instructed. Anyone have any ideas on how to
> troubleshoot this issue?
>

I'd set a breakpoint with pdb in manage and step through it and see exactly
what it's doing.

-- 
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.

Reply via email to