add uuids to ping and metrics

This commit is contained in:
Christian Adams
2019-04-10 15:40:35 -04:00
parent 23d0f6022c
commit 40393e201f
6 changed files with 12 additions and 13 deletions

View File

@@ -116,6 +116,7 @@ INSTALLED_APPS += ('rest_framework_swagger',)
# Configure a default UUID for development only.
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
INSTALL_UUID = '00000000-0000-0000-0000-000000000000'
# Store a snapshot of default settings at this point before loading any
# customizable config files.