convert to a fotogallery

This commit is contained in:
Andreas Stephanides
2020-02-22 16:58:15 +01:00
parent 3b8bd884da
commit 5eddd2b66e
47 changed files with 19191 additions and 122 deletions

4
install Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
python3 -m venv .env
source .env/bin/activate
pip3 install -r requirements.txt