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

Uploaded Source

File details

Details for the file django-stdfile-0.5.tar.gz.

File metadata

File hashes

Hashes for django-stdfile-0.5.tar.gz
Algorithm Hash digest
SHA256 5522fae4d4bf8d797f58d2e70f81441b80c5addcea8f267cb4cfe083ed714c69
MD5 08cd37a2df7d2136430a764ca463eae0
BLAKE2b-256 9ca0b6e1dd66661042a218007d7cb52bb24c6bde55d2f3b651476c8450ad1a61

See more details on using hashes here.

Provenance

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