Thanks so much everyone. I looked over those files many times and I
couldn't see it.
On Tuesday, October 18, 2016 at 5:17:55 PM UTC-4, James Schneider wrote:
>
>
>
> On Tue, Oct 18, 2016 at 11:00 AM, Johnny McClung > wrote:
>
>> I have gotten down to the part w
I have gotten down to the part where the tutorial reads "Load the page by
pointing your browser at “/polls/”, and you should see a bulleted-list
containing the “What’s up” question from Tutorial 2. The link points to the
question’s detail page."
I do not see a bulleted-list. All I see is "No po
Thank you. I've added the comma as you mentioned. Can't believe I missed
that. But now I am getting a new error.
E:\Dropbox\Python Scripts\mysite>python manage.py runserver
Performing system checks...
Unhandled exception in thread started by .wrapper at 0x044B16A8>
Traceback (most recent call
I am getting an error when I try to run the Django server.
>> mysite >> polls >> urls.py
from django.conf.urls import url
from . import views
urlpatters = [
url(r'^$', views.index, name='index'),
]
>> mysite >> mysite >> urls.py
from django.conf.urls import include, url
from django
4 matches
Mail list logo