hello sweets!!!
Not Found
The requested URL /rango/about was not found on this server.
My rango/urls.py
from django.conf.urls import patterns, url
from rango import views
urlpatterns = patterns('',
url(r'^$', views.index, name='index'),
(r'^/rango/about', 'rango.views.about'),
)
My structure and following this exercise 3.7 at http://www.tangowithdjango.com/book/chapters/setup.html#mapping-urls
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+unsubscribe@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/e797f18a-f25a-4d52-b823-f1e5beac79c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:
Post a Comment