readme
This commit is contained in:
parent
265bd47800
commit
cae2eed97d
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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.
|
Loading…
Reference in a new issue