Web application built with Django used for managing a simple airline. It allows you to manage flights, planes, employees and customers.
- Check if you have Python installed
python -V
- If not, download Python
- Install Virtual Environment
pip install virtualenv
- Make Virtual Environment
virtualenv env
- Install Django
pip install django
- Clone project
git clone https://github.com/kotikfi/django-airline.git
- Run project
python manage.py runserver
- Open http://127.0.0.1:8000/ in your browser