Re: extends a template that is stored in an app template directory

2010-11-26 Thread Wim Feijen
Hi Owidjaya, Common usage is to refer to your_app_name/template_name.html , so you can put for example {% extends "datagrid/template1.html" %} in your client template. So it is recommended to store your templates in a directory your_app_name/templates/your_app_name/template_name.html For more

extends a template that is stored in an app template directory

2010-11-26 Thread owidjaya
How do i extends a template that is stored within an application template directory from another application? I have two apps one is datagrid and the other one is client I want to use datagrid to display list of clients but instead of using the datagrid template that comes from the app, i want to