parent
231cab309d
commit
b6825564c7
2 changed files with 74 additions and 0 deletions
|
|
@ -12,11 +12,13 @@ from werkzeug.wrappers import Response
|
|||
|
||||
import geocode
|
||||
from geocode import database, model, scotland, wikidata
|
||||
from geocode.error_mail import setup_error_mail
|
||||
|
||||
city_of_london_qid = "Q23311"
|
||||
app = Flask(__name__)
|
||||
app.config.from_object("config.default")
|
||||
database.init_app(app)
|
||||
setup_error_mail(app)
|
||||
|
||||
Tags = typing.Mapping[str, str]
|
||||
logging_enabled = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue