No module named defaults #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Error with django 1.7 :
(Maybe this is the solution?: from django.conf.urls import patterns, include, url)
Request Method: GET
Request URL: http://127.0.0.1:8000/
Django Version: 1.7.1
Exception Type: ImportError
Exception Value:
No module named defaults
Exception Location: /usr/local/lib/python2.7/dist-packages/twython_django_oauth/urls.py in , line 1
Python Executable: /usr/bin/python
Python Version: 2.7.3
Manually edit the urls.py file of twython package and change ,
from django.conf.urls.defaults to,
from django.conf.urls