Django Simple Airline Management App
with this App you can manage airline such as creating ,editing & deleting flights , adding passengers to flights , adding airports etc…
How to use:
First create empty virtual environment:
$ virtualenv <env_name>
$ source <env_name>/bin/activate
Then install required packages:
(<env_name>)$ pip install -r path/to/requirements.txt
$ activate ### After that ,run the app:
$ python3 manage.py runserver
*this app have 3 paths :
1./admin -> for administrators
2. /users -> for users login
3./flights -> for flights management
if you click on flights you can add passenger to the flight with built-in form
for testing the app i created a username & password that it has admin rights :
for login go to /admin & Use credentials Below:
Username:admin
Password:1234