ansibleguy / webui

Basic WebUI for using Ansible
https://webui.ansibleguy.net
GNU General Public License v3.0
83 stars 6 forks source link

Problem: Crashing on Request if AW_TIMEZONE is set #21

Closed ansibleguy closed 6 months ago

ansibleguy commented 6 months ago

Versions

0.0.15

Scope

Backend (API)

Issue

Something about the timezone handling is buggy. If one supplies the AW_TIMEZONE env-var (CET in my test-case) - it will break the request handling. Probably because it is referenced in the settings.py of django