Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 924 Bytes

File metadata and controls

22 lines (13 loc) · 924 Bytes

WorldTickets Project

Package download and setup:

$ git clone https://github.com/dfcaporale/TerceraPreEntrega_DanielFreireCaporale.git

$ cd TerceraPreEntrega_DanielFreireCaporale/WorldTickets/

$ python manage.py runserver

Open a web browser and navigate to the homepage using localhost:8000.

The website is dedicated to a ticket-selling service.

Currently, the app allows navigation through the buttons: Home, Artists, Events, and Search Artist.

The database includes the modules: Artist, Event, and Client; the latter can be accessed through localhost:8000/clients/

New data can be added using the following forms: