Re: Creating Dybamic "models"

2008-07-20 Thread code-zoop
On Jul 20, 6:36 pm, Bradley Wright <[EMAIL PROTECTED]> wrote: > On Jul 20, 8:45 am, festersen <[EMAIL PROTECTED]> wrote: > > > > In a more upscaled version I > > > could have 10 different article types, where all of them are slightly > > > different. > > > maybe you want to read some notes about

Creating Dybamic "models"

2008-07-19 Thread code-zoop
Hello All. I am on my first prject with Django, and I really love it. I have never been so productive with so few lines of code (coming from php). I am writing a simple cms system, and have the core up and running. I have a general article model that contains all fields for the articles. I am tr