Put sensitive settings.py information into external file #1

Open
opened 2019-06-13 09:47:17 +00:00 by sporada · 4 comments
sporada commented 2019-06-13 09:47:17 +00:00 (Migrated from gitlab.ub.uni-bielefeld.de)

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
sporada commented 2019-06-19 09:17:51 +00:00 (Migrated from gitlab.ub.uni-bielefeld.de)

marked the task create said file as completed

marked the task **create said file** as completed
sporada commented 2019-06-19 09:17:53 +00:00 (Migrated from gitlab.ub.uni-bielefeld.de)

marked the task create entry for file in gitignore as completed

marked the task **create entry for file in gitignore** as completed
sporada commented 2019-06-19 09:17:55 +00:00 (Migrated from gitlab.ub.uni-bielefeld.de)

marked the task write secret key int othe file as completed

marked the task **write secret key int othe file** as completed
sporada commented 2019-06-19 09:18:00 +00:00 (Migrated from gitlab.ub.uni-bielefeld.de)

marked the task write DATABASES information like the passwort into that file as completed

marked the task **write DATABASES information like the passwort into that file** as completed
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sporada/bundesdata_web_app#1
No description provided.