mazelife / django-scaffold

Reusable application for a generic section/subsection hierarchy in Django. Aims to solve a common problem: you're building a site that needs sections and subsections and you not only need to be able to manage that hierarchy, but also hang other content off of it.
https://django-scaffold.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
38 stars 8 forks source link

Admin Interface: Edit Section view needs "View on site" link #1

Closed mazelife closed 14 years ago

mazelife commented 14 years ago

Sections need the "view on site" link that's standard to the Django admin interface.

mazelife commented 14 years ago

Link added.