django-filebrowser-no-grappelli


Namedjango-filebrowser-no-grappelli JSON
Version 4.0.2 PyPI version JSON
download
home_pagehttps://github.com/smacker/django-filebrowser-no-grappelli
SummaryMedia-Management no Grappelli
upload_time2023-07-18 05:46:59
maintainerMaxim Sukharev
docs_urlNone
authorPatrick Kranzlmueller, Axel Swoboda (vonautomatisch)
requires_python
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            Django FileBrowser
==================
.. image:: https://api.travis-ci.org/smacker/django-filebrowser-no-grappelli.svg
    :target: https://travis-ci.org/smacker/django-filebrowser-no-grappelli

.. image:: https://readthedocs.org/projects/django-filebrowser/badge/?version=latest
    :target: http://django-filebrowser.readthedocs.org/en/latest/?badge=latest

.. image:: https://img.shields.io/pypi/v/django-filebrowser-no-grappelli.svg
    :target: https://pypi.python.org/pypi/django-filebrowser-no-grappelli

.. image:: https://img.shields.io/pypi/l/django-filebrowser-no-grappelli.svg
    :target: https://pypi.python.org/pypi/django-filebrowser-no-grappelli

**Media-Management**. (based on https://github.com/sehmaschine/django-filebrowser)

The FileBrowser is an extension to the `Django <http://www.djangoproject.com>`_ administration interface in order to:

* browse directories on your server and upload/delete/edit/rename files.
* include images/documents to your models/database using the ``FileBrowseField``.
* select images/documents with TinyMCE.

Requirements
------------

FileBrowser 4.0 requires

* Django 2/3/4 (http://www.djangoproject.com)
* Pillow (https://github.com/python-imaging/Pillow)

No Grappelli
------------

This fork removes the dependency on Grappelli.

.. figure:: docs/_static/Screenshot.png
   :scale: 50 %
   :alt: django filebrowser no grappelli

Installation
------------

Latest version:

    pip install -e git+git://github.com/smacker/django-filebrowser-no-grappelli.git#egg=django-filebrowser

Stable version:

    pip install django-filebrowser-no-grappelli

Documentation
-------------

http://readthedocs.org/docs/django-filebrowser/

It also has fake model to show filebrowser in admin dashboard, but you can disable it by setting ``FILEBROWSER_SHOW_IN_DASHBOARD = False``.

Translation
-----------

https://www.transifex.com/projects/p/django-filebrowser/

Releases
--------

* FileBrowser 4.0.2 (July 18th, 2023): Compatible with Django 3/4
* FileBrowser 3.8.0 (November 4th, 2019): Compatible with Django 1.11/2.0/2.1/2.2/3.0
* FileBrowser 3.7.9 (November 3rd, 2019): Compatible with Django 1.8/1.9/1.10/1.11/2.0/2.1/2.2
* FileBrowser 3.6.2 (March 7th, 2016): Compatible with Django 1.4/1.5/1.6/1.7/1.8/1.9

Older versions are available at GitHub, but are not supported anymore.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/smacker/django-filebrowser-no-grappelli",
    "name": "django-filebrowser-no-grappelli",
    "maintainer": "Maxim Sukharev",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "max@smacker.ru",
    "keywords": "",
    "author": "Patrick Kranzlmueller, Axel Swoboda (vonautomatisch)",
    "author_email": "office@vonautomatisch.at",
    "download_url": "https://files.pythonhosted.org/packages/98/a9/b83eccc1a218898379c0ba40cf952d57a06369c33160510e3a2343c96548/django-filebrowser-no-grappelli-4.0.2.tar.gz",
    "platform": null,
    "description": "Django FileBrowser\n==================\n.. image:: https://api.travis-ci.org/smacker/django-filebrowser-no-grappelli.svg\n    :target: https://travis-ci.org/smacker/django-filebrowser-no-grappelli\n\n.. image:: https://readthedocs.org/projects/django-filebrowser/badge/?version=latest\n    :target: http://django-filebrowser.readthedocs.org/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/pypi/v/django-filebrowser-no-grappelli.svg\n    :target: https://pypi.python.org/pypi/django-filebrowser-no-grappelli\n\n.. image:: https://img.shields.io/pypi/l/django-filebrowser-no-grappelli.svg\n    :target: https://pypi.python.org/pypi/django-filebrowser-no-grappelli\n\n**Media-Management**. (based on https://github.com/sehmaschine/django-filebrowser)\n\nThe FileBrowser is an extension to the `Django <http://www.djangoproject.com>`_ administration interface in order to:\n\n* browse directories on your server and upload/delete/edit/rename files.\n* include images/documents to your models/database using the ``FileBrowseField``.\n* select images/documents with TinyMCE.\n\nRequirements\n------------\n\nFileBrowser 4.0 requires\n\n* Django 2/3/4 (http://www.djangoproject.com)\n* Pillow (https://github.com/python-imaging/Pillow)\n\nNo Grappelli\n------------\n\nThis fork removes the dependency on Grappelli.\n\n.. figure:: docs/_static/Screenshot.png\n   :scale: 50 %\n   :alt: django filebrowser no grappelli\n\nInstallation\n------------\n\nLatest version:\n\n    pip install -e git+git://github.com/smacker/django-filebrowser-no-grappelli.git#egg=django-filebrowser\n\nStable version:\n\n    pip install django-filebrowser-no-grappelli\n\nDocumentation\n-------------\n\nhttp://readthedocs.org/docs/django-filebrowser/\n\nIt also has fake model to show filebrowser in admin dashboard, but you can disable it by setting ``FILEBROWSER_SHOW_IN_DASHBOARD = False``.\n\nTranslation\n-----------\n\nhttps://www.transifex.com/projects/p/django-filebrowser/\n\nReleases\n--------\n\n* FileBrowser 4.0.2 (July 18th, 2023): Compatible with Django 3/4\n* FileBrowser 3.8.0 (November 4th, 2019): Compatible with Django 1.11/2.0/2.1/2.2/3.0\n* FileBrowser 3.7.9 (November 3rd, 2019): Compatible with Django 1.8/1.9/1.10/1.11/2.0/2.1/2.2\n* FileBrowser 3.6.2 (March 7th, 2016): Compatible with Django 1.4/1.5/1.6/1.7/1.8/1.9\n\nOlder versions are available at GitHub, but are not supported anymore.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Media-Management no Grappelli",
    "version": "4.0.2",
    "project_urls": {
        "Homepage": "https://github.com/smacker/django-filebrowser-no-grappelli"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f30ea6f9aecc5922dd1aba6f6605e2a8eddac2facf1013a88dc521ba7ef4103",
                "md5": "f6636e36b1b29f4a15ea420cc5dcf58d",
                "sha256": "78ee0c435cbe128d2600fb4052fe28d5ddbbf4df526682580287aa76d8189ff9"
            },
            "downloads": -1,
            "filename": "django_filebrowser_no_grappelli-4.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f6636e36b1b29f4a15ea420cc5dcf58d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1985855,
            "upload_time": "2023-07-18T05:46:56",
            "upload_time_iso_8601": "2023-07-18T05:46:56.011422Z",
            "url": "https://files.pythonhosted.org/packages/2f/30/ea6f9aecc5922dd1aba6f6605e2a8eddac2facf1013a88dc521ba7ef4103/django_filebrowser_no_grappelli-4.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98a9b83eccc1a218898379c0ba40cf952d57a06369c33160510e3a2343c96548",
                "md5": "922bf0e05a98db79fa1446b1fe228ab7",
                "sha256": "521673218aa3cd858fae353e092db8062348b3cc4a1bf15635c987326b364758"
            },
            "downloads": -1,
            "filename": "django-filebrowser-no-grappelli-4.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "922bf0e05a98db79fa1446b1fe228ab7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1967618,
            "upload_time": "2023-07-18T05:46:59",
            "upload_time_iso_8601": "2023-07-18T05:46:59.311558Z",
            "url": "https://files.pythonhosted.org/packages/98/a9/b83eccc1a218898379c0ba40cf952d57a06369c33160510e3a2343c96548/django-filebrowser-no-grappelli-4.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-18 05:46:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "smacker",
    "github_project": "django-filebrowser-no-grappelli",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "django-filebrowser-no-grappelli"
}
        
Elapsed time: 0.09276s