team-3/src/c3nav
Jenny Danzmayr 73bc77ea0a renamed a few settings so they make more sense
urls/static (C3NAV_URLS_STATIC) -> django/static_url (C3NAV_STATIC_URL)
django/hosts (C3NAV_DJANGO_HOSTS) -> django/allowed_hosts (C3NAV_DJANGO_ALLOWED_HOSTS)
locale/timezone (C3NAV_LOCALE_TIMEZONE) -> locale/timezone (C3NAV_TIMEZONE)
locale/default (C3NAV_LOCALE_DEFAULT) -> locale/default (C3NAV_DEFAULT_LOCALE)

[{section}/{option} (environment variable)]
2023-11-27 03:39:03 +01:00
..
api add new routing/positioning api routes without any implementation 2023-11-24 16:13:16 +01:00
control fix api secret generation 2023-11-26 00:34:55 +01:00
editor more WrappedGeometry unwrapping fixes 2023-11-11 13:14:12 +01:00
locale/de/LC_MESSAGES Typo (#62) 2020-01-27 01:53:00 +01:00
mapdata fix super old broken migration 2023-11-26 18:00:50 +01:00
mesh make it possible to request OTA fragments 2023-11-26 18:47:56 +01:00
routing make linter happy 2023-11-26 17:55:23 +01:00
site make linter happy 2023-11-26 17:55:23 +01:00
static show nearby locations 2019-12-25 00:40:19 +01:00
tileserver tileserver: added /check route for healthchecks 2023-07-14 05:48:56 +02:00
utils raise the propper exception if a required config setting is missing 2023-11-27 03:17:13 +01:00
__init__.py add django project 2016-07-07 17:25:33 +02:00
asgi.py implement some auth for MeshUIConsumer 2023-11-09 17:04:55 +01:00
celery.py add celery basics 2016-09-27 15:32:42 +02:00
profiler.py send update_cache_key a different way 2019-12-10 12:37:33 +01:00
settings.py renamed a few settings so they make more sense 2023-11-27 03:39:03 +01:00
urls.py start adding new ninja-based OpenAPI-compatible API v2, starting with mesh 2023-11-11 03:01:15 +01:00
wsgi.py add django project 2016-07-07 17:25:33 +02:00