项目作者: golamrabbiazad

项目描述 :
Airline system for simple viewing flights, a passenger on that flights, authentication
高级语言: Python
项目地址: git://github.com/golamrabbiazad/airlines-dj.git
创建时间: 2020-08-19T18:26:45Z
项目社区:https://github.com/golamrabbiazad/airlines-dj

开源协议:

下载


AirLine System

There only 3 routes available.

  • admin - for admin/owner/adminstrator
  • flights - 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

  • command: python3 -m pip install python-dotenv

*To start the application, make sure inside the project and type python3 manage.py runserver