Hire a part-time django developer to build a medical website

2016-01-01 Thread Wei Xiong
I hope it's fine to publish job related post here. I am hiring a a part-time django, who can build a medical website from scratch. This website facilitates the interaction between the patients and their relatives. Requirements: (1) Very familiar with Django and BootStrap, >2years experiences.

Re: Could not parse the remainder template inheritance

2016-01-01 Thread James Schneider
On Jan 1, 2016 8:08 PM, "Matthew" wrote: > > Hi all, > > I'm working through the masteringdjango book, and am struggling in the Templates area. > > I created a base.html base template, and am attempting to include a child template. > > This is the child template: > > {% extends “base.html” %} > >

Could not parse the remainder template inheritance

2016-01-01 Thread Matthew
Hi all, I'm working through the masteringdjango book, and am struggling in the Templates area. I created a base.html base template, and am attempting to include a child template. This is the child template: {% extends “base.html” %} {% block title %}The current time{% endblock %} {% block c

Re: Im stuck with my WSGI FIle on pythonanywhere.com

2016-01-01 Thread Jaime
Oh man! I spent a couple of hours on this. Absolutely ridiculous! Here is what it fixed for my mezzanine's project: # Remove any references to your home folder (this can break Mezzanine) while "." in sys.path: sys.path.remove(".") while "" in sys.path: sys.path.remove("") I am writing a

Django i18n design rationale

2016-01-01 Thread Jure Erznožnik
I've worked with Django for the past few months. While this - I realize - is not much, so far it has been an extremely pleasant experience. Everything seems to be designed just right and works really nicely out of the box. So I was that much more surprised when I had to prepare my first app for