The flight site allows airline companies to manage and advertise their flights, as well as lets customers choose the flight that suits them best.
This is part 2 of 3,
Which focuses building a functional application using Django Framework
As a customer you can book and search for flight information
-
Create virtualenv in main project folder:
python -m venv venv
-
Install all needed requirements:
pip install -r requirements.txt
-
Run the server:
python manage.py runserver
-
Administrator:
Username:admin13
Password:pokipoki -
Airline:
Username:airline1
Password:pokipoki -
Customer:
Username:toni2
Password:pokipoki
---
-
To view the sqlite database file, you can visit this page: https://inloop.github.io/sqlite-viewer/
-
For a full description of SQLAlchemy package, visit this page: https://docs.sqlalchemy.org/en/14/
