I have created models and from the models, I created ModelForms
. However, I noticed that the widgets generated from the ModelForm
are not as same as the widgets when I am in Admin pages.
How can I:
Get the same widget as the ones in admin pages. Those are awesome. The foreign key field comes with 'plus' icon that enables you to add new item being referenced to.
Date time widget has 'Now' button that enables you to populate the field instantly with the current time.
Is there any other cool plugin out there for the widgets? So far all I got is meh, just plain html widget that doesnt make sense even for field like Datetime (it generates normal plain input control).