Changes between Initial Version and Version 2 of Ticket #21948
- Timestamp:
- Feb 4, 2014, 11:48:36 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21948
- Property Component Uncategorized → Documentation
- Property Easy pickings set
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → Cleanup/optimization
-
Ticket #21948 – Description
initial v2 8 8 }}} 9 9 10 10 and that `django.template.loaders.filesystem.Loader` must come before `django.template.loaders.app_directories.Loader`. 11 11 12 12 This confused me for a long time, mainly because the default settings.py created with `django-admin.py startproject myproject` doesn't contain any of those settings.