Customer references page and slideshow on homepage.
- Install the app
- Add
mezzanine_references
in yourINSTALLED_APPS
- Run
python manage.py syncdb
to create new database tables
Optionally include mezzanine-references.css
in your base.html
template
or customize slideshow on your own.
{% block extra_css %}
# Load stylesheet (optional)
<link rel="stylesheet" href="{% static "css/mezzanine-references.css" %}">
{% endblock %}
First create page of type "References" in Mezzanine admin interface.
{% load references_tags %}
# Create slideshow of reference page with title "Reference"
{% references_slideshow title="Reference" %}