Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Dec 22, 2023
1 parent 9b01966 commit 5919cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/apache.md
Expand Up @@ -47,7 +47,7 @@ As you can see from the virtual host configurations, the static assets such as C
python manage.py collectstatic --clear
```

in your virtual environment (`--clean` removes existing files before collecting).
in your virtual environment (`--clear` removes existing files before collecting).

In order to apply changes to the RDMO code (e.g. after an [upgrade](../upgrade/index)), the webserver needs to be reloaded or the `config/wsgi.py` file needs to appear modified. This can be done using the `touch` command:

Expand Down

0 comments on commit 5919cce

Please sign in to comment.