{ "info": { "author": "Tonino Jankov", "author_email": "tyaakow@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# mezzanineHtmlSlides\n\nAdd simple slide functionality to your Mezzanine based website allowing for\nbeautiful banners at the tops of pages.\n\n\n## Setup\n\n 1. Run `pip install mezzanineHtmlSlides`\n 2. In `settings.py` add `mezzanine_slides` to your `INSTALLED_APPS` above mezzanine apps.\n 3. Run createdb or syncdb, if running syncdb run migrate if you are using South.\n 4. If you haven't modified your `base.html` or `pages/page.html` templates then you can just `manage.py collectemplates mezzanine_slides` and use the ones I provide. If you've already modified these templates see the Templates section for continued instruction.\n\n\n## Templates\n\nAdd this to your `pages/page.html` anywhere as long as it's not inside another\nblock:\n\n {% block slides %}{% if page.slide_set.all %}\n