Add note about setting Site

This commit is contained in:
Timothy Hobbs 2023-09-25 23:10:53 +02:00
parent 8da575c31b
commit 1deb42c971

View File

@ -15,7 +15,7 @@ In the container cd to `/opt/django-helpdesk/standalone` and run
python3 manage.py createsuperuser 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 Configuration for production use
-------------------------------------- --------------------------------------