Re: django structure and basic flow

2012-03-16 Thread Daniel Hepper
> I am confused that different tutorial gives different method of doing > things. I want to know how to setup basic cms site, > what folder should I create, sometime people create apps, sometimes > they don't. There are different ways to structure your project, but if you want to use the database

django structure and basic flow

2012-03-15 Thread Lewis
I am confused that different tutorial gives different method of doing things. I want to know how to setup basic cms site, what folder should I create, sometime people create apps, sometimes they don't. How do I put this in order? 1.url 2. view 3.model 4. template 5. admin 6. settings from the