django-mongokit
django-mongokit copied to clipboard
How to support django form attrs?
I create a form, but i can't put some attrs into the form field just like origin django.It take no effect?
How to due with it?
My code is like this:
'type': forms.TextInput(attrs={
'ng-bind': 'product',
'sd': 'sdfghn',
}),
Thanks for you help.
It's probably best to tackle this with regular django forms. This project is not maintained.
ok i see.