Oskar is a user on octodon.social. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.
Oskar @oskar

Is there a convenient way to hide the secret key of a project when I want to publish the source code on a platform like or without excluding the whole settings.py file from the version control?

@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.

@rascalking Thanks a lot 🙂 This seems like a nice solution 🙂