Private Settings - adaptive-learning/flocs GitHub Wiki

Private settings

To specify a variable for this project that should remain private, you can include it in private_settings.py file and then load it in settings.py of flocs django application.

Creating private settings file

Make a copy of a template called private_settings_template.py in flocs folder and name it private_settings.py. Don't forget to change SECRET_KEY variable and possibly all the others.