glidernet / ogn-python

A gateway with built-in database for the Open Glider Network (OGN)
http://glidernet.org
GNU Affero General Public License v3.0
17 stars 4 forks source link

Add central configuration & spherical calculations & other stuff #35

Closed kerel-fs closed 8 years ago

kerel-fs commented 8 years ago

Major Changes:

Your rebased commit already contains the pep8-fix (originally I wanted to rebase my PR on top of yours, but confused the branches, sorry).

An example for myconfig.py:

from config.default import *

# override database backend
SQLALCHEMY_DATABASE_URI = 'postgresql:///ogn'
kerel-fs commented 8 years ago

Closes #33 and closes #34.