summaryrefslogtreecommitdiff
path: root/_50_tuskar.py.example
diff options
context:
space:
mode:
Diffstat (limited to '_50_tuskar.py.example')
-rw-r--r--_50_tuskar.py.example12
1 files changed, 0 insertions, 12 deletions
diff --git a/_50_tuskar.py.example b/_50_tuskar.py.example
deleted file mode 100644
index 7da29698..00000000
--- a/_50_tuskar.py.example
+++ /dev/null
@@ -1,12 +0,0 @@
-from tuskar_ui import exceptions
-
-DASHBOARD = 'infrastructure'
-ADD_INSTALLED_APPS = [
- 'tuskar_ui.infrastructure',
-]
-ADD_EXCEPTIONS = {
- 'recoverable': exceptions.RECOVERABLE,
- 'not_found': exceptions.NOT_FOUND,
- 'unauthorized': exceptions.UNAUTHORIZED,
-}
-DEFAULT = True