Skip to main content

Django application that improves management of FileFields

Project description

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’)

Project details


Release history Release notifications | RSS feed

This version

0.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-stdfile-0.5.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page