Django CMS is a pluggable app. It's not a collection of things like Pinax. You 
either add it to your project (and give yourself a CMS), or not.

Here's a brief overview:

1. Install the app in an existing Django application.

2. Use the Django admin to create and edit pages using Django templates. You'll 
have plugins for images, etc.

3. Done.

Django CMS handles the URLs for your pages and just serves them. 

Shawn

-- 
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.

Reply via email to