Put things like the the secret key into an external text or config file that will never be pushed.
create said file
create entry for file in gitignore
write secret key int othe file
write DATABASES information like the passwort into that file
Put things like the the secret key into an external text or config file that will never be pushed.
* [x] create said file
* [x] create entry for file in gitignore
* [x] write secret key int othe file
* [x] write DATABASES information like the passwort into that file
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Put things like the the secret key into an external text or config file that will never be pushed.
marked the task create said file as completed
marked the task create entry for file in gitignore as completed
marked the task write secret key int othe file as completed
marked the task write DATABASES information like the passwort into that file as completed