playpauseandstop / django-mediafiles
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
t15_hide_scm_dirs
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
docs/ | Mon Sep 01 13:33:12 -0700 2008 | |
| |
mediafiles/ | ||
| |
setup.py |
README.markdown
Introduction
django-mediafiles is Django reusable application to manage media files in
your Django project. Now django-mediafiles supports:
- Directories creating +, editing (chmod, chown, rename +), deleting +
- Files creating, uploading +, editing (chmod, chown), deleting +
- Recycle bin
- Thumbnail creation for images
- Text files editing in browser +
NOTE: Possibilities that supported current version of
django-mediafiles labeled by +.
Requirements
Pygments 1.0 or later needed for source code highlight
http://pygments.org/ http://pypi.python.org/packages/source/P/Pygments/Pygments-1.0.tar.gz easy_install Pygments hg clone http://dev.pocoo.org/hg/pygments-main pygments
Basic installation
Install
django-mediafilesvia:# python setup.py install (Not worked yet :( )
or add mediafiles directory to your PYTHONPATH.
Add
mediafilesto your projectINSTALLED_APPSand set up serving ofmediafilesmedia directory.Add
(r'^mediafiles/', include('mediafiles.urls'))to your project URLConf.That's all :) Now login into Django admin CRUD and click on Media Files (or localized value) link. (Not worked yet, go to mediafiles url to get access to it)
More
;)

