{ "info": { "author": "Daniel Kaufhold", "author_email": "daniel.kaufhold@bitmazk.com", "bugtrack_url": null, "classifiers": [], "description": "Django Media Library\n====================\n\nA reusable Django app to let users organize their own media.\n\nNote! Django 1.7 support is WIP.\n\nIf you intend to manage files like images, pdfs or simliar as an admin, you might be interested in django-document-library_.\n\n.. _django-document-library: https://github.com/bitmazk/django-document-library\n\n\nIt enables users to upload images and add Vimeo or YouTube video links into their own gallery.\n\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install django-media-library\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/django-media-library.git#egg=media_library\n\nTODO: Describe further installation steps (edit / remove the examples below):\n\nAdd ``media_library`` and its dependencies to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'media_library',\n 'multilingual_tags',\n 'generic_positions',\n 'user_media',\n 'hvad',\n )\n\nAdd the ``media_library``, ``user_media`` and ``generic_positions`` URLs to your ``urls.py``\n\n.. code-block:: python\n\n urlpatterns = patterns('',\n ...\n url(r'^pos/', include('generic_positions.urls')),\n url(r'^umedia/', include('user_media.urls')),\n url(r'^media-library/', include('media_library.urls')),\n )\n\nIf you stick to the default templates or want to derive your own from them, you\nmight also want to add the default styles and our simple image and video preview script.\n\n.. code-block:: html\n\n {% load static %}\n\n \n \n\n\nAdd the ``django-user-media`` scripts to your templates to have the file upload.\n\n.. code-block:: html\n\n {% load static %}\n\n {# you will also need jquery and jquery-ui. #}\n \n \n\n {% include \"user_media/partials/image_upload_scripts.html\" %}\n\nYou can read up more information and advanced usage at the django-user-media_ page.\n\n.. _django-user-media: https://github.com/bitmazk/django-user-media\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate\n\n\nNot necessary, but highly recommended\n-------------------------------------\n\n\nTo have the drag and drop re-ordering enabled, you will need to add the ``reorder.js`` script to your templates.\n\nE.g. add the following to your base template:\n\n.. code-block:: html\n\n {% load static %}\n\n \n\n\nAlso check django-generic-positions_ for further information on positioning.\n\n.. _django-generic-positions: https://github.com/bitmazk/django-generic-positions\n\n\nFor the tagging plugin, please add the ``typeahead.tagging.js`` and ``typeahead.bundle.min.js``\nas well as styles to your templates as well, which are part of ``django-multilingual-tags``.\n\n.. code-block:: html\n\n {% load static %}\n\n {# Plain Bootstrap-like styles. #}\n \n\n {# And then there's typeahead and the tagging plugin. #}\n \n \n\n\nFor more info on the tagging app, check out django-multilingual-tags_.\n\n.. _django-multilingual-tags: https://github.com/bitmazk/django-multilingual-tags\n\n\nUsage\n-----\n\nTODO: Describe usage or point to docs. Also describe available settings and\ntemplatetags.\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 django-media-library\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bitmazk/django-media-library", "keywords": "django,app,reusable,media,library,gallery,organize", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-media-library", "package_url": "https://pypi.org/project/django-media-library/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-media-library/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-media-library" }, "release_url": "https://pypi.org/project/django-media-library/0.3.7/", "requires_dist": null, "requires_python": null, "summary": "A reusable Django app to let users organize their own media.", "version": "0.3.7" }, "last_serial": 1354195, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "bb5dd894539fa14efebe0b2a56873d87", "sha256": "60c43cc6ab2076824e4364e57be723947bd11059b07bc4d6a1b0a75007c3fb30" }, "downloads": -1, "filename": "django-media-library-0.1.tar.gz", "has_sig": false, "md5_digest": "bb5dd894539fa14efebe0b2a56873d87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17279, "upload_time": "2014-09-16T11:33:14", "url": "https://files.pythonhosted.org/packages/de/68/6a472970369b1f5dcb3545826aae373d8d5214582d9bc157f92e8bc0780f/django-media-library-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e72529bfbc843e077d9cbe399b439cc5", "sha256": "d28baef3a820c5124e5447b0a2803208b530eb57dc5589a8197b23e3e9b55e01" }, "downloads": -1, "filename": "django-media-library-0.2.tar.gz", "has_sig": false, "md5_digest": "e72529bfbc843e077d9cbe399b439cc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17051, "upload_time": "2014-09-17T15:05:30", "url": "https://files.pythonhosted.org/packages/1f/5e/6d0413578bf8a3296809b7d689e8d60a629b52aa35e477eca022e8b305dc/django-media-library-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f227595c7b76fdd19f985ac929503fd3", "sha256": "2fe656c2819f3779ce4d79fed1c46689320b4c77e5ff4ec1b823b40f43fa7273" }, "downloads": -1, "filename": "django-media-library-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f227595c7b76fdd19f985ac929503fd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17089, "upload_time": "2014-09-26T09:46:08", "url": "https://files.pythonhosted.org/packages/c7/5a/14b4861feb0fd23fb0ef267f680fe325e0575a108885c56bebab3d7d4dee/django-media-library-0.2.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "4b6d62c2f5a288da7964f4a93f8cee7f", "sha256": "b53b34f367383bf49676ddf9336488fcba1eb11d7eb91d0f5b894c86d22d8cad" }, "downloads": -1, "filename": "django-media-library-0.3.tar.gz", "has_sig": false, "md5_digest": "4b6d62c2f5a288da7964f4a93f8cee7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38347, "upload_time": "2014-10-30T14:26:50", "url": "https://files.pythonhosted.org/packages/95/a3/2a9bce9c76b2630be647f34f17e1249bf3c84cc9ebbc610aa13dcb1cd615/django-media-library-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "46a428cee28e17dd83aadc9f10becb41", "sha256": "6ffba2ee4a47cbec72132848bbe5b0841653bed82ac442e6efadb5f7ef444f6c" }, "downloads": -1, "filename": "django-media-library-0.3.1.tar.gz", "has_sig": false, "md5_digest": "46a428cee28e17dd83aadc9f10becb41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38355, "upload_time": "2014-10-30T14:29:26", "url": "https://files.pythonhosted.org/packages/c2/44/543ae46e000ce4dbac072e71c9621aadfd584c32a0cf7a2983f859d42a81/django-media-library-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "8f39b7027d6d729be2babd4956e28078", "sha256": "92ed4bbabba599d31b218c08f9c63f3114b387332a8e02a4a4dbbda1a59a17b5" }, "downloads": -1, "filename": "django-media-library-0.3.2.tar.gz", "has_sig": false, "md5_digest": "8f39b7027d6d729be2babd4956e28078", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38393, "upload_time": "2014-10-30T14:35:20", "url": "https://files.pythonhosted.org/packages/15/1e/f7a063b29d157fd41bfae7d719590e772204e877af6e02a9416d41c06c5d/django-media-library-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "ac2686a6157abb77032877eff0248e46", "sha256": "aed587c257b0af30a78dab464b8bafde473b17d0912d592dd33ffcda9311b991" }, "downloads": -1, "filename": "django-media-library-0.3.3.tar.gz", "has_sig": false, "md5_digest": "ac2686a6157abb77032877eff0248e46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19672, "upload_time": "2014-11-24T04:41:20", "url": "https://files.pythonhosted.org/packages/e0/6f/d1e9ca34f02fce4df0ac4ed009061038049ad0c5b66608db6b1768ac10c1/django-media-library-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "4600bcf13d57cdb2e47e6c86c438ec7f", "sha256": "c711bf77d9cba78552cefb5c03668935227e1e0e6f71908907edc8750ab69806" }, "downloads": -1, "filename": "django-media-library-0.3.4.tar.gz", "has_sig": false, "md5_digest": "4600bcf13d57cdb2e47e6c86c438ec7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19705, "upload_time": "2014-12-02T08:27:14", "url": "https://files.pythonhosted.org/packages/2d/a1/4ae7362b571a49dc6c8388a22a3264878329cf3983dfc422e719635c0ae1/django-media-library-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "e82a13f2abae9fd274e2c3713c917a01", "sha256": "2cd89606eb8d4e2f46eeaaf2877f7c3aeac51ca1dd4a8605fa4300f75f014862" }, "downloads": -1, "filename": "django-media-library-0.3.5.tar.gz", "has_sig": false, "md5_digest": "e82a13f2abae9fd274e2c3713c917a01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38687, "upload_time": "2014-12-04T13:18:41", "url": "https://files.pythonhosted.org/packages/a7/45/7ea1cc32152c7525f5a6f3c7b8816b2327fc37f0971d1ec020568e83d342/django-media-library-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "75c5e4b0ec0a7f8d7fcadd55963832bb", "sha256": "1774dca4c59e75b3afbcb45e0ebee02cb8ff876e2b17833a84e41d51ee21267d" }, "downloads": -1, "filename": "django-media-library-0.3.6.tar.gz", "has_sig": false, "md5_digest": "75c5e4b0ec0a7f8d7fcadd55963832bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39570, "upload_time": "2014-12-16T14:32:17", "url": "https://files.pythonhosted.org/packages/01/c6/934e9701c4abcf43323d5518bf2c89e0eb8f6a5b8dad42ad548959d21746/django-media-library-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "1df7a5a3ada89be329a96c9a7096aff2", "sha256": "0e15d9e14671d6639cac86da3d49e06b2cb5eda61692d5d5e3a2f40caf9f6acf" }, "downloads": -1, "filename": "django-media-library-0.3.7.tar.gz", "has_sig": false, "md5_digest": "1df7a5a3ada89be329a96c9a7096aff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39753, "upload_time": "2014-12-19T11:42:49", "url": "https://files.pythonhosted.org/packages/b8/79/759ec1e0dc6866d72629b23b9761f036b65ece5bda47a4f21d69f6f39002/django-media-library-0.3.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1df7a5a3ada89be329a96c9a7096aff2", "sha256": "0e15d9e14671d6639cac86da3d49e06b2cb5eda61692d5d5e3a2f40caf9f6acf" }, "downloads": -1, "filename": "django-media-library-0.3.7.tar.gz", "has_sig": false, "md5_digest": "1df7a5a3ada89be329a96c9a7096aff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39753, "upload_time": "2014-12-19T11:42:49", "url": "https://files.pythonhosted.org/packages/b8/79/759ec1e0dc6866d72629b23b9761f036b65ece5bda47a4f21d69f6f39002/django-media-library-0.3.7.tar.gz" } ] }