I have installed and configured django-postman
based on documentation:
in urls.py
in root of my project:
(r\'^messages/\', incl
Did you add the expected base.html
to your TEMPLATE_DIRS
root?
The postman/base.html template extends a base.html site template, in which some blocks are expected: title: in , at least for a part of the entire title string extrahead: in , to put some and elements content: in , to put the page contents postman_menu: in , to put a navigation menu
Also not the rant on media files on the same page