First time here? Check out the FAQ!
0

removing deps

I have removed deps from MIDDLEWARE_CLASSES, INSTALLED_APPS and AUTHENTICATION_BACKENDS but I realized I still have to keep it here:

site.addsitedir(os.path.join(ASKBOT_ROOT, 'deps'))

If I remove it will complain about group_messages...

Can someone explain why deps need to be in that line.

SocialQA's avatar
265
SocialQA
asked 2013-04-06 20:59:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

This line adds the "group_messaging" and the auth_openid app to the PYTHONPATH to be able to be imported as "group_messaging" in the INSTALLED_APPS settings.

Fitoria's avatar
1.1k
Fitoria
answered 2013-04-08 11:40:12 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments