Skip to content
Snippets Groups Projects
Commit 5dbc78c0 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Add ORG_URL setting.

parent f1c1afb5
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ ALLOWED_HOSTS = env.list('ALLOWED_HOSTS', [])
ORG_LONG_NAME = env.str('ORG_LONG_NAME', 'Acme Corporation')
ORG_SHORT_NAME = env.str('ORG_SHORT_NAME', 'ACME')
ORG_EMAIL = env.str('ORG_EMAIL', 'info@example.org')
ORG_URL = env.str('ORG_URL', 'https://www.example.org/')
ORG_GUIDE_URL = env.str('ORG_GUIDE_URL', 'https://guide.example.org/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment