Software Details:
Version: 0.0.11
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 3
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
Comments not found