django-stdfile

Django application that improves management of FileFields
Download

django-stdfile Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL v3
  • Publisher Name:
  • Yaco Sistemas

django-stdfile Tags


django-stdfile Description

Django application that improves management of FileFields django-stdfile is a Ddjango application simply adds two new fields, RemovableFileField and RemovableImageField. This are the same that the original FileField and ImageField, but it will allowInstallation:To install this application: 1. easy_install django-stdfile 2. Include 'stdfile' in settings.INSTALLED_APPS,ExamplesTo 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') Requirements: · Django · Python


django-stdfile Related Software