-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNOTES
More file actions
26 lines (14 loc) · 870 Bytes
/
Copy pathNOTES
File metadata and controls
26 lines (14 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Exception Type: ImportError
Exception Value:
No module named 'django.conf.urls.defaults'
Exception Location: /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/django_likes-0.1-py3.4.egg/likes/urls.py in <module>, line 1
Python Executable: /Library/Frameworks/Python.framework/Versions/3.4/bin/python3
django.conf.urls.defaults has been removed in Django 1.6. If the problem was in your own code, you would fix it by changing the import to
from django.conf.urls import patterns, url, include
====
Exception Type: NoReverseMatch
Exception Value:
'url' requires a non-empty first argument. The syntax changed in Django 1.5, see the docs.
Exception Location: /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/django/template/defaulttags.py in render, line 424
Python Executable:
python3.2 - u''