django-directupload

Django project that offers direct uploading of files from your forms using Uploadify
Download

django-directupload Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Jason Kraus
  • Publisher web site:
  • http://code.google.com/u/zbyte64/

django-directupload Tags


django-directupload Description

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 calledProduct's homepage


django-directupload Related Software