Hi Rachel,
I wrote a *REALLY* simple FAQ app. for a site of mine ( http://henry.simon.net.nz/about/ ), and decided to stick it out there because of this post. I've written it up and put the code here: http://simon.net.nz/articles/simple-faq-application-for-django/ All it does is store a question, answer and timestamp in a table, and the view just spits them out in order of answering. Feel free to use/abuse as you wish. It should be quite easy to extend to do stuff like track user info, and my original version stores pre-html-formatted stuff in another column rather than textile'ing it on every page load. --Simon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

