Opened 13 years ago
Closed 12 years ago
#211 closed defect (fixed)
Absolute template paths
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Sometime |
Component: | Infrastructure | Version: | |
Keywords: | Cc: | ||
Size: | tiny |
Description
settings.py says:
TEMPLATE_DIRS = ( # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. 'template', )
That should probably be an absolute path...
Change History (3)
comment:1 Changed 13 years ago by adehnert
- Size changed from default to tiny
comment:2 Changed 12 years ago by adehnert
comment:3 Changed 12 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in commit b4cc0cce93f05975e97797bbf943ae4e09d2e128: