aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gmail.com>2013-06-25 12:01:43 -0700
committerTheo Chatzimichos <tampakrap@gmail.com>2013-06-25 12:01:43 -0700
commit9514e2b41679c9a82f57a0c8c687c406b3b22e9e (patch)
tree69a08f5d8dc832394fea91de4c07a8decb308c43 /okupy/settings
parentMerge pull request #3 from dastergon/design-3 (diff)
parentInclude vim modelines in all code files. (diff)
downloadidentity.gentoo.org-9514e2b41679c9a82f57a0c8c687c406b3b22e9e.tar.gz
identity.gentoo.org-9514e2b41679c9a82f57a0c8c687c406b3b22e9e.tar.bz2
identity.gentoo.org-9514e2b41679c9a82f57a0c8c687c406b3b22e9e.zip
Merge pull request #4 from mgorny/code-cleanup-2
Include vim modelines in all code files.
Diffstat (limited to 'okupy/settings')
-rw-r--r--okupy/settings/__init__.py2
-rw-r--r--okupy/settings/development.py.sample2
-rw-r--r--okupy/settings/local_settings.py.sample2
-rw-r--r--okupy/settings/production.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/okupy/settings/__init__.py b/okupy/settings/__init__.py
index 4ac21a4..7fb6d72 100644
--- a/okupy/settings/__init__.py
+++ b/okupy/settings/__init__.py
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# vim:fileencoding=utf8:et:ts=4:sts=4:tw=4:ft=python
# Django settings for okupy project.
diff --git a/okupy/settings/development.py.sample b/okupy/settings/development.py.sample
index 40c6e45..06b7784 100644
--- a/okupy/settings/development.py.sample
+++ b/okupy/settings/development.py.sample
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# vim:fileencoding=utf8:et:ts=4:sts=4:tw=4:ft=python
# Sample settings for development environment
# Rename it to development.py and change accordingly the vars if needed
diff --git a/okupy/settings/local_settings.py.sample b/okupy/settings/local_settings.py.sample
index b11e4e6..8a09685 100644
--- a/okupy/settings/local_settings.py.sample
+++ b/okupy/settings/local_settings.py.sample
@@ -1,4 +1,4 @@
-# -*- conding: utf-8 -*-
+# vim:fileencoding=utf8:et:ts=4:sts=4:tw=4:ft=python
# Sample configuration file for okupy project.
# Rename it to local_settings.py and change accordingly the vars
diff --git a/okupy/settings/production.py b/okupy/settings/production.py
index 7a53af6..1fdc120 100644
--- a/okupy/settings/production.py
+++ b/okupy/settings/production.py
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# vim:fileencoding=utf8:et:ts=4:sts=4:tw=4:ft=python
# Settings for production environment