Fix example project's index URL resolution for Django 1.10
Changes include:
- replacing the dotted path by the URL name in the example project's index RedirectView. This is necessary because the ability to resolve URLs using dotted Python paths was removed in Django 1.10 (see: https://docs.djangoproject.com/en/dev/releases/1.10/#features-removed-in-1-10)