f5inet / django-dms

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

Exception with demo application #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I copied the tests folder as root folder
namely:
- test
--- large
--- small

2. I put the "django-dms" folder both in the large and small folders

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

When I run the server I get the following exception

---------------------------
ImproperlyConfigured: DocumentAdmin.list_display[7], 'tags' is not a
callable or an attribute of 'DocumentAdmin' or found in the model 'Document'.
---------------------------

both at 
- http://localhost:8000/admin
- http://localhost:8000/

What version of the product are you using? On what operating system?
---------------------------
Django 1.02
Mac OsX

Please provide any additional information below.

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

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, I'll have to rewrite that section to make it compatible with earlier 
versions
of django. As a temporary fix, you can remove the item 'tags' from list_display 
in
large_dms/admin.py (line 18)

Original comment by e.willha...@gmail.com on 9 Feb 2009 at 10:20