We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30dd2a commit 0d48f0aCopy full SHA for 0d48f0a
benefits/core/migrations/0002_sample_data.py
@@ -8,7 +8,7 @@
8
9
10
def load_sample_data(app, *args, **kwargs):
11
- if os.environ.get("DJANGO_LOAD_SAMPLE_DATA", "false").lower() == "false":
+ if os.environ.get("DJANGO_LOAD_SAMPLE_DATA", "true").lower() == "false":
12
print(" DJANGO_LOAD_SAMPLE_DATA is set to False, skipping sample data")
13
return
14
0 commit comments