willhardy / django-seo

Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.
BSD 3-Clause "New" or "Revised" License
251 stars 117 forks source link

Automatic admin inline registration #8

Closed willhardy closed 13 years ago

willhardy commented 13 years ago

Currently metadata inlines have to be manually added for each Django model. Although this isn't too bad when the admin definitions are heavily customised anyway, this is no doubt a barrier to entry when simply registering using ModelAdmin.

willhardy commented 13 years ago

Documenting and tweaking new automatic inline registration. Closed by 5c30b702d3e896fb6a8a258c834f0ed8c802b37a.