Re: RSS Questions

2010-09-20 Thread Joel Davis
eeds, it looks like these are > > stuffed into a "content:encoded" tag? Is that right? How to I get the > > RSS feed to generate that? > > What's wrong with including the post's html in the description field? > > http://djangogigs.com/feeds/gigs/ > > h

RSS Questions

2010-09-17 Thread Joel Davis
Hello, I am trying to set up a blog on my django-based website. I followed the examples here: http://docs.djangoproject.com/en/1.1/ref/contrib/syndication/ The docs are great, and it was pretty easy to set up. And it sort-of works. But there are a couple of problems I can't figure out. First: A

Customizing Admin Forms Question

2010-01-15 Thread Joel Davis
I've got a couple of questions about customizing the admin pages... First, is there a way to specify the layout/template for an admin form by hand? I've got a Model that has a bunch of optional fields, including a bunch of TextAreas, and the form is huge and jumbled. I'd like to make a custom temp