Move the url_mappings configuration to FarmConfig.
[matthijs/projects/wipi.git] / conf / exodus.py
index 60c2545558a1e2dbfe7e91012e349ab8ba0a5989..aaba28a8c56694ccb00a4be507f43245a9230eeb 100644 (file)
@@ -37,10 +37,6 @@ class Config(FarmConfig):
 
     theme_default = 'exodus'
      
-    # All urls that would be generated below /wipi/Site can be pointed to
-    # /Site instead, since lighttpd maps /Site to the wipi as well.
-    url_mappings = {'/wipi/Site' : '/Site'}
-
     # Set cookies on /, so they work on /wipi and /Site alike.
     cookie_path = '/'