cleanup some local.py references

This commit is contained in:
Joel Falknau
2024-09-03 12:26:31 +10:00
parent 0c090f1486
commit 9767ce79d8
8 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ Openfire is a Jabber (XMPP) server.
In your auth project's settings file (`aa-docker/conf/local.py`), do the following:
- Add `'allianceauth.services.modules.openfire',` to your `INSTALLED_APPS` list
- Add `'allianceauth.services.modules.openfire',` to `INSTALLED_APPS` in your `local.py`
- Append the following to your auth project's settings file:
```python