Revision history [back]
Hello again,
I was confused because I thought that TEMPLATE_DIRS
does not work with Askbot like I had read at http://askbot.org/en/question/207/. Finally I have used the default setting from Django docs for override the admin templates:
- Create a directory, e.g.
.../template/admin/my_app/my_model
and include it (only '.../templates' --> the root path of templates dir) inTEMPLATE_DIRS
from settings.py.
I have left ASKBOT_TEMPLATE_EXTRA_DIR
as comment.
Thanks!!
Hello again,
I was confused because I thought that TEMPLATE_DIRS
does not work with Askbot like I had read at http://askbot.org/en/question/207/. Finally I have used the default setting from Django docs for override the admin templates:
- Create a directory, e.g.
.../template/admin/my_app/my_model
and include it (only '.../templates' --> the root path oftemplates dir)templates) inTEMPLATE_DIRS
from settings.py.
I have left ASKBOT_TEMPLATE_EXTRA_DIR
as comment.
Thanks!!
Hello again,
I was confused because I thought that TEMPLATE_DIRS
does not work with Askbot like I had read at http://askbot.org/en/question/207/. Finally I have used the default setting from Django docs for override the admin templates:
- Create a directory, e.g.
.../template/admin/my_app/my_model
and include it(only '.../templates' --> the root path of templates)inTEMPLATE_DIRS
from settings.py.
I have left ASKBOT_TEMPLATE_EXTRA_DIR
as comment.
Thanks!!