My traceback gives this in line 109 * for db in sorted(databases):* * * * * * *
2011/7/21 Anthony <[email protected]> > On Thursday, July 21, 2011 12:01:56 PM UTC-4, pbreit wrote: >> >> I think in theory you should be able to do that, but do you really want to >> be opening all those files on every page request? >> >> Can you show what code generated the error? My line 109 in appadmin is >> blank. >> > > Note, in tracebacks for view errors, I believe the line numbers refer to > the view code _after_ it has been converted to Python, not the original > template code. > > Anthony >

