straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

view on site (admin) doesn't work #207

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Change main urls.py:
('^admin/(.*)', admin.site.root) 
(it's DEPRECATED) to: 
('^admin/', include(admin.site.urls))
2. Go to sample app admin (Myapp->persons) and add a new person and attach
a file.
3. Open newly added record for edit and click view on site (person or file
inline)

What is the expected output? What do you see instead?
Expected: Open file for download or view added record on site.
Instead I see: Page not found (404)

What version of the product are you using? On what operating system?
aep-1.1RC, archlinux

Please provide any additional information below.

Original issue reported on code.google.com by pgha...@gmail.com on 16 Aug 2009 at 7:58