django-fluent / django-fluent-contents

A widget engine to display various content on Django pages
http://django-fluent.org/
Apache License 2.0
149 stars 39 forks source link

Saving various PlaceholderFields #72

Closed emptyset1 closed 8 years ago

emptyset1 commented 8 years ago

Being a noob here, I've been trying to run your app and example. Even using the unmodified code provided in the example, I couldn't save more than one ContentItem(s) in a model. Is there some trick to this? How do I save multiple ContentItem(s)?

Thank you, I would really appreciate your answer.

vdboor commented 8 years ago

I've just double checked the example project, and I've been able to create multiple items at the same page. (by pressing the Add button multiple times). What browser or system are you using, and do you see any errors in the browser/console?

emptyset1 commented 8 years ago

Sorry for writing back so late. It was an installation issue. Works fine now. You can close this issue.