django-html5-boilerplate
django-html5-boilerplate copied to clipboard
+ Replaces {% load staticfiles %} with {% load static %} + Updates the docs
https://github.com/mattsnider/django-html5-boilerplate/blob/09140a229626a622cba1b5049539a0f1825f01d8/dh5bp/templates/dh5bp/base.html#L1 For modern versions this should be: {% load staticfiles %} Fixing this and removing the {% load url from future %} in the created templates as mentioned by jillson...
Using Django 1.10, it appears the {% load url from future %} in the examples is both unnecessary and now not supported. (Actually, per https://stackoverflow.com/questions/5653497/django-load-url-from-future-yields-error-url-is-not-a-valid-tag-libra it looks like 1.9 is...
Nice to see you still using django, Matt. :+1: Consider using a format compatible with `startproject --template`: https://docs.djangoproject.com/en/1.4/ref/django-admin/#startapp-appname-destination