yep. i feel particularly hosed for trying to work with you offline to
synchronize our efforts. and even more retarded for the time i spent and
help i offered regarding your web site design, resume and general "how to
better present yourself" as a consulting business. (considering i've been
a fu
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")
3 matches
Mail list logo