Skip to content

zyv/pilot_log

Folders and files

NameName
Last commit message
Last commit date
Mar 3, 2025
Mar 3, 2025
Jan 15, 2025
Mar 16, 2025
Jan 15, 2025
Mar 4, 2025
Mar 5, 2025
Oct 21, 2018
Oct 21, 2018
Mar 3, 2025
Dec 26, 2023
Mar 5, 2025
Mar 4, 2025
Jun 22, 2024
Mar 5, 2025

Repository files navigation

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

poetry install

./manage.py migrate
./manage.py createsuperuser
./manage.py shell < logbook/fixtures/import_aerodromes.py
./manage.py loaddata logbook/fixtures/fuel_type.json
./manage.py runserver

License

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