comparison gpp/templates/forums/index.html @ 522:82b97697312e

Created Celery tasks to process new posts and topics. Keep the updated topic set in Redis. This is for tickets #194, #237, #239.
author Brian Neal <bgneal@gmail.com>
date Sun, 18 Dec 2011 23:46:52 +0000
parents e94570675664
children
comparison
equal deleted inserted replaced
521:dd14ab08a9c4 522:82b97697312e
49 <form action="{% url 'forums-catchup_all' %}" method="post">{% csrf_token %} 49 <form action="{% url 'forums-catchup_all' %}" method="post">{% csrf_token %}
50 <input type="submit" value="Mark All Forums Read" /> 50 <input type="submit" value="Mark All Forums Read" />
51 </form> 51 </form>
52 <br /> 52 <br />
53 {% user_stats %} 53 {% user_stats %}
54 {% cache 900 forum-stats-block %} 54 {% cache 300 forum-stats-block %}
55 {% forum_stats %} 55 {% forum_stats %}
56 {% endcache %} 56 {% endcache %}
57 {% cache 900 max-users-block %} 57 {% cache 900 max-users-block %}
58 {% max_users %} 58 {% max_users %}
59 {% endcache %} 59 {% endcache %}