Tag: preview
-
posts
-
Preview blog posts within the django admin.
I implemented blog post previews for my blog using the technique described here: http://latherrinserepeat.org/2008/7/28/stupid-simple-django-admin-previews/ It’s very simple as it is simply a view using an existing record. I’d prefer something th...