skip to navigation
skip to content

django-stdfile 0.5

Django application that improves management of FileFields

Downloads ↓

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:

  1. easy_install django-stdfile
  2. 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