From e40d4584f987b76aa4a6be8cd1c8bd99cdc1f3ad Mon Sep 17 00:00:00 2001 From: Stephan Geisler Date: Thu, 11 Jan 2024 11:48:00 +0100 Subject: [PATCH] fix typo in settings.md --- docs/config/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/settings.md b/docs/config/settings.md index 9b3dc6d7..f9995078 100644 --- a/docs/config/settings.md +++ b/docs/config/settings.md @@ -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` -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`. #### FROM_EMAIL