Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Internet > HTTP (WWW)

    django-file-picker 0.5.0

    Download button

    No screenshots available
    Downloads: 205  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Caktus Consulting Group | More programs
    BSD License / FREE
    April 6th, 2011, 13:51 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    django-file-picker description

    Pluggable file picker

    django-file-picker is a pluggable Django app used for browsing, uploading, and inserting various forms of media into HTML form fields.

    Using jQuery Tools, file_picker integrates seamlessly into pre-existing pages by installing an overlay that lists file details and, when applicable, image thumbnails. New files can also be uploaded from within the overlay (via AJAX Upload).

    file_picker provides a few optional extensions to help get started, including file_picker.uploads, an app with pre-built Image and File models, and file_picker.wymeditor, an app that integrates with WYMeditor, a web-based WYSIWYM (What You See Is What You Mean) XHTML editor. These extensions are provided for convenience and can easily be replaced by custom modules.

     If you are using django-staticfiles (or django.contrib.staticfiles in Django 1.3) then add file_picker to your INSTALLED_APPS to include the related css/js.

     Otherwise make sure to include the contents of the static folder in your projects media folder.

    Basic Installation

     Add file_picker to INSTALLED_APPS in settings.py:

     INSTALLED_APPS = (
     'file_picker',
     'file_picker.uploads', # file and image Django app
     'file_picker.wymeditor', # optional WYMeditor plugin
     )


     file_picker.uploads will automatically create two pickers name 'images' and 'files'.

     Add the file_picker URLs to urls.py, e.g.:

     import file_picker
     file_picker.autodiscover()

     urlpatterns = patterns('',
     # ...
     (r'^file-picker/', include(file_picker.site.urls)),
     # ...
     )


    Development sponsored by Caktus Consulting Group, LLC..


    Product's homepage

    Requirements:

    · Python
    · Django
    · sorl-thumbnail
    · jQuery
    · jQuery Tools 1.2.x
    · django-staticfiles
    · WYMeditor 0.5 (optional)
    · AJAX Upload (included)

      


    TAGS:

    file picker | file uploader | file browser | Django | uploader | picker

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM