@rascalking Thanks a lot 🙂 This seems like a nice solution 🙂
@oskar A discussion about this problem from StackExchange: https://softwareengineering.stackexchange.com/questions/205606/strategy-for-keeping-secret-info-such-as-api-keys-out-of-source-control
@oskar I dont upload the real settings file, just an example like this https://github.com/melizeche/listaHu/blob/master/listahu/settings.py.example
@oskar the one i've seen is having settings.py do `import * from settings_local` as a last step...lets you override the checked-in config with something deployed locally.