Skip to content

Commit

Permalink
nit #11698
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Dec 19, 2024
1 parent 7b6a2e9 commit 9ccc395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releases/7.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ Minor incompatibilities:
17. Run system checks against your production settings.
Note: This command not only performs essential system checks but also generates the frontend configuration file required for your application. It is a crucial step in the deployment process and must be executed to ensure that the production environment is correctly configured.
Note: This command not only performs essential system checks but also generates the frontend configuration file required for your application. It is a crucial step in the deployment process and must be executed to ensure that the environment is correctly configured.
```
python manage.py check --deploy --settings=path.to.production.settings
Expand All @@ -586,7 +586,7 @@ Minor incompatibilities:
```
python manage.py check --deploy --settings=path.to.production.settings
```
This command will ensure the `.frontend-configuration-settings.json` file is created, which is necessary for building the frontend asset bundle.
This command will ensure the `.frontend-configuration-settings.json` file is created, which is necessary for building the static asset bundle.
2. Run
```
Expand Down

0 comments on commit 9ccc395

Please sign in to comment.