Remove local_settings.py, as it grows stale with disuse.

This file hasn't reflected the actual configuration of any live
installation for some time, nor been part of any tests or other
mechanism to regularly validate it, so it's naturally fallen
behind as we make changes to the set of settings and typically
don't update this file accordingly.  Just remove it; all the
documentation functions it serves are already served just as
well by prod_settings_template.py and its ample comments.
This commit is contained in:
Greg Price
2017-07-28 22:47:54 -07:00
committed by Tim Abbott
parent 2b146012e1
commit 2d534e7397
3 changed files with 1 additions and 145 deletions

1
.gitattributes vendored
View File

@@ -19,7 +19,6 @@
/templates/corporate export-ignore
/templates/zilencer export-ignore
/puppet/zulip_internal export-ignore
/zproject/local_settings.py export-ignore
/zproject/test_settings.py export-ignore
/zerver/fixtures export-ignore
/zerver/tests export-ignore