Switch to side-by-side view

--- a/pyforge/test.ini
+++ b/pyforge/test.ini
@@ -31,7 +31,15 @@
 
 load_test_data = true
 cache_test_data = false
-static_root = /nf/
+
+# Set the locations of some static resources
+#  script_name is the path that is handled by the application
+#  url_base is the prefix that references to the static resources should have
+ew.script_name = /nf/_ew_/
+ew.url_base = /nf/_ew_/
+static.script_name = /nf/_static_/
+static.url_base = /nf/_static_/
+
 stats.sample_rate=0
 
 [app:main_without_authn]