qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
86 stars 59 forks source link

Place multiple models in a "group" or "project" #330

Closed Xpirix closed 5 months ago

Xpirix commented 6 months ago

This issue is related to this discussion: https://lists.osgeo.org/pipermail/qgis-developer/2023-December/066309.html

From Nicolas Cadieux:

Hi,

If possible, can we place all 3 models in a “group” or “project?” Each model depends on the other one but currently, they must >be upload one at a time. That could be a good improvement to the server.

Good luck!

Nicolas Cadieux

Xpirix commented 5 months ago

Currently, the model upload accepts either a single model file or a zipped file. Thus, multiple models can be compressed into a zip file and uploaded at once.

I think models that have issues can be re-uploaded once PR #340 has been applied on the server side.