Skip to main content

It's like django-cities, but django-airports

Project description

https://badge.fury.io/py/django-airports.svg https://travis-ci.org/eracle/django-airports.svg?branch=master https://codecov.io/gh/eracle/django-airports/branch/master/graph/badge.svg

Provides airports’ related models and data (from [OpenFlights](http://openflights.org/)) that can be used in django projects, inspired by [django-cities](https://github.com/coderholic/django-cities)

Documentation

The full documentation is at https://django-airports.readthedocs.io.

Quickstart

Requirements (Ubuntu 16.04):

sudo apt-get install -y libsqlite3-mod-spatialite binutils libproj-dev gdal-bin

Install django-airports:

pip install django-airports

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'cities',
    'airports',
    'django.contrib.gis',
    ...
)

Features

The `airports` manage command has options, see `airports --help` output. Second run will update the DB with the latest data from the source csv file.

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.2.1 (2019-12-17)

  • compatibility with Django 3.0

0.2 (2019-09-15)

  • renaming and uploading to Pypi

0.1.5 (2018-03-08)

  • creation of the HISTORY.rst file;

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-airports-legacy-0.2.1.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

django_airports_legacy-0.2.1-py2.py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page