Re: Django blogging engine - database structure question

2008-05-22 Thread djangoista
HTML and the filter won't touch it. It just seems to me that space is   > cheaper than speed, in most senses, and unless you've got really wild   > quantities of blog postings in there, it's not going to hurt you. > > Eric > > On May 22, 2008, at 8:30 PM, djangoi

Django blogging engine - database structure question

2008-05-22 Thread djangoista
Hi, I'm about to start on a simple django-based blogging engine (I'm sure there are already many out there, but I want to have a go a creating one from scratch). I'm planning on using Markdown (lightweight markup language) for creating blog posts, but I'm not sure what to store in the DB. One opt