Re: Django Quick Start with Schema Evolution Support

2006-06-05 Thread public
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

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")