Files
Nominatim/nominatim/admin/__init__.py
Sarah Hoffmann 04690ad8c4 implement warming in new cli tool
Adds infrastructure for calling the legacy PHP scripts. As the
CONST_* values cannot be set from the python script, hand the values
in via secret environment variables instead. These are all
temporary hacks for the transition phase to python code.
2021-01-13 18:25:15 +01:00

5 lines
114 B
Python

"""
Module with functions for importing, updating Nominatim databases
as well as general maintenance helpers.
"""