secrets should not be in public version control
Instead of having the secrets put in a settings.py file, they should be in some other file that settings.py references. This other file should not be under version control in our public repository.
Instead of having the secrets put in a settings.py file, they should be in some other file that settings.py references. This other file should not be under version control in our public repository.
Agreed.
added First Contribution label
added 1 deleted label
Sounds good, @MariaV
mentioned in merge request !2 (merged)
Hello @ahf can i work on this issue?
added Needs Review label
mentioned in commit 9f876575
closed