django-staticfiles was replaced with django.contrib.staticfiles
in dbcd1bf430.
The common/djangoapps/microsite_configuration/templatetags/microsite.py
file was still trying to import the old staticfiles package,
breaking the app on fresh installations.