diff --git a/VERSION b/VERSION index 60c53d20..65ead914 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-10-07 10:11:06) dev +Version 2.0.9 (2012-10-07 10:12:01) dev diff --git a/routes.example.py b/routes.example.py index a12f7fca..f44d05bf 100644 --- a/routes.example.py +++ b/routes.example.py @@ -35,8 +35,10 @@ BASE = '' # optonal prefix for incoming URLs routes_in = ( # do not reroute admin unless you want to disable it + (BASE+'/admin','/admin/default/index'), (BASE+'/admin/$anything','/admin/$anything'), # do not reroute appadmin unless you want to disable it + (BASE+'/$app/appadmin','/$app/appadmin/index'), (BASE+'/$app/appadmin/$anything','/$app/appadmin/$anything'), # do not reroute static files (BASE+'/$app/static/$anything','/$app/static/$anything'),