asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

custom_modelform #3

Closed avaldevilap closed 8 years ago

avaldevilap commented 8 years ago

I need use two forms, one for add and other for update. If you can fix it. Thk

asifpy commented 8 years ago

Use the example/forms.py where I defined two separate forms for CREATE and UPDATE, at the same time you also need to modify the crud.py to specify your CREATE/UPDATE forms.