I have just started a feasibility study on Django for my company and I have noticed the need for absolute paths on settings.py:
TEMPLATE_DIRS = ( # Put string
settings.py is just another Python module. Import and use the various functions in os.path to build your paths.
settings.py