You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QSA is a pure Python3 + Django service, so all you need is a Python3 virtualenv
with all the dependencies from requirement.txt installed, and just run the
server either with the Django test server, or with the provided wsgi file.