diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 187: Add a joke to development settings

Message ID 20110705102713.19207.69333.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki July 5, 2011, 10:27 a.m. UTC
------------------------------------------------------------
revno: 187
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Wed 2011-06-29 15:10:50 +0100
message:
  Add a joke to development settings
modified:
  lava_server/settings/development.py


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/settings/development.py'
--- lava_server/settings/development.py	2011-05-23 15:04:55 +0000
+++ lava_server/settings/development.py	2011-06-29 14:10:50 +0000
@@ -75,6 +75,8 @@ 
             'PORT': '',
         }
     }
+elif devel_db == "nosql":
+    raise ValueError("not yet ;-)")
 else:
     raise ValueError("Invalid value of DEVEL_DB environment variable")