a module error which was not there before
What's the error?
I checked out the code but I got this error:
File "hubtree/cms/urls.py", line 6, in <module>
from django.urls import path, views
ImportError: cannot import name 'views'
Which seems to be correct (there's no 'views' in 'django.urls')