3

Along the lines of this (unanswered) question, where can I find the source code of the QGIS Python Plugins Repository website - or the source code of the software driving this infrastructure?

The QGIS website itself is a static website. The QGIS Web Client 2 also does not appear to be what I am looking for - please correct me if I am wrong. I am basically looking for the QGIS counterpart to Warehouse.

s-m-e
  • 131
  • 4
  • I don't undertand your question,but if you want find the oficial qgis repor is this .xml https://plugins.qgis.org/plugins/plugins.xml – Fran Raga Aug 29 '18 at 08:53
  • @FranciscoRaga plugins.xml is just the result of one of many possible queries against a much larger database I presume. There is software behind it, enabling users to upload plugins, review plugins, managing storage, manage user accounts (authentication) etc. - a somewhat larger and complicated web application. Where can I find its source code? – s-m-e Aug 29 '18 at 09:00
  • 1
    i'm not sure but this project https://github.com/qgis/QGIS-Django maybe – Fran Raga Aug 29 '18 at 09:10
  • @FranciscoRaga that looks like it (in /qgis-app/plugins), could you put this in as an answer? – Steven Kay Aug 29 '18 at 09:53

1 Answers1

3

based in my comment.

Go to this project Django project for QGIS related activities such as plugin repository

github.com/qgis/QGIS-Django

Fran Raga
  • 7,838
  • 3
  • 26
  • 47