Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 394 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 394 Bytes

Concert Ticket

Install packages

poetry install

Setup db tables

python3 manage.py migrate

Run Server

python3 manage.py runserver

Preview

Concert model

img.png

Ticket model

img_1.png

Venue model

img_2.png

Venue Tabular Inline(Concert)

img.png