You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2023. It is now read-only.
I found this error while running django 1.6. This error occurs because django.conf.urls.defaults has been removed in Django 1.6. It can be fixed by changing the import to
from django.conf.urls import patterns, url, include