```
ModuleNotFoundError: No module named 'tzdata'
(...)
backports.zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with
key Asia/Hanoi'
```
Let me know if you need more info/logs
Related to this pytz issue: https://github.com/stub42/pytz/issues/79
--
Ticket URL: <https://code.djangoproject.com/ticket/33922>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
Actually the problem is not in Django itself, I was creating a new
repository using only Django 3.2 and the problem does not exists.
In my case, the problem seems to be related to this package: django-
timezone-field
--
Ticket URL: <https://code.djangoproject.com/ticket/33922#comment:1>
Comment (by Carlton Gibson):
This looks like a duplicate of #33814, related to the move to use
`ZoneInfo`.
Your system likely doesn't have the timezone database installed, so `pip
install tzdata` should resolve it for you.
--
Ticket URL: <https://code.djangoproject.com/ticket/33922#comment:2>