Customer references page and slideshow on homepage.
Quick start
Install the app
Add mezzanine_references in your INSTALLED_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 %}
Usage
First create page of type “References” in Mezzanine admin interface.
References as slideshow
{% load references_tags %}
# Create slideshow of reference page with title "Reference"
{% references_slideshow title="Reference" %}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mezzanine-references-0.1.4.tar.gz.
File metadata
- Download URL: mezzanine-references-0.1.4.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2878f755c628c3e67315f55533783392f8355479aa0e9e676df95b290a1c8994
|
|
| MD5 |
af1891883c769f6c73d081dff26d300b
|
|
| BLAKE2b-256 |
7e108c99db74da855ffb3cfbb905cb1466b284dfee4ecff3f60ffc0874d5b002
|