dlamotte / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

Tag field not added to FlatPages admin. #154

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It appears that tagging detects and attached to FlatPage objects, but has
no way to add/manage tags for FlatPages via the admin interface. I tried
removing the FlatPageAdmin object in case specifying the interface was
interfering, to no avail. Tags can be added to FlatPages via the shell, but
not the admin interface.

Original issue reported on code.google.com by Ethereal...@gmail.com on 19 Aug 2008 at 4:28

GoogleCodeExporter commented 8 years ago
You need to create a custom admin interface for your flatpages. This is part of 
the
new admin contrib app abilities. As this requires flatpages, admin, and 
tagging, this
functionality must be implemented at a higher level than any one of these apps. 

I think it would be interesting to have an example for the tips wiki page, but 
that
is as far as I think it should go. If you code something up, we can get it on 
the
wiki page with attribution.

I will check back in a week and mark this as 'Invalid' then. For now I will 
mark it
'Chatting'.

Original comment by doug.nap...@gmail.com on 24 Aug 2008 at 7:48

GoogleCodeExporter commented 8 years ago

Original comment by doug.nap...@gmail.com on 17 Oct 2008 at 4:13