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")
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")
2 matches
Mail list logo