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/bfa75c62-9c19-4098-83bd-2f2af93f12c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to