This is probably a better question for the Django-CMS Google Group than this 
one:

http://groups.google.com/group/django-cms?hl=en

It's always possible to subclass their modelforms and templates. I've used 
Django CMS, but I don't have a grasp of how much work it would be to disable 
the admin.

Two ideas:

You could use the Django admin's user permissions to lock down the stuff you 
don't want them to see. 

Also, if you don't use the admin now, why not just leave everything out of your 
admin.py files except for the Django CMS stuff? That way it's not even visible 
for your users, much less editable. 

Shawn


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to