-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
django.template.exceptions.TemplateDoesNotExist #15
Comments
Hi, can you include some information why/how this might be caused by |
TemplateDoesNotExist
this can be reproduced if you try to render phone field in a |
Hi, I tried rendering |
Hi, I get the same issue when I tried to load the admin site and add an instance |
Having this issue too. |
Experiencing this as well on Django 4.2 when attempting to include a phone field on the user update form in the admin interface. EDIT: This is most likely because I forgot to add it to my |
I am getting the following errors when I run python manage.py runserver
The text was updated successfully, but these errors were encountered: