diff --git a/project/project_name/settings/sample_credentials.py b/project/project_name/settings/sample_credentials.py deleted file mode 100644 index 1556bf1f5475a99d81b15653288f377e2453c877..0000000000000000000000000000000000000000 --- a/project/project_name/settings/sample_credentials.py +++ /dev/null @@ -1,15 +0,0 @@ -# Sample credentials.py file. - -# -# This file contains a sample of how the site-specific credentials.py file -# should look like. -# - -# Secret key should be unique and kept secret. It should also be sufficiently -# complex to prevent brute-forcing. -SECRET_KEY = '' - -# Passwords for one or more databases used by the site. -DATABASE_PASSWORDS = { - 'default': '', - }