Vardhan Varma-2 wrote:
> 
> did you named your project as 'mysite' and your app  as 'polls' ...
> also make sure __init__.py exists inside directory polls (manage.py should
> create that ).
> 
> hope that helps,
> 
> --Vardhan
> 
> 
> 
> 
> Have you given your projevt name as mysite and application name as polls
> 
> 
> 
> On Sun, Nov 29, 2009 at 7:12 PM, Baba Samu
> <samuelbarcel...@gmail.com>wrote:
> 
>> Hi,
>>
>> Following the tutorial when i have "python manage.py sql polls" i get
>> error message "No module named polls"
>>
>> I have modified settijng.py to.....
>>
>> INSTALLED_APPS = (
>>    'django.contrib.auth',
>>    'django.contrib.contenttypes',
>>    'django.contrib.sessions',
>>    'django.contrib.sites',
>>    'mysite.polls'
>> )
>>
>>
>> any ideas?
>>
>> thanks,
>> samu
>>
>> --
>>
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>>
> 
> --
> 
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@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.
> 
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Error%3A-No-module-named-polls-tp26562161p26573185.html
Sent from the django-users mailing list archive at Nabble.com.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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