Per stampare la versione cartacea di Gancio
查找文件
2023-10-16 23:39:28 +02:00
static stile + template + qrcode 2023-10-16 18:35:45 +02:00
templates data dinamica di pubblicazione 2023-10-16 23:39:28 +02:00
app.py aggiunto template base 2023-10-09 17:52:29 +02:00
README.md readme 2023-10-09 18:01:14 +02:00
requirements.txt add requests 2023-10-09 18:04:25 +02:00

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.