[Qgis-developer] Problem uploading plugin
Alex Mandel
tech_dev at wildintellect.com
Wed Mar 28 03:58:31 EDT 2012
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.
Tim or other admins have an idea of the best place to make the change?
What should we set the new limit to? 5 MB?
Thanks,
Alex
More information about the Qgis-developer
mailing list