From 1deb42c97120626273c2e23563b80f73c1c41900 Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Mon, 25 Sep 2023 23:10:53 +0200 Subject: [PATCH] Add note about setting Site --- standalone/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/README.md b/standalone/README.md index 097257e9..785eb61f 100644 --- a/standalone/README.md +++ b/standalone/README.md @@ -15,7 +15,7 @@ In the container cd to `/opt/django-helpdesk/standalone` and run python3 manage.py createsuperuser -You should now be able to log in to the server by visiting `localhost:80`. You will also need to access the `/admin` url to set up new users. +You should now be able to log in to the server by visiting `localhost:80`. You will also need to access the `/admin` url to set up new users. You also need to set the Site in the admin so that URLs in ticket emails will work. Configuration for production use --------------------------------------