[web2py] Re: Admin problem with CSS files

2014-02-20 Thread Leonel Câmara
My guess is that you have more than 1000 static files for this app and the admin is not respecting the 0-1-∞ rule. Try editing the admin application default.py and increase MAXNFILES to 9 and see if it solves the problem. -- Resources: - http://web2py.com - http://web2py.com/book (Document

[web2py] Re: Admin problem with CSS files

2014-02-20 Thread Gael Princivalle
Thanks a lot, that's it ! Il giorno giovedì 20 febbraio 2014 14:35:15 UTC+1, Leonel Câmara ha scritto: > > My guess is that you have more than 1000 static files for this app and the > admin is not respecting the 0-1-∞ rule. > > Try editing the admin application default.py and increase MAXNFILES t