We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e0209 commit 7ab0db4Copy full SHA for 7ab0db4
bedrock/settings/__init__.py
@@ -26,6 +26,9 @@
26
if DEV:
27
ALLOWED_HOSTS = ['*']
28
29
+# waffle flags, switches, and samples should default to True in DEV mode
30
+WAFFLE_FLAG_DEFAULT = WAFFLE_SWITCH_DEFAULT = WAFFLE_SAMPLE_DEFAULT = DEV
31
+
32
# Any databases configured other than "default" should be
33
# read-only slaves, which funfactory's default router
34
# should use with this setting.
0 commit comments