-
Notifications
You must be signed in to change notification settings - Fork 0
Home
msmenzyk edited this page Sep 13, 2010
·
2 revisions
Welcome to the django-uploadify-app wiki!
INSTALL:
1. Download source code from download section and unpack to your Django project.
2. Add uploadify app to INSTALLED_APPS tuple in settings.py file.
3. Add line: “url(r’^uploadify/‘, include(’uploadify.urls’))” to urls.py file.
4. Test e.g http://localhost:8000/uploadify
OTHER:
1. Download uploadify javascript plugin
2. Check all javascripts. Often problems occurs because scripts returned 404 response. (Use Firebug…)
E.g: http://localhost:8000/site_media/static/js/uploadify/jquery.uploadify.js
Mario