Revision history  [back]

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.