Hi,
You can definitely have HTML frames. All you need to do is write a
base.html file that looks exactly the way you want statically and in
the part where you want your django apps to put content in you can do
the following in the base.html:
{% block content %}{% endblock %}
Suppose the div ma
I would like to use html frames in Django but my initial experiements
with it have not worked out.
* Is there anyway to combine HTML frames into a Django
template {% include t?
* I definitely need Django Context on the right side of the frame,
the left side is strictly navigational and of st
2 matches
Mail list logo