#32644: TemplateDoesNotExist for templates in local apps
---------------------------------+--------------------------------------
Reporter: Ron | Owner: nobody
Type: Bug | Status: closed
Component: Template system | Version: 3.2
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
---------------------------------+--------------------------------------
Changes (by Mariusz Felisiak):
* status: new => closed
* resolution: => invalid
Comment:
Yes, `DIRS` should contain full paths as
[https://docs.djangoproject.com/en/3.2/ref/templates/api/#the-dirs-option
documented], so in your case `'DIRS': [BASE_DIR / 'templates']`. It works
for me with the described project structure. Please use one of
[https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
support channels] if you still have an issue with templates.
--
Ticket URL: <https://code.djangoproject.com/ticket/32644#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/064.6eaad207a3c3865a578bf1f4a95fd44d%40djangoproject.com.