Replies: 2 comments 5 replies
-
From looking at your code, it however seems that creating some customized initial data is the way to go. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Thanks for your help but I couldn't work it out so just stuck with standard django forms |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a list of objects I want to display settings forms for. I want to avoid manually creating a form per object and instead retrieve the objects, then iterate over them instantiating a form for each one, e.g.:
This doesn't seem to work due to the work of
FormCollectionMeta.__new__
. Is it possible to add forms dynaically like this?Beta Was this translation helpful? Give feedback.
All reactions