aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2014-05-30 15:52:40 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-06-03 20:29:06 +0000
commitd450e72eccf75aed579bee76676ace74f7ff128e (patch)
tree91d157efdf371fd1f5ee1e7d19883ca8c1833a84 /settings.py
parent7483428fa47b1b19ee3bbd1fab808374976e18db (diff)
Remove depencency on bzr to show version number.
* Since we no longer deploy via bzr, we need to find another way to show the version number. The changes here introduce a new file, version.py, with a single variable that should be bumped each time we do a release. The relase should follow normal release schedule and numbering. * Fix the template to point to git instead of Launchpad source code. * Removed a test that checked the bzr version number in the template. Change-Id: I6864ba95be2343ca539d91b87482c2e1359653ec
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 3741661..791d6f9 100644
--- a/settings.py
+++ b/settings.py
@@ -2,6 +2,8 @@
import os
+from version import *
+
DEBUG = True
TEMPLATE_DEBUG = DEBUG