Hi, I’m currently trying to install Taiga and I’m stuck were I’m supposed to configure Django.
The folder settings doesn 't have a local.py.example file in there.
Has somebody an idea where I can find it?
Should I can create a new local.py file with the data from config.py.prod.example or rather copy/rename common.py
thanks.
you can tune your own environment configuration by editing a
settings/local.py
configuration file to overwrite any setting insettings/common.py
.For a basic configuration that works with these instructions, simply copy
settings/local.py.example
tosettings/local.py