dj-hitcount
Welcome to the dj-hitcount example project. Three different views are demonstrated:
- ajax
- for a jQuery based implementation using the hitcount template tags
- detail
- for a generic detail view that injects the hitcount into the context
- detail-with-count
- for a second generic detail view that also process/counts the request as a hit or not
Please post any questions or issues on GitHub. Enjoy!
{% if post_list %}
{% for posturl in post_views %}
- {{posturl}}
{% endfor %}
{% else %}
No posts are available.
{% endif %}
{%endblock%}