Friday, August 31, 2012

Re: New to Django, Admin Page not Loading




urlpatterns = patterns('',
    # Examples:
    # url(r'^$', 'budgetmanager.views.home', name='home'),
    # url(r'^budgetmanager/', include('budgetmanager.foo.
urls')),

    # Uncomment the admin/doc line below to enable admin documentation:
   uncomment
 # url(r'^admin/', include(admin.site.urls)),
)

--
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/-/W3_VMU97fmIJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment