]> git.atlas4tour.it Git - pia_atlas.git/commit
- Implementazione funzionalità
authorCostantino <Costantino@DESKTOP-NSVPNBA>
Fri, 30 Sep 2022 15:33:55 +0000 (17:33 +0200)
committerCostantino <Costantino@DESKTOP-NSVPNBA>
Fri, 30 Sep 2022 15:33:55 +0000 (17:33 +0200)
commit71b162a5fde7be78c5b63d4881cc3876465a7ce5
tree19252d049ba778b166a61adfb41dbd6e2b53d913
parent9b37d8e4f8af442dfab9f266d2c7d3e741b6a511
- Implementazione funzionalità
25 files changed:
.idea/misc.xml
.idea/socoin_atlas.iml
requirements.txt
sistema/datatables.py [new file with mode: 0644]
sistema/forms.py
sistema/models.py
sistema/templates/add_mod_localita.html [new file with mode: 0644]
sistema/templates/add_mod_tipologia.html [new file with mode: 0644]
sistema/templates/base.html
sistema/templates/home.html
sistema/templates/localita_list.html [new file with mode: 0644]
sistema/templates/multimedia_list.html [new file with mode: 0644]
sistema/templates/percorsi_list.html [new file with mode: 0644]
sistema/templates/poi_list.html [new file with mode: 0644]
sistema/templates/tipo_multimedia_list.html [new file with mode: 0644]
sistema/urls.py
sistema/views.py
socoin_atlas/settings.py
utenti/datatables.py [new file with mode: 0644]
utenti/forms.py
utenti/templates/admin_list.html [new file with mode: 0644]
utenti/templates/clienti_list.html [new file with mode: 0644]
utenti/templates/tour_operator_list.html [new file with mode: 0644]
utenti/urls.py
utenti/views.py