-1

ModuleNotFoundError at /

No module named 'django.urls' enter image description here

sagar
  • 79
  • 3
  • 8

1 Answers1

0

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
neverwalkaloner
  • 46,181
  • 7
  • 92
  • 100