a65b50f48c
django (since 1.10) supports this and internally will use staticfiles if django.contrib.staticfiles is in INSTALLED_APPS (which is the case). this should fix the deprecation warnings we got. also: require django >= 1.11.0.