fix typo in settings.md

This commit is contained in:
Stephan Geisler 2024-01-11 11:48:00 +01:00 committed by Alexis Métaireau
parent 2c94f6afbe
commit e40d4584f9

View file

@ -72,7 +72,7 @@ Do you want users to be able to create an account directly on your uMap instance
Can be set through env var: `ENABLE_ACCOUNT_LOGIN=1` Can be set through env var: `ENABLE_ACCOUNT_LOGIN=1`
User accounts can be managed via the Diango admin page (`{SITE_URL}/admin`). User accounts can be managed via the Django admin page (`{SITE_URL}/admin`).
The required superuser must be created on the command line with this command: `umap createsuperuser`. The required superuser must be created on the command line with this command: `umap createsuperuser`.
#### FROM_EMAIL #### FROM_EMAIL