pytrader
pytrader copied to clipboard
settings.SECRET_KEY
local server has been updated.
generate a new one for each installation.
From the slack channel:
If you are planning to continue this project as a django project, and not only as a library, than I suppose improving the settings could be something that could be done. Putting the ALLOWED_HOSTS, SECRET_KEY and all the other things which might change in the local_settings.py. Also creating a local_settings_template.py in the pyfolio project, is usually what is done. Also, different settings based on production/development environment.