waveride, You are alright!
But he have a two erros. First, he loaded http://127.0.0.1:8000/ but dont have urls.py configured for this. Second, he loaded http://127.0.0.1:8000/admin/ and is showed a exception because 'django' not found a 'polls' application, because 'django' in recent versions, apps must be placed out from project folder or he must define a complete path like 'MyDjangoApp.polls' in INSTALLED_APPS. Greetings. On Thu, Feb 13, 2014 at 8:12 PM, waverider <adi.andre...@gmail.com> wrote: > Is it just me or everything is actually working as expected? > > You're requesting http://127.0.0.1:8000/, while you define /polls/ and > that tutorial specifically instructs to access http://127.0.0.1:8000/ > polls/ > > - > http://andreias.ro > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/cd8fead4-03e9-43fd-ac95-2751af8f4f56%40googlegroups.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- Lucas Klassmann Desenvolvedor de Software Email: lucasklassm...@gmail.com Web site: http://www.lucasklassmann.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOz50pL77n7ARV_tDdBN_gXXU_HCPPFOct8uv8Ooe2ZcYL1C_g%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.