{ "info": { "author": "rameez", "author_email": "rameez.arshad@outlook.in", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "=====\nFilemanager\n=====\n\nA simple and standalone file manager and browser for django projects. Supports multiple instances which can be used within the admin area or for the frontend as well.\n\nKey features\n------------\n\nStandalone file browser and manager\nNo external dependencies except django\nFeature rich uploader included (jQuery File Upload)\nBased on django storage backend\n\n\nQuick start\n-----------\n\n1. Add \"filemanager\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'filemanager',\n ]\n\n2. Include the filemanager URLconf in your project urls.py like this::\n\n url(r'^your-url/', include('filemanager.urls', namespace='filemanager')),\n\n3. Run `python manage.py migrate` for initial migrations.\n\n4. Add STATIC_URL, STATIC_ROOT, MEDIA_URL and MEDIA_ROOT to the settings.\n\n5. Make sure the base folder defined in your settings for filemanager does exist. By default it is located at MEDIA_ROOT/uploads.\n\n5. Run `python manage.py collectstatic` to save the staticfile to your STATIC_ROOT.\n\n6. If you have 'base.html' in your project then add::\n\t\n\t\n \t\t\n\t\t\t{% block head%}{% endblock %}\n\t\t\n \t\t\n \t\t\t{% block content %}{% endblock %}\n \t\t\n\t", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rameezarshad/django-filemanager", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-webfilemanager", "package_url": "https://pypi.org/project/django-webfilemanager/", "platform": "", "project_url": "https://pypi.org/project/django-webfilemanager/", "project_urls": { "Homepage": "https://github.com/rameezarshad/django-filemanager" }, "release_url": "https://pypi.org/project/django-webfilemanager/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "Template for reusable django applications.", "version": "1.1.0" }, "last_serial": 3529420, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "bb2f1c6604886e8e9c7559fe4525add3", "sha256": "04394a60d03327e7e4958af14d04a09acf23b7285eaa0047f25e4cec5f0f3fe9" }, "downloads": -1, "filename": "django-webfilemanager-1.0.0.tar.gz", "has_sig": false, "md5_digest": "bb2f1c6604886e8e9c7559fe4525add3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61751, "upload_time": "2018-01-26T17:59:00", "url": "https://files.pythonhosted.org/packages/37/86/adacfb2c07f88ea33b938cd6e42e2ea64b24fcb7d1ecd18f49240c49e889/django-webfilemanager-1.0.0.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "b0d2965062550680b6ee6ff3b6dd3061", "sha256": "84041ac717a39237d3c186d067a59c093b42a82bcf857162c073b1e1497469d2" }, "downloads": -1, "filename": "django-webfilemanager-1.0.5.tar.gz", "has_sig": false, "md5_digest": "b0d2965062550680b6ee6ff3b6dd3061", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 157862, "upload_time": "2018-01-27T13:41:13", "url": "https://files.pythonhosted.org/packages/fd/87/b0af098316d4607db2eb1646433b5c3487de7b90194a197b47df0b799e7c/django-webfilemanager-1.0.5.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "73d9401d3420ca4f3dbacd06d086ad9d", "sha256": "be2a7703b3bc2e0ec1b7277553c2c5619dbc388a3920b83832bc6d31cc3b54f6" }, "downloads": -1, "filename": "django-webfilemanager-1.1.0.tar.gz", "has_sig": false, "md5_digest": "73d9401d3420ca4f3dbacd06d086ad9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158758, "upload_time": "2018-01-28T17:46:50", "url": "https://files.pythonhosted.org/packages/1d/02/ead021d8e0a028f2d401cad895ee497575e808d3d348c5bbc459139e11be/django-webfilemanager-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "73d9401d3420ca4f3dbacd06d086ad9d", "sha256": "be2a7703b3bc2e0ec1b7277553c2c5619dbc388a3920b83832bc6d31cc3b54f6" }, "downloads": -1, "filename": "django-webfilemanager-1.1.0.tar.gz", "has_sig": false, "md5_digest": "73d9401d3420ca4f3dbacd06d086ad9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158758, "upload_time": "2018-01-28T17:46:50", "url": "https://files.pythonhosted.org/packages/1d/02/ead021d8e0a028f2d401cad895ee497575e808d3d348c5bbc459139e11be/django-webfilemanager-1.1.0.tar.gz" } ] }