django-directupload

Software Screenshot:
django-directupload
Software Details:
Version: 0.0.11
Upload Date: 14 Apr 15
Developer: Jason Kraus
Distribution Type: Freeware
Downloads: 3

Rating: 3.0/5 (Total Votes: 1)

django-directupload is a Django app that offers direct uploading of files from your forms using Uploadify.

Installation

- Ensure directupload is in your python path
- Add the following line to your url patterns: (r'^uploadify/', include('directupload.urls'))
- Add directupload to your INSTALLED_APPS
- Insert the following into the head of your admin/change_form.html template: {% load uploadify_tags %}{% uploadify_head %}
- Call directupload.admin.patch_admin to monkey patht the admin, this should be done before the admin.autodiscover is called

Features:

  • Utilizes Uploadify 3.0 (beta)
  • Direct uploading backends, currently supports an internal django view or S3
  • Admin integration via monkey patch or mixin
  • Provides a widget class for integration with your django forms
  • Prevents users from uploading over existing files using the desired name fetched from the storage backend

Requirements:

  • Python
  • Django
  • django-classy-tags

Other Software of Developer Jason Kraus

django-ledger
django-ledger

11 May 15

django-fullhistory
django-fullhistory

11 May 15

django-eggproxy
django-eggproxy

11 May 15

django-localedb
django-localedb

11 May 15

Comments to django-directupload

Comments not found
Add Comment
Turn on images!