Abstract class implemented to provide form django admin like
Project description
Django form admin
Information
It is a Django application that lets to render forms like django admin, with the same HTML
How to use it
In your form:
class FooForm(forms.Form, FormAdminDjango): pass class FooModelForm(forms.ModelForm, FormAdminDjango): pass
In your template:
{{ form.as_django_admin }}
Development
You can get the last bleeding edge version of autoreports by doing a checkout of its subversion repository:
svn co http://svnpub.yaco.es/djangoapps/formadmin/trunk/formadmin
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-form-admin-0.3.tar.gz
(2.3 kB
view details)
File details
Details for the file django-form-admin-0.3.tar.gz
.
File metadata
- Download URL: django-form-admin-0.3.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 022f6ac16e78800f13e8998e9636051ed264ae0255f5ccd846f9c8f0478a4ce0 |
|
MD5 | a17ff1ce71b00d662a601474de7d08b2 |
|
BLAKE2b-256 | ba1fd3b0a8cd54c4a27a9eaef4b32dd7f82e4c625d1e03598323836ca5cd777a |