{ "info": { "author": "Igor Davydenko", "author_email": "playpauseandstop@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: GNU General Public License (GPL)", "Topic :: Internet :: WWW/HTTP :: Site Management" ], "description": "=================\ndjango-mediafiles\n=================\n\n1. Introduction_\n2. Requirements_\n3. `Basic installation`_\n4. More_\n\nIntroduction\n------------\n\n``django-mediafiles`` is Django_ reusable application to manage media files in\nyour Django project. Now ``django-mediafiles`` supports:\n\n- Directories creating +, editing (chmod, chown, rename +), deleting +\n- Files creating, uploading +, editing (chmod, chown), deleting +\n- Recycle bin\n- Thumbnail creation for images\n- Text files editing in browser +\n\n**NOTE**: Possibilities that supported current version of ``django-mediafiles``\nlabeled by **+**.\n\n.. _Django: http://www.djangoproject.com/\n\nRequirements\n------------\n\n- Pygments_ >= 1.0 needed for source code highlight\n\n.. _Pygments: http://www.pygments.org/\n\nBasic installation\n------------------\n\n1. Install ``django-mediafiles`` via::\n\n # python setup.py install\n\nor add ``mediafiles`` directory to your ``PYTHONPATH``.\n\n2. Add ``mediafiles`` to your project ``INSTALLED_APPS`` and set up serving\nof ``mediafiles`` media directory.\n\n3. Add ``(r'^mediafiles/', include('mediafiles.urls'))`` to your project\nURLConf.\n\n4. That's all :) Now login into Django admin CRUD and click on **Media\nFiles** (or localized value) link. (Not worked yet, go to mediafiles url\nto get access to it).\n\nMore\n----\n\nCheck ``django-mediafiles`` Screenshots_ @ Google Code.\n\n.. _Screenshots: http://code.google.com/p/django-mediafiles/wiki/Screenshots", "description_content_type": null, "docs_url": null, "download_url": "http://django-mediafiles.googlecode.com/files/django-mediafiles-0.2.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/django-mediafiles/", "keywords": "django media files static", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-mediafiles", "package_url": "https://pypi.org/project/django-mediafiles/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-mediafiles/", "project_urls": { "Download": "http://django-mediafiles.googlecode.com/files/django-mediafiles-0.2.zip", "Homepage": "http://code.google.com/p/django-mediafiles/" }, "release_url": "https://pypi.org/project/django-mediafiles/0.2/", "requires_dist": null, "requires_python": null, "summary": "Django media files manager", "version": "0.2" }, "last_serial": 90890, "releases": { "0.2": [] }, "urls": [] }