I guess I am still new with databases so my question is regarding how I should setup my models for a site where users can create accounts and have their own private blogging areas.
In the past I always worked with flatfiles so every user had their own folder on the filesystem and all of their data was within that folder. Does this mean that every user should have their own table to hold their blog posts or I should have one blog_post table and throw everyone's posts into that table? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

