Switch to side-by-side view
--- a/Allura/development.ini +++ b/Allura/development.ini @@ -21,6 +21,10 @@ use = egg:Paste#http host = 0.0.0.0 port = 8080 + +[filter-app:profile] +use=egg:keas.profile#profiler +next=main [app:main] use = egg:Allura
--- a/Allura/development.ini +++ b/Allura/development.ini @@ -21,6 +21,10 @@ use = egg:Paste#http host = 0.0.0.0 port = 8080 + +[filter-app:profile] +use=egg:keas.profile#profiler +next=main [app:main] use = egg:Allura