{ "info": { "author": "Odd Otter Co", "author_email": "testimony@oddotter.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "================\ndjango-testimony\n================\n\nA Django app that creates django-cms testimony content display plugin on a CMS page. There is an option for static display of a specified number of testimonials or animated scrollers as well.\n\nDependencies\n============\n\n- django\n- django-cms\n\nGetting Started\n===============\n\nThe easiest way is to use `pip` to install the app in your python environment like so:: \n\n pip install django-testimonial\n \nThen add the plugin to your Django-CMS project at the bottom of the `settings.py` file. Something like so:: \n\n INSTALLED_APPS += ( 'testimony', )\n\nPerform the usual `syncdb` and `migrate` to update your database::\n\n python manage.py syncdb\n python manage.py migrate\n\nAnd you are done. \n\nUsage\n=====\n\nAdd the plugin to a page and then go to your admin area to add some testimonials. Mark the ones you want to see as published. Thats it!\n\nAdvanced Usage\n==============\n\nYou can add or change the templates available in the admin by creating a setting like the following in your `settings.py` file:: \n\n if 'testimony' in INSTALLED_APPS:\n TESTIMONY_TEMPLATES = (\n ('testimony/list_default.html', gettext('Default list (stationary)')),\n ('testimony/rotator.html', gettext('Continuous scroll (animated)')),\n ('testimony/vticker.html', gettext('Scroll and pause (animated)')),\n )\n \nWhats next?\n===========\nAdding the testimonial collection form as a plugin, with optional captcha support. ", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/oddotterco/django-testimony", "keywords": "django,cms,theme", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-testimony", "package_url": "https://pypi.org/project/django-testimony/", "platform": "Linux", "project_url": "https://pypi.org/project/django-testimony/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/oddotterco/django-testimony" }, "release_url": "https://pypi.org/project/django-testimony/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "A Django app that will create a pluggable django-cms testimony form and content plugin within your project..", "version": "0.0.2" }, "last_serial": 965873, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "89579d82234d0338faff995942e458ff", "sha256": "68dfe1e0d02449e2cb6734eeadc64fcdc6bcb1d0c57ce5b93a17344417345f07" }, "downloads": -1, "filename": "django-testimony-0.0.2.tar.gz", "has_sig": false, "md5_digest": "89579d82234d0338faff995942e458ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30261, "upload_time": "2014-01-11T01:22:39", "url": "https://files.pythonhosted.org/packages/45/6b/f060ffdf84a9b3f1ae123c95c7856a269fe170420bfda9dce32f5123deaf/django-testimony-0.0.2.tar.gz" } ], "0.0.2b1": [ { "comment_text": "", "digests": { "md5": "05b726cad7d5295964306133ef42b83b", "sha256": "136dcabe5fd5d7118b96c9fb6969e25244ef97594e126afa696e115cc229ebaf" }, "downloads": -1, "filename": "django-testimony-0.0.2b1.tar.gz", "has_sig": false, "md5_digest": "05b726cad7d5295964306133ef42b83b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29769, "upload_time": "2014-01-11T00:39:17", "url": "https://files.pythonhosted.org/packages/84/18/497be85c72766ececad5d4c335ae01bc1b37e4fa2001a4cb5e5660748da3/django-testimony-0.0.2b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "89579d82234d0338faff995942e458ff", "sha256": "68dfe1e0d02449e2cb6734eeadc64fcdc6bcb1d0c57ce5b93a17344417345f07" }, "downloads": -1, "filename": "django-testimony-0.0.2.tar.gz", "has_sig": false, "md5_digest": "89579d82234d0338faff995942e458ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30261, "upload_time": "2014-01-11T01:22:39", "url": "https://files.pythonhosted.org/packages/45/6b/f060ffdf84a9b3f1ae123c95c7856a269fe170420bfda9dce32f5123deaf/django-testimony-0.0.2.tar.gz" } ] }