papaspiro / django-dms

Automatically exported from code.google.com/p/django-dms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

large urls.py & amin urls #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. trying to get into the admin backend
2.
3.

What is the expected output? What do you see instead?

Shouldn't line #8 in tests/large/urls.py

be

(r'^admin/(.*)', admin.site.root),

instead of

(r'^admin/', include(admin.site.urls)),

What version of the product are you using? On what operating system?

Django 1.02

Please provide any additional information below.

Original issue reported on code.google.com by freakcli...@gmail.com on 9 Feb 2009 at 10:54

GoogleCodeExporter commented 8 years ago
This is related to issue #6, closing this thread.

Original comment by e.willha...@gmail.com on 4 Mar 2009 at 12:53