Hi,
I'm trying to learn how to use Django through the 'Writing your first Django app'-tuorial. I have reached the step where you create a superuser and you need to start the server and go to the local domain and see the admin login screen. I don't see the admin login screen, I see a message that says
'A server error occurred. Please contact the administrator.'
and in the command prompt it says
'File "C:\Users\lbl\Anaconda3\envs\reports\lib\site-packages\pytz\__init__.py", line 181, in timezone
raise UnknownTimeZoneError(zone)
pytz.exceptions.UnknownTimeZoneError: 'UTC+01:00''
I am working on a Windows computer, so it might be something about the time settings on the computer not being convertible with the settings in Django. Does anyone know how to fix this? :)
I am very new to this, so please forgive me for being a newbie in some aspects!