diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 336: Fix the default mount point to be ""

Message ID 20111215093913.21961.37046.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Dec. 15, 2011, 9:39 a.m. UTC
------------------------------------------------------------
revno: 336
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Thu 2011-12-15 10:30:10 +0100
message:
  Fix the default mount point to be ""
modified:
  lava_server/settings/common.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/common.py'
--- lava_server/settings/common.py	2011-11-29 15:14:01 +0000
+++ lava_server/settings/common.py	2011-12-15 09:30:10 +0000
@@ -82,7 +82,7 @@ 
 # Examples: "http://static.lawrence.com", "http://example.com/static/"
 STATIC_URL = "/static/"
 
-MOUNT_POINT = "/"
+MOUNT_POINT = ""
 
 # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
 # trailing slash.