Skip to content

Web application built with Django used for managing a simple airline. It allows you to manage flights, planes, employees and customers.

Notifications You must be signed in to change notification settings

kotikfi/django-airline

Repository files navigation

Django Airline

About

Web application built with Django used for managing a simple airline. It allows you to manage flights, planes, employees and customers.

Screenshot 2022-06-03 20 32 01

Built With

Prerequisites

  1. Check if you have Python installed
python -V
  1. If not, download Python
  2. Install Virtual Environment
pip install virtualenv
  1. Make Virtual Environment
virtualenv env
  1. Install Django
pip install django

Installation

  1. Clone project
git clone https://github.com/kotikfi/django-airline.git
  1. Run project
python manage.py runserver 
  1. Open http://127.0.0.1:8000/ in your browser

About

Web application built with Django used for managing a simple airline. It allows you to manage flights, planes, employees and customers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published