Hacker News new | ask | show | jobs
by arocks 4055 days 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...

[2]: https://github.com/mineta/taskbuster-boilerplate/blob/master...

2 comments

Thanks arocks! I'll update that!
Done! :-)
Can you point me to a list of such recommendations for Django 1.8? Are these official ones?