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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -