|
Project Information
Members
Featured
Wiki pages
Links
|
This code is no longer maintained and no longer works in current versions of Django. Forks of it live on in a few different places:
File/media browser for Django admin interface. Designed to insert images and files into textareas in the admin interface with a simple GUI interface.
To install: svn co http://django-admin-uploads.googlecode.com/svn/trunk/ django-admin-uploads
js = ['/static/upload_media/jquery.js', '/static/upload_media/model.js'] or to add TinyMCE for WYSIWYG editing js = ['/static/upload_media/jquery.js', '/static/upload_media/tiny_mce/tiny_mce.js', '/static/upload_media/model.js'] where /static is your MEDIA_ROOT Now manage.py syncdb and cross your fingers :) External Services (Flickr, YouTube)
|