Welcome to...
A cinema booking website created using Python + Django. Instructions on how to run the app are at the bottom of the README.
Login page:
Screenings:
Booking:
Responsive to screen size:
Admin page:
Start a Postgres server.
In your terminal, install dependancies:
pip install -r requirements.txt
To start the server:
python manage.py runserver