Re: Using django cms in a model instance scenario rather than the whole site

2021-01-15 Thread Andréas Kühne
Hi Joel, I don't think you need to incorporate django cms for that use case. You would be better just to add a HTML editor of some sort and then saving the HTML in the database. That way you don't need to open up django admin for the cms handling either? At least that's the way I would do it? Reg

Using django cms in a model instance scenario rather than the whole site

2021-01-15 Thread Joel Tanko
Hey guys, So I have this django project that works similar to shopify(only on a smaller scale) that allows local businesses to open and manage their online stores - made possible by the django app. I decided it would be a good idea to let the store owners (or merchants) send emails from their admin