Good Afternoon Everyone,
I am Working with Django the little time and I'm facing a problem. I need to create a form in the admin module of my project, and this record I have a field called RULE. where I can register a field called RULE, RULE put the field can have 1 or N records. My question is this, how do I create a RULE field where the user can add more fields as necessary RULE?
For example:
Rule: xxx.xxx.xxx.xxx (add more fields RULE)
xxx.xxx.xxx.xxx
xxx.xxx.xxx.xxx
...
I count on your help.
Thanks in advance.