Scaffolding for newforms form
s = Scaffold(SomeForm) print s.as_dl()
- newforms
- form
- scaffold
s = Scaffold(SomeForm) print s.as_dl()
A management command to automatically generate a fully specified admin for the models in a specific app. It automatically generates raw_id_fields, search_fields, list_filter and more. It bases this on date fields, fields named as "name" or slug. Usage: ./manage admin_autogen <model>