{
"info": {
"author": "Greg Brown",
"author_email": "greg@gregbrown.co.nz",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
],
"description": "django-fileman adds user-uploaded static files to the django admin (i.e.\nimages, media, documents) and integrates with tinymce\n\n|Circle CI| |codecov| |Latest Version|\n\nRequirements\n------------\n\n- Python 2.7, 3.4 or 3.5\n- Django 1.8+\n\nInstallation\n------------\n\n1. Download the source from https://pypi.python.org/pypi/django-fileman/\n and run ``python setup.py install``, or:\n\n ::\n\n > pip install django-fileman\n\n2. Add fileman to ``INSTALLED_APPS``\n3. Set ``FILEMAN_DIRECTORY`` to a subdirectory of your ``MEDIA_ROOT``\n (make sure it exists, it won't be created). Defaults to ``'user'``\n4. Make sure the `django\n admin `__\n is installed correctly\n\nUsage\n-----\n\nYou should now have an \"Uploads\" section in your django admin which\nallows you to manage/upload files under your ``FILEMAN_DIRECTORY``.\n\nTinyMCE\n-------\n\nThere are two options for TinyMCE integration. The simplest is to set\nTinyMCE's ``link_list`` parameter to the url for\n'admin:fileman\\_link\\_list', i.e.\n\n::\n\n tinymce.init({\n selector: 'textarea',\n plugins : 'link',\n link_list: '{% url \"admin:fileman_link_list\" %}',\n toolbar: 'link'\n });\n\nthis should work with any modern TinyMCE version (from 3 onwards)\n\nAlternately, set TinyMCE's file\\_picker\\_callback option to integrate\nwith the image, media and link dialogs. For example, in your\n``admin/base_site.html`` template:\n\n::\n\n \n {% include 'fileman/static.html' %}\n \n\nTinyMCE 4.x is required.\n\nRunning tests\n-------------\n\nUse tox (https://pypi.python.org/pypi/tox):\n\n::\n\n > pip install tox\n > cd path-to/django-fileman\n > tox\n\n.. |Circle CI| image:: https://circleci.com/gh/gregplaysguitar/django-fileman.svg?style=svg\n :target: https://circleci.com/gh/gregplaysguitar/django-fileman\n.. |codecov| image:: https://codecov.io/gh/gregplaysguitar/django-fileman/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/gregplaysguitar/django-fileman\n.. |Latest Version| image:: https://img.shields.io/pypi/v/django-fileman.svg?style=flat\n :target: https://pypi.python.org/pypi/django-fileman/",
"description_content_type": null,
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/gregplaysguitar/django-fileman",
"keywords": "",
"license": "BSD License",
"maintainer": "",
"maintainer_email": "",
"name": "django-fileman",
"package_url": "https://pypi.org/project/django-fileman/",
"platform": "any",
"project_url": "https://pypi.org/project/django-fileman/",
"project_urls": {
"Homepage": "https://github.com/gregplaysguitar/django-fileman"
},
"release_url": "https://pypi.org/project/django-fileman/1.0.3/",
"requires_dist": null,
"requires_python": "",
"summary": "django-fileman handles user-uploaded static files (images, media, documents) and integrates with tinymce",
"version": "1.0.3"
},
"last_serial": 3289725,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "a1db16956927ea9c0814038c349c219d",
"sha256": "813799e98de36f03b533316322622ed7cf6cb647bbd5ae7c9452b8aca6221da8"
},
"downloads": -1,
"filename": "django-fileman-0.1.tar.gz",
"has_sig": false,
"md5_digest": "a1db16956927ea9c0814038c349c219d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6161,
"upload_time": "2017-02-07T22:14:38",
"url": "https://files.pythonhosted.org/packages/3a/51/7c4789238a84c917bf9e33f6114043436aa487f9611da6e4a76ec5daa789/django-fileman-0.1.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "e61667729b581dbcd15cf98da318d33d",
"sha256": "483f53e306a22c56eb72004abec590db66561d5944bd9fa1dc08c7a1fc2a1144"
},
"downloads": -1,
"filename": "django-fileman-0.2.tar.gz",
"has_sig": false,
"md5_digest": "e61667729b581dbcd15cf98da318d33d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11930,
"upload_time": "2017-02-07T23:21:16",
"url": "https://files.pythonhosted.org/packages/3e/20/cceb07b25481982fa864321812192f2eccb2ccc7ff071947439965aad7cd/django-fileman-0.2.tar.gz"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "5d325b5784f3f0357a90e9fa48645eed",
"sha256": "6eb2a3cdbf3c49ff77389a72df7f3ba0e7f2cd7869f241830a2c1734aae8bd27"
},
"downloads": -1,
"filename": "django-fileman-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "5d325b5784f3f0357a90e9fa48645eed",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6971,
"upload_time": "2017-03-22T03:00:07",
"url": "https://files.pythonhosted.org/packages/d6/d0/704068f3b4d3130f28f7b13474e295106170cdc72ebe1a8f003ccb1dabd3/django-fileman-1.0.0.tar.gz"
}
],
"1.0.1": [
{
"comment_text": "",
"digests": {
"md5": "3d9204a3121810a58ef774dabda010b6",
"sha256": "c6acb9c0f214ca3dca38edff0e0d68a4a08bbdfd1a734a200d62164e365f2085"
},
"downloads": -1,
"filename": "django-fileman-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "3d9204a3121810a58ef774dabda010b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11572,
"upload_time": "2017-03-22T03:05:46",
"url": "https://files.pythonhosted.org/packages/2a/1d/3153777f3f27f11763f5065b8aee98133d4b0afa7e531ed5e3c22d9e21db/django-fileman-1.0.1.tar.gz"
}
],
"1.0.2": [
{
"comment_text": "",
"digests": {
"md5": "e6cc36b4ac9c4022e5aac50c0fccd726",
"sha256": "4e1704d9d15a496c159605abda3a5c8f95ebfad5531d8efd34bca052037ea4d0"
},
"downloads": -1,
"filename": "django-fileman-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "e6cc36b4ac9c4022e5aac50c0fccd726",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11579,
"upload_time": "2017-03-22T03:07:15",
"url": "https://files.pythonhosted.org/packages/f2/4c/0d567fa3a1e4a5fa35e23763d1f6d46a36bbe6712faa54e7e36b5b857e52/django-fileman-1.0.2.tar.gz"
}
],
"1.0.3": [
{
"comment_text": "",
"digests": {
"md5": "c3515f4eeec7b5102c818d82df2a674d",
"sha256": "e386baeacf0ef3d6508bb370fd0688cb9f6ce23942095991045f04f68188e158"
},
"downloads": -1,
"filename": "django-fileman-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "c3515f4eeec7b5102c818d82df2a674d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12591,
"upload_time": "2017-10-30T02:39:00",
"url": "https://files.pythonhosted.org/packages/e9/b8/64604cd45d13e9cf9a6ffe4722e1c759957530ee1cdd971150d11d573bc6/django-fileman-1.0.3.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "c3515f4eeec7b5102c818d82df2a674d",
"sha256": "e386baeacf0ef3d6508bb370fd0688cb9f6ce23942095991045f04f68188e158"
},
"downloads": -1,
"filename": "django-fileman-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "c3515f4eeec7b5102c818d82df2a674d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12591,
"upload_time": "2017-10-30T02:39:00",
"url": "https://files.pythonhosted.org/packages/e9/b8/64604cd45d13e9cf9a6ffe4722e1c759957530ee1cdd971150d11d573bc6/django-fileman-1.0.3.tar.gz"
}
]
}