On 12/28/05, Yuri <[EMAIL PROTECTED]> wrote:
> I am trying to get the basic tutorial examples working but keep running
> into a problem importing the app.  After I create the polls app as
> suggested in the tutorial
> (http://www.djangoproject.com/documentation/tutorial1/), put the sample
> code into polls/models/polls.py and add 'myproject.apps.polls' to
> myprojects/settings.py, I try to run
>
> django-admin.py sql polls
>
> which gives me the following error message:

Hey Yuri,

Move the "polls" directory into "myproject/apps", and give it another
shot. You're trying to import myproject.apps.polls, but that directory
doesn't exist. Good luck!

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to