[Answer]-Django-generic-ratings installation gives error: No module named default

1👍

for linux
go to: cd usr/local/lib/python2.7/dist-packages/ratings/

open: urls.py
change:from django.conf.urls.default import patterns,url
to :from django.conf.urls import patterns,url

Leave a comment