Open tudorbarascu opened 3 months ago
Hi @tudorbarascu, this is a pip installable plugin:
# Install module from github (v1.0.0)
pip3 install git+https://github.com/g3w-suite/g3w-admin-processing.git@v1.0.0
# Install module from github (dev branch)
# pip3 install git+https://github.com/g3w-suite/g3w-admin-processing.git@dev
# Install module from local folder (git development)
# pip3 install -e /g3w-admin/plugins/qprocessing
# Install module from PyPi (not yet available)
# pip3 install g3w-admin-processing
you don't need the git submodule:
git submodule add -f https://github.com/g3w-suite/g3w-admin-processing.git g3w-admin/qprocessing
In short, you don't need a g3w-admin/qprocessing
folder within your django project to make it work.
👋 Raruto
Checklist
Subject of the issue
Tried installing the QProcessing module and it worked but when accessing the g3w admin interface it throws the error:
Steps to reproduce
I changed the scripts/setup.sh to:
And I edited the settings_... .py file to include the module
Is there another step involved?
Environment
[g3wsdk.info]
Link to your project
No response
Additional info
No response