aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-06-25 20:23:03 +0200
committerMichał Górny <mgorny@gentoo.org>2013-06-25 20:29:11 +0200
commit9c12b1d93c85ce39677dd409dab2c232355ad763 (patch)
tree69a08f5d8dc832394fea91de4c07a8decb308c43 /okupy/accounts/models.py
parentMerge pull request #3 from dastergon/design-3 (diff)
downloadidentity.gentoo.org-9c12b1d93c85ce39677dd409dab2c232355ad763.tar.gz
identity.gentoo.org-9c12b1d93c85ce39677dd409dab2c232355ad763.tar.bz2
identity.gentoo.org-9c12b1d93c85ce39677dd409dab2c232355ad763.zip
Include vim modelines in all code files.
Modelines enforce project-specific indent, help vim recognize django templates and provide encoding information for Python.
Diffstat (limited to 'okupy/accounts/models.py')
-rw-r--r--okupy/accounts/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/okupy/accounts/models.py b/okupy/accounts/models.py
index dbaa416..2b52540 100644
--- a/okupy/accounts/models.py
+++ b/okupy/accounts/models.py
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# vim:fileencoding=utf8:et:ts=4:sts=4:tw=4:ft=python
from django.db import models
class Queue(models.Model):