you need to fix static serving in GAE so it supports versioning of static files. The default config file for GAE already takes care of it.
On Tuesday, September 30, 2014 3:22:19 PM UTC+2, Miguel wrote: > > Hi > > I just downloaded web2py source code and I am running the local GAE SDK. > When I go to the web2py admin interface, none of the styling is applied. > > Looking at the HTML generated source code, I find the following in the > <Head> section: > > > <script src="/admin/static/_2.9.11/js/jquery.js" > type="text/javascript"></script> > <link href="/admin/static/_2.9.11/css/calendar.css" rel="stylesheet" > type="text/css"> > <script src="/admin/static/_2.9.11/js/calendar.js" > type="text/javascript"></script> > <script src="/admin/static/_2.9.11/js/web2py.js" > type="text/javascript"></script> > etc. > > > Obviously the version number (_2.9.11) should not be there. > How do I fix this? > > Thanks > -Miguel > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.