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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
SocialQA's avatar
265
SocialQA
asked 12 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Fitoria's avatar
1.1k
Fitoria
answered 12 years ago
link

Comments

see more comments