{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh.com", "bugtrack_url": null, "classifiers": [], "description": "CMSplugin Video Gallery\n=======================\n\nA reusable Django app to display video plugins in placeholders or a video\ngallery with cms apphook.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n $ pip install cmsplugin-video-gallery\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n $ pip install -e git+git://github.com/bitmazk/cmsplugin-video-gallery.git#egg=video_gallery\n\nTODO: Describe further installation steps (edit / remove the examples below):\n\nAdd ``video_gallery`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'video_gallery',\n )\n\nAdd the ``video_gallery`` URLs to your ``urls.py``\n\n.. code-block:: python\n\n urlpatterns = patterns('',\n ...\n url(r'^videos/', include('video_gallery.urls')),\n )\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate video_gallery\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 cmsplugin-video-gallery\n $ python setup.py install\n $ pip install -r dev_requirements.txt\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/cmsplugin-video-gallery", "keywords": "django,app,reusable,video,gallery", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "cmsplugin-video-gallery", "package_url": "https://pypi.org/project/cmsplugin-video-gallery/", "platform": "OS Independent", "project_url": "https://pypi.org/project/cmsplugin-video-gallery/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/cmsplugin-video-gallery" }, "release_url": "https://pypi.org/project/cmsplugin-video-gallery/0.1/", "requires_dist": null, "requires_python": null, "summary": "A reusable Django app to display video plugins in placeholders or a video gallery with cms apphook.", "version": "0.1" }, "last_serial": 838227, "releases": { "0.1": [] }, "urls": [] }