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’)
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)
File details
Details for the file django-stdfile-0.5.tar.gz.
File metadata
- Download URL: django-stdfile-0.5.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5522fae4d4bf8d797f58d2e70f81441b80c5addcea8f267cb4cfe083ed714c69
|
|
| MD5 |
08cd37a2df7d2136430a764ca463eae0
|
|
| BLAKE2b-256 |
9ca0b6e1dd66661042a218007d7cb52bb24c6bde55d2f3b651476c8450ad1a61
|