ModuleNotFoundError at /
No module named 'django.urls' enter image description here
You cannot use django-redux 2.0 with django version less than 1.11. Quote from django-redux changelog:
Version 2.0, 05 December, 2017 * BACKWARDS-INCOMPATIBLE CHANGE: Remove support for Django < 1.11.
You need to install previous version to use it with django 1.8:
pip install django-registration-redux==1.8