#279 closed defect (duplicate)
[patch] TemplateDoesNotExist on Windows
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | 1.1 |
Severity: | normal | Keywords: | TemplateDoesNotExist windows escaping settings admin.py |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I just set up a project using the latest copy from the repository, and my settings/admin.py's TEMPLATE_DIRS ended up containing someth
'C:\dev\django-svn runk\django\conf/admin_templates',
where the spaces indicate an actual tab. Oops! Replacing the line with
r'C:\dev\django-svn\trunk\django\conf\admin_templates',
fixed the problem.
Change History (3)
comment:1 by , 19 years ago
comment:2 by , 18 years ago
Summary: | TemplateDoesNotExist on Windows → [patch] TemplateDoesNotExist on Windows |
---|
comment:3 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
A fix: