5 ms·
It will surely work in Django 1.8. But whether the Django 1.8 recommendations like turning `urlpattern` into a list [1] or using `TEMPLATES` setting [2] have be
by arocks 11y ago
It will surely work in Django 1.8. But whether the Django 1.8 recommendations like turning `urlpattern` into a list [1] or using `TEMPLATES` setting [2] have been applied is a different matter altogether.
[1]: https://github.com/mineta/taskbuster-boilerplate/blob/master/taskbuster/urls.py#L7 https://github.com/mineta/taskbuster-boilerplate/blob/master...
[2]: https://github.com/mineta/taskbuster-boilerplate/blob/master/taskbuster/settings/base.py#L98 https://github.com/mineta/taskbuster-boilerplate/blob/master...
- graffitici 11y agoCan you point me to a list of such recommendations for Django 1.8? Are these official ones?
- amarsahinovic 11y agoIt is in the official release notes: https://docs.djangoproject.com/en/1.8/releases/1.8/#template-related-settings https://docs.djangoproject.com/en/1.8/releases/1.8/#template... https://docs.djangoproject.com/en/1.8/releases/1.8/#django-conf-urls-patterns https://docs.djangoproject.com/en/1.8/releases/1.8/#django-c...
- marinamele 11y agoThanks arocks! I'll update that!
- marinamele 11y agoDone! :-)