I'm trying to use this env variable to specify the path for my templates and it will probably be easier to do this using git or svn.
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Django __str__ returned non-string (type NoneType)
- Evil ctypes hack in python
The reference material is here. But the operative line for your project path (in case that's what you mean) is:
However, your template path is set within your
settings.py
file:In you
app.wsgi
file do: