github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

playpauseandstop / django-mediafiles

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 25
    • 0
  • Source
  • Commits
  • Network (0)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (11)
    • master ✓
    • t11_project_setup_py
    • t13_access_to_mediafiles
    • t14_show_file_content
    • t15_hide_scm_dirs
    • t16_edit_file_without_extension
    • t1_bootstrap_app
    • t2_file_explorer
    • t3_managing_directories
    • t4_files_managing
    • t7_editing_text_files
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Django media files manager — Read more

  cancel

http://code.google.com/p/django-mediafiles/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

#16: Enable editing and previewing files without extension in 
``django-mediafiles``. 
playpauseandstop (author)
Sun Mar 01 07:51:07 -0800 2009
commit  fda3186f96ce1727b17380bb668ea21b060faadc
tree    ea29b65979c00514d4d7a1af88cc6a8613f47cd9
parent  efee29578825607201c905ecb3e14941d5d6f525
django-mediafiles /
name age
history
message
file .gitignore Loading commit data...
file MANIFEST
file MANIFEST.in
file README.rst
directory docs/
directory mediafiles/
file setup.py
README.rst

django-mediafiles

  1. Introduction
  2. Requirements
  3. Basic installation
  4. More

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

  • django.contrib.auth and django.contrib.humanize must be added to your project's INSTALLED_APPS setting;
  • django.contrib.auth.middleware.AuthMiddleware must exists in your project's MIDDLEWARE_CLASSES setting;
  • Pygments >= 1.0 needed for source code highlight.

Basic installation

  1. Install django-mediafiles via:

    # python setup.py install
    

    or add mediafiles directory to your PYTHONPATH.

  2. Add mediafiles to your project INSTALLED_APPS and set up serving of mediafiles media directory.

  3. Add (r'^mediafiles/', include('mediafiles.urls')) to your project URLConf.

  4. 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

Check django-mediafiles Screenshots @ Google Code.

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server