I have I configured and deploy the application. But when I going to read some comment I will get following exception, Exception Type: SiteProfileNotAvailable Exception Value: You need to set AUTH_PROFILE_MODULE in your project settings But I haven't any idea to how too set proper value for "AUTH_PROFILE_MODULE" (under src\collab\collab\settings.py). Now I am using following values, application name is 'idea' I have created user call 'dev' AUTH_PROFILE_MODULE = 'idea.dev' Can you please tell me how can I derive that values ? Thanks.
I have I configured and deploy the application. But when I going to read some comment I will get following exception,
Exception Type: SiteProfileNotAvailable
Exception Value: You need to set AUTH_PROFILE_MODULE in your project settings
But I haven't any idea to how too set proper value for "AUTH_PROFILE_MODULE" (under src\collab\collab\settings.py).
Now I am using following values,
application name is 'idea'
I have created user call 'dev'
AUTH_PROFILE_MODULE = 'idea.dev'
Can you please tell me how can I derive that values ?
Thanks.