Django: how to use the nice admin tables in the actual application -
new django, worked through 'polls' tutorial. convert simple views tabular views, in pretty admin interface. should try clone code admin module? otherwise, how proceed?
the admin forms django forms , formsets. build form model use modelforms. maybe nice @ admin tabular_inline template. lives at: django/contrib/admin/templates/admin/edit_inline/tabular.html.
the snippet looping on form fields.
Comments
Post a Comment