According to the error, you didn't try to access /manage, just the root url

On Thursday, June 19, 2014 12:08:05 PM UTC-5, G Z wrote:
>
> if i comment out the urls for #url(r'^$', views.IndexView.as_view(), 
> name='index'), it will give me an error that it cant find /manage
>
>
> Page not found (404)Request Method:GETRequest URL:http://127.0.0.1:8000/
>
> Using the URLconf defined in holon.urls, Django tried these URL patterns, 
> in this order:
>
>    1. ^$ ^manage/$ [name='manage']
>    2. ^portal/
>    3. ^manage/$
>    4. ^admin/
>
> The current URL, , didn't match any of these.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/d708e5de-fb8b-423a-a201-aac51d84f6ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to