On 12/27/06, Jason <[EMAIL PROTECTED]> wrote:
So when I start a new project, it has some basic content like an index,
about, contact, and so on. Where does this go in relation to a apps and
projects? Should I create an app in my project of all this standard
stuff?

Hey Jason,

Sounds like a great candidate for the Flatpages app, which comes with
Django. See the docs here:

   http://www.djangoproject.com/documentation/flatpages/

It's also covered in the Django Book here:

   http://www.djangobook.com/en/beta/chapter15/#cn93

The gist of it is that it gives you a lightweight framework for
storing one-off pages like the about/contact pages.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to