All Projects → bashu → Django Airports

bashu / Django Airports

Licence: mit
✈️ It's like django-cities, but django-airports

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Django Airports

Wolframwebengineforpython
Integrates the Wolfram Language seamlessly with Python AIOHTTP
Stars: ✭ 48 (-11.11%)
Mutual labels:  django
Grocerystore With Server
Grocery Store with server integration
Stars: ✭ 51 (-5.56%)
Mutual labels:  django
Django Custom User Model
django custom user model
Stars: ✭ 52 (-3.7%)
Mutual labels:  django
Hubblemon
Stars: ✭ 48 (-11.11%)
Mutual labels:  django
Yesterday I Learned
Brainfarts are caused by the rupturing of the cerebral sphincter.
Stars: ✭ 50 (-7.41%)
Mutual labels:  django
Django Money
Money fields for Django forms and models.
Stars: ✭ 1,064 (+1870.37%)
Mutual labels:  django
Unchained
Secure password hashers for Go compatible with Django
Stars: ✭ 46 (-14.81%)
Mutual labels:  django
Urljects
Deprecated! (Django routing without urls.py files, inspired by Flask.)
Stars: ✭ 53 (-1.85%)
Mutual labels:  django
Disposableemailchecker
Python class for use with Django to detect Disposable Emails
Stars: ✭ 50 (-7.41%)
Mutual labels:  django
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-3.7%)
Mutual labels:  django
Django Todolist
exemplary django application - small to do list web app
Stars: ✭ 47 (-12.96%)
Mutual labels:  django
Django Unifi Portal
Authenticate Unifi WiFi Guests with Django
Stars: ✭ 50 (-7.41%)
Mutual labels:  django
Django Preferences
Django app allowing users to set app specific preferences through the admin interface.
Stars: ✭ 51 (-5.56%)
Mutual labels:  django
Django Celery Tutorial
Django Celery Tutorial
Stars: ✭ 48 (-11.11%)
Mutual labels:  django
Django Rest Framework Tricks
Collection of various tricks for Django REST framework.
Stars: ✭ 52 (-3.7%)
Mutual labels:  django
Guides
Guides for learning + doing better web and app development. Created by Coding for Entrepreneurs.
Stars: ✭ 1,042 (+1829.63%)
Mutual labels:  django
Django Campaign
Newsletter management app for Django
Stars: ✭ 50 (-7.41%)
Mutual labels:  django
Kala App
Kala Document Management System
Stars: ✭ 53 (-1.85%)
Mutual labels:  django
Channelstream
Channelstream is a websocket communication server for web applications
Stars: ✭ 52 (-3.7%)
Mutual labels:  django
Django Dashboard Adminlte
AdminLTE Django - Open-source seed project | AppSeed
Stars: ✭ 51 (-5.56%)
Mutual labels:  django

============================= django-airports

.. image:: https://badge.fury.io/py/django-airports.svg :target: https://badge.fury.io/py/django-airports

.. image:: https://travis-ci.org/bashu/django-airports.svg?branch=master :target: https://travis-ci.org/bashu/django-airports

.. image:: https://codecov.io/gh/bashu/django-airports/branch/master/graph/badge.svg :target: https://codecov.io/gh/bashu/django-airports

Provides airports' related models and data (from OurAirports) that can be used in django projects, inspired by django-cities

.. raw:: html

django-airports

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:

.. code-block:: python

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

Features

The airports manage command has options, see airports --help output.

Running Tests

Does the code actually work?

::

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

Credits

Tools used in rendering this package:

  • Cookiecutter_
  • cookiecutter-djangopackage_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _cookiecutter-djangopackage: https://github.com/pydanny/cookiecutter-djangopackage

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].