{ "info": { "author": "Viktor Nagy", "author_email": "viktor.nagy@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Facebook Gallery app for Django\n================================\n\nThis is a simple gallery app for django that fetches your Galleries from facebook, and shows them in your site. This way you don't have to bother with storage and thumbnail generation, Facebook does it for you. End it's extremely easy to administer, as you should manage your galleries (almost) only at facebook.\n\nRequirements\n--------------\n\n* Django (checked with 1.4+)\n* facepy\n\nInstallation\n-------------\n\nAdd `facebook_gallery` to your `INSTALLED_APPS`, and set two settings variables:\n\n settings.FACEBOOK_APP_ID = ''\n settings.FACEBOOK_APP_SECRET = ''\n\nUsage\n------\n\nRun the management command `fetch_albums ` to fetch the albums owned by the Facebook object .\nThis would fetch the basic gallery data from facebook. Afterwards, you can publish and fetch the images for a given gallery from the django admin interface.\n\nCustomization\n--------------\n\nThe galleries are shown using two templates:\n\n* gallery_list.html\n* gallery_detail.html\n\nExtras\n------\n\nThe included `cmsplugin_facebook_gallery` adds easy integration to `django-cms` as an app. Simply install it by adding `cmsplugin_facebook_gallery` to `INSTALLED_APPS`. You will find a new \"Gallery\" option under your Application list in your pages' edit view.\n\nRunning the Tests\n------------------------------------\n\nYou can run the tests with via::\n\n python setup.py test\n\nor::\n\n python runtests.py\n\n\nWebsites using this app\n------------------------\n\n* [Jalagati J\u00f3ga Egyes\u00fclet](http://jalagat.hu)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/nagyv/facebook_gallery/zipball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nagyv/facebook_gallery", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-facebook_gallery", "package_url": "https://pypi.org/project/django-facebook_gallery/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-facebook_gallery/", "project_urls": { "Download": "https://github.com/nagyv/facebook_gallery/zipball/master", "Homepage": "https://github.com/nagyv/facebook_gallery" }, "release_url": "https://pypi.org/project/django-facebook_gallery/0.9/", "requires_dist": null, "requires_python": null, "summary": "Facebook Gallery for Django", "version": "0.9" }, "last_serial": 789611, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "3b7e0ce96d378ba7c7def6b3bb8ab0ba", "sha256": "8b7c508f9cdcc0e5ef68923724ebfd00417a629b478b84e8092df41ff1af4cc1" }, "downloads": -1, "filename": "django-facebook_gallery-0.9.tar.gz", "has_sig": false, "md5_digest": "3b7e0ce96d378ba7c7def6b3bb8ab0ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8918, "upload_time": "2012-10-30T15:55:51", "url": "https://files.pythonhosted.org/packages/fc/ac/3023babee5bd1e14cae6c3021b8a3cdfd36629fb49757f5832deaf436914/django-facebook_gallery-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b7e0ce96d378ba7c7def6b3bb8ab0ba", "sha256": "8b7c508f9cdcc0e5ef68923724ebfd00417a629b478b84e8092df41ff1af4cc1" }, "downloads": -1, "filename": "django-facebook_gallery-0.9.tar.gz", "has_sig": false, "md5_digest": "3b7e0ce96d378ba7c7def6b3bb8ab0ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8918, "upload_time": "2012-10-30T15:55:51", "url": "https://files.pythonhosted.org/packages/fc/ac/3023babee5bd1e14cae6c3021b8a3cdfd36629fb49757f5832deaf436914/django-facebook_gallery-0.9.tar.gz" } ] }