hello. I have a question about using multiple apps on the same page (template).
Lets imagine a template with two blocks
{% block left_side %}{% endblock %}
and
{% block right_side %}{% endblock %}
in left_side block there is a voting app for example and in the
right_side block there is a newsfeed. How to put them together on one
page? I mean if there is a call to voting app view, then it will draw
itself for sure, but how to output newsfeed when calling voting app view?
thanks
signature.asc
Description: OpenPGP digital signature

