Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ website/static/sitemaps/
##############

api/static/vendor
osf/features.override.yaml

# Local settings files
local.py
Expand Down
5 changes: 5 additions & 0 deletions README-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@
```bash
docker compose run --rm web python3 manage.py reset_db --noinput
```
- OPTIONAL: Create a `features.yaml` override
```bash
cp osf/features.yaml osf/features.override.yaml
```
Note: Update the WAFFLE_VALUES_YAML variable to point to the override file (osf/features.override.yaml).

## Application Debugging

Expand Down
Loading