项目作者: zyv

项目描述 :
Simple Django pilot log webapp
高级语言: Python
项目地址: git://github.com/zyv/pilot_log.git
创建时间: 2018-10-21T16:24:37Z
项目社区:https://github.com/zyv/pilot_log

开源协议:MIT License

下载


Pilot Log

This is a simple general aviation private pilot logbook web application, geared towards those of us frequently flying multiple types of light aircraft. Log entries management is to be performed via Django admin interface. Custom views can be used for statistics and to obtain a print representation.

It is being developed to provide a personal migration path from the excellent FlightLog for Android software by Jeff Cardillo and released in the hope that it will be useful to other private pilots.

Requirements

  • Python 3.12+
  • Django

Usage

  1. poetry install
  2. ./manage.py migrate
  3. ./manage.py createsuperuser
  4. ./manage.py shell < logbook/fixtures/import_aerodromes.py
  5. ./manage.py loaddata logbook/fixtures/fuel_type.json
  6. ./manage.py runserver

License

This project is released under the terms of the MIT license. Full details in the LICENSE file.