Hello Kurtis can u explain it again ,i did not get u. On Wednesday, June 20, 2012 12:31:46 AM UTC+5:30, Kurtis wrote: > > Those URLs are outside of the tuple. Also, you're not using url() types to > define the urls so any reverse lookup will fail. > > On Tue, Jun 19, 2012 at 2:00 PM, Xavier Ordoquy <[email protected]>wrote: > >> Hi, >> >> If you just return the original urls.py, there's no way we can know what >> you did and this will prevents us from helping you. >> As mentioned by Babatunde, you should give the traceback and the modified >> urls (use dpaste.com for that). >> >> Regards, >> Xavier Ordoquy, >> Linovia. >> >> Le 19 juin 2012 à 18:34, Sabbineni Navneet a écrit : >> >> it still shows the same error >> >> On Tuesday, June 19, 2012 9:23:50 PM UTC+5:30, Sabbineni Navneet wrote: >>> >>> This is my url.py file: >>> from django.conf.urls.defaults import * >>> >>> # Uncomment the next two lines to enable the admin: >>> #from django.contrib import admin >>> #admin.autodiscover() >>> >>> >>> >>> urlpatterns = patterns('', >>> >>> (r'^admin/$', include('django.contrib.admin.**urls')), >>> ) >>> # Examples: >>> # url(r'^$', 'mysite.views.home', name='home'), >>> # url(r'^mysite/', include('mysite.foo.urls')), >>> >>> # Uncomment the admin/doc line below to enable admin documentation: >>> # url(r'^admin/doc/', include('django.contrib.**admindocs.urls')), >>> >>> # Uncomment the next line to enable the admin: >>> Please help >>> >> >> On Tuesday, June 19, 2012 9:23:50 PM UTC+5:30, Sabbineni Navneet wrote: >>> >>> This is my url.py file: >>> from django.conf.urls.defaults import * >>> >>> # Uncomment the next two lines to enable the admin: >>> #from django.contrib import admin >>> #admin.autodiscover() >>> >>> >>> >>> urlpatterns = patterns('', >>> >>> (r'^admin/$', include('django.contrib.admin.**urls')), >>> ) >>> # Examples: >>> # url(r'^$', 'mysite.views.home', name='home'), >>> # url(r'^mysite/', include('mysite.foo.urls')), >>> >>> # Uncomment the admin/doc line below to enable admin documentation: >>> # url(r'^admin/doc/', include('django.contrib.**admindocs.urls')), >>> >>> # Uncomment the next line to enable the admin: >>> Please help >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/django-users/-/7Y67BJIlJyMJ. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> > >
-- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/6VgQ3nf62sAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

