diff options
author | eliott <eliott@cactuswax.net> | 2007-12-29 16:49:18 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-29 16:49:18 -0800 |
commit | 7d753eaa13fdc3c801facccf77c6618a242738a8 (patch) | |
tree | 8423c800dcbfa184ab4e8779ae0ce36cdfee16c0 | |
parent | 3e297efad8e6dbb7622cedd68a2457f00dd09080 (diff) |
added vim command comment to the end of the file
-rw-r--r-- | local_settings.py.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/local_settings.py.example b/local_settings.py.example index 70163418..1a54e198 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -28,3 +28,5 @@ MEDIA_URL = 'http://www.archlinux.org/img/devs/' # Make this unique, and don't share it with anybody. SECRET_KEY = '00000000000000000000000000000000000000000000000' +# vim: set ts=4 sw=4 et: + |