Re: Error: No module named pollsdjango.contrib.admin

2009-12-14 Thread puraV
Thanks Karen I was having this issue as well no need to ask! you rock! On Nov 8, 6:01 pm, Karen Tracey wrote: > On Sun, Nov 8, 2009 at 11:58 AM, Zeynel wrote: > > > Hi again, > > > Thanks for the help so far. > > > I am now working on the part 2 of the tutorial. > > > I updated the INSTALLE

Re: Error: No module named pollsdjango.contrib.admin

2009-11-08 Thread Zeynel
Thank you!! On Nov 8, 12:01 pm, Karen Tracey wrote: > On Sun, Nov 8, 2009 at 11:58 AM, Zeynel wrote: > > > Hi again, > > > Thanks for the help so far. > > > I am now working on the part 2 of the tutorial. > > > I updated the INSTALLED_APPS with 'django.contrib.admin': > > > INSTALLED_APPS = ( >

Re: Error: No module named pollsdjango.contrib.admin

2009-11-08 Thread Karen Tracey
On Sun, Nov 8, 2009 at 11:58 AM, Zeynel wrote: > > Hi again, > > Thanks for the help so far. > > I am now working on the part 2 of the tutorial. > > I updated the INSTALLED_APPS with 'django.contrib.admin': > > INSTALLED_APPS = ( >'django.contrib.auth', >'django.contrib.contenttypes', >

Error: No module named pollsdjango.contrib.admin

2009-11-08 Thread Zeynel
essions', 'django.contrib.sites', 'mysite.polls' 'django.contrib.admin' ) and tried to run manage.py syncdb but I get the error Error: No module named pollsdjango.contrib.admin I am guessing this is another PATH error. Can anyone help. Thanks. --~--~---