Commit 86153bc6 authored by Vladimir Rusinov's avatar Vladimir Rusinov

Add ENABLE_WHITEBOARD setting.

parent 2f09acfc
......@@ -517,3 +517,6 @@ ALLOWED_HOSTS = []
# r'/data/(.*)$', # Allowing public access to data exports
# r'/hooks/(.*)$', # Allowing public access to notification hooks
# )
# Enable whiteboard functionality - under development so disabled by default.
ENABLE_WHITEBOARD = False
\ No newline at end of file
......@@ -92,3 +92,6 @@ LOGGING = {
}
}
}
# Use whiteboard in tests
ENABLE_WHITEBOARD = True
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment