base.html template conflict

2014-06-05 Thread sergeig . public
I have installed both oscar and mezzanine apps into the same project. I was able to see both working when isolated from the other. oscar requires TEMPLATE_DIRS to have a custom location: import oscar TEMPLATE_DIRS = ( oscar.OSCAR_MAIN_TEMPLATE_DIR, os.path.join(PROJECT_ROOT, "templates")

base.html template conflict

2014-06-05 Thread sergeig . public
I have installed both oscar and mezzanine apps into the same project. I was able to see both working when isolated from the other. oscar requires TEMPLATE_DIRS to have a custom location: import oscar TEMPLATE_DIRS = ( oscar.OSCAR_MAIN_TEMPLATE_DIR, os.path.join(PROJECT_ROOT, "templates")