Each time a query was made to fetch the events, this warning was thrown in the console logs :
/usr/local/lib/python3.7/site-packages/django/db/models/fields/__init__.py:1427: RuntimeWarning: DateTimeField Event.ends_at received a naive datetime (2022-10-24 18:49:53.214774) while time zone support is active.
RuntimeWarning)
Each time a query was made to fetch the events, this warning was thrown in the console logs :