Django-cms Edit model placeholder before model is added -


Is there a good way to implement the editing of the placeholder field before the model is added to the app?

I have an app with Apoc, and currently it will have to model in the admin interface, save it (due to the appearance on the website), and then the CMS content is already visible to the model Must be added to the rendering. Obviously this is not very good.

Ideally I would like to be able to create placeholder content 'inline' with the rest of the model.

What would be the best way to go about this? Is there an existing method or can I hack the admin interface and save mode using CMS API?

Thanks


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -