Thanks but I have not yet resolved. in the file "settings.py" I added mysite.polls in INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', ' django.contrib.sessions', 'django.contrib.sites', ' mysite. polls' ) with or without a comma after 'polls' is the same.
When launching the command c:\django2\testproject> python manage.py runserver 8080 I got 'Error: No module named mysite' All steps about environment configuration: python 2.6 e postgres 8.3 went well and the steps of the tutorial 'http://docs.djangoproject.com/ en/dev/intro/tutorial01/ # intro-tutorial01' so far What can I do now? On 15 Ott, 17:06, "Keith Eberle" <[EMAIL PROTECTED]> wrote: > Did you name your project "MySite" or "mysite". There is a difference... > > keith > > On Wed, Oct 15, 2008 at 10:55 AM, maumir <[EMAIL PROTECTED]> wrote: > > > I'm to start using the tutorial but during the steps about 'Writing > > your first Django app, part 1', specifically in 'Activating models' > > the command: ' python manage.py sql polls' produces: ' Error: No > > module named MySite' > > 'why is it happen? > > My installation of django is with SO MS VISTA business and DB postgres > > 8.3.4 --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---