Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/dff793a38bde65bbd89ea4cda04783aa8629b3a2 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Ignore src/ dir, where pip will install git deps

pull/404/head
Paulo Diovani 5 years ago
parent 3a9f4d1379
commit dff793a38b

3
.gitignore vendored

@ -8,6 +8,9 @@ venv/
# Python
__pycache__/
# Pip
src/
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

Loading…
Cancel
Save