Per stampare la versione cartacea di Gancio

encrypt 3d399c0f7e forse overflow hidden si può togliere 11 달 전
static 3d399c0f7e forse overflow hidden si può togliere 11 달 전
templates 69cd21e4cd aggiunto template base 11 달 전
README.md cae2eed97d readme 11 달 전
app.py 69cd21e4cd aggiunto template base 11 달 전
requirements.txt 65f92370f2 add requests 11 달 전

README.md

Istruzioni

git clone https://git.lattuga.net/balotta/gancio-flyers
cd gancio-flyers
python3 -m venv venv
. venv/bin/activate # || venv/bin/activate.fish
pip install -r requirements.txt
flask run

Come aggiungere dei nuovi template

In teoria sto coso supporta più template ma non ho ancora finito di sistemarlo. Se vuoi aggiungerne uno nuovo metti il template in templates/flyers/nometemplate.html e crea la directory static/flyers/nometemplate per i files css.