diff options
-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: + |