2012/3/28 Alex Mandel <[email protected]>: > On 03/27/2012 10:15 AM, Victor Olaya wrote: >> >> Alex, >> >> Yes, plugins.qgis.org >> >> It would be great if the limit was a bit higher >> >> Thanks in advance >> >> Victor > > > Looks like the default is set in validator.py > > PLUGIN_MAX_UPLOAD_SIZE= getattr(settings, 'PLUGIN_MAX_UPLOAD_SIZE', 1048576) > > appears override-able in the local_settings.py if I understand the getattr > function.
Yes, exactly. > > Tim or other admins have an idea of the best place to make the change? local_settings.py is the way to go. -- Alessandro Pasotti w3: www.itopen.it _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
