cfpb / idea-box

An application that lets an organization collect ideas, comment on them, and vote them up.
Creative Commons Zero v1.0 Universal
158 stars 49 forks source link

You need to set AUTH_PROFILE_MODULE in your project settings #100

Open edsonguimaraes opened 7 years ago

edsonguimaraes commented 7 years ago

Hi everyone!

I have installed ideabox last friday night. So when I try to put a comment I get an error message. The message follows bellow:

****Request Method: GET

http://127.0.0.1:8000/detail/3/ 1.5 SiteProfileNotAvailable

You need to set AUTH_PROFILE_MODULE in your project settings /usr/local/lib/python2.7/dist-packages/django/contrib/auth/models.py in get_profile, line 435 /usr/bin/python 2.7.12 ['/home/edson/idea-box-master', '/usr/local/lib/python2.7/dist-packages/pip-9.0.1-py2.7.egg', '/home/edson/idea-box-master/src/collab', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages'] Mon, 31 Jul 2017 15:32:59 -0500

I dont know how to fix it. I check another issue and tried to fix this problem, but I didnt get sucess. Thanks in advance