Airline system for simple viewing flights, a passenger on that flights, authentication
There only 3 routes available.
admin
- for admin/owner/adminstratorflights
- for the default route and all the flights of airlines details.users
- for the user authentication. while doing the project faced and fixed issue of pip installing dotenv modules
python3 -m pip install python-dotenv
*To start the application, make sure inside the project and type python3 manage.py runserver