Skip to content

Commit 81fd84d

Browse files
committed
docs: add DJANGO_LOAD_SAMPLE_DATA to Environment variable docs
1 parent 0d48f0a commit 81fd84d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/configuration/environment-variables.md

+13
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,19 @@ Boolean:
7373
files are served
7474
- `False` (default): the application is launched with debug mode turned off, similar to how it runs in production
7575

76+
### `DJANGO_LOAD_SAMPLE_DATA`
77+
78+
!!! warning "Deployment configuration"
79+
80+
You may change this setting when deploying the app to a non-localhost domain
81+
82+
Boolean:
83+
84+
- `True` (default): The sample data in `benefits/core/migrations/0002_sample_data.py` is used to initialize the Django configuration database.
85+
- `False`: The sample data from `benefits/core/migrations/0002_sample_data.py` will not be loaded.
86+
87+
See [Configuration data](data.md) for more.
88+
7689
### `DJANGO_LOCAL_PORT`
7790

7891
!!! info "Local configuration"

0 commit comments

Comments
 (0)