https://github.com/zyv/pilot_log
Simple Django pilot log webapp
https://github.com/zyv/pilot_log
aviation django python
Last synced: about 1 month ago
JSON representation
Simple Django pilot log webapp
- Host: GitHub
- URL: https://github.com/zyv/pilot_log
- Owner: zyv
- License: mit
- Created: 2018-10-21T16:24:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T17:47:36.000Z (11 months ago)
- Last Synced: 2024-05-21T22:22:14.274Z (11 months ago)
- Topics: aviation, django, python
- Language: Python
- Homepage:
- Size: 15.4 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flying - Pilot Log - Simple Django pilot log webapp (Logbook / Other)
README
# 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](http://warbredstudios.com/flightlog/flightlog.html) 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.