Reputation: 6345
I'm very new to Django so please bear with me.
My impression is that if I use a full fledge CMS like Django-CMS then I wouldn't be able to incorporate other apps like Cartridge, Django-Celery, etc. If it's correct, then is there a nice way to manage posts/pages without a full fledge CMS?
Thanks
Upvotes: 0
Views: 172
Reputation: 34553
Not true :) You can use any third party app, and also your own application modules with Django-CMS. It's very flexible and easy to extend. I highly recommend it.
Upvotes: 1