changeset 5467 | 57372dbfd114 |
parent 5424 | 8ecbcbff9777 |
--- a/goa/skel/loader.py Wed May 05 10:22:11 2010 +0200 +++ b/goa/skel/loader.py Wed May 05 10:28:55 2010 +0200 @@ -30,7 +30,7 @@ # apply monkey patches first goa.do_monkey_patch() # get instance's configuration (will be loaded from app.conf file) - GAEConfiguration.ext_resources['JAVASCRIPTS'].append('DATADIR/goa.js') + GAEConfiguration.uiprops['JAVASCRIPTS'].append('DATADIR/goa.js') config = GAEConfiguration('toto', APPLROOT) # create default groups create_groups()