MegaMark16 / django-cms-themes

A way to quickly load and swap out template packs (or themes) for Django CMS
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Any plans to integrate with django-cms 3.0? #15

Open bethlakshmi opened 9 years ago

bethlakshmi commented 9 years ago

I am also getting the error:

ImportError: cannot import name PageAddForm

But I suspect it's because I'm using 3.0 and themes doesn't claim to support it.

Any plans to be 3.0 compatible?

bear0330 commented 6 years ago

We built a Django CMS themes site for those who might interested in Django CMS theme compatible with latest Django CMS (3.5).

This might useful for you, https://www.django-cms-themes.com/

And I forked this project to try make it compatible with Django CMS 3.5, there is still under progress, if you are interested, please see https://github.com/nuwainfo/django-cms-themes

Thank you.