django-stdfile 0.5
Django application that improves management of FileFields
Overview
This django application simply adds two new fields, RemovableFileField and RemovableImageField. This are the same that the original FileField and ImageField, but it will allow
Installation
To install this application:
- easy_install django-stdfile
- Include 'stdfile' in settings.INSTALLED_APPS,
Examples
To use it, you just
- ::
from stdfile.db import RemovableFileField, RemovableImageField
- class FooModel(model.Model):
- some_file = RemovableFileField(name='Some file') some_image = RemovableImageField(name='Some image')
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-stdfile-0.5.tar.gz (md5) | Source | 2010-12-22 | 3KB | 2520 | |
- Author: Yaco Sistemas S.L.
- Home Page: https://tracpub.yaco.es/djangoapps/wiki/StdFile
- Keywords: django stdfiles filefields files
- License: LGPL 3
- Categories
- Package Index Owner: pyriku, msaelices
- Package Index Maintainer: Goin
- DOAP record: django-stdfile-0.5.xml
