Added SMS functions to buses and travellers

This commit is contained in:
John Mullins
2024-11-11 11:36:39 +11:00
parent a7e4f3e2de
commit 6bd2664352
5 changed files with 173 additions and 36 deletions
+6
View File
@@ -87,6 +87,12 @@ if "AZURE_CLIENT_ID" in os.environ:
# "PUBLIC_PATHS": ['/go/',], # Optional, public paths accessible by non-authenticated users
}
if "TELSTRA_CLIENT_ID" in os.environ:
TELSTRA_AUTH = {
'client_id': os.environ.get('TELSTRA_CLIENT_ID'),
'client_secret': os.environ.get('TELSTRA_CLIENT_SECRET')
}
ROOT_URLCONF = 'busManager.urls'
TEMPLATES = [