It's not ready for real use. You won't have any luck with it until we get around to updating it for the latest changes in 2.0.
Christian On Sunday, June 1, 2014, Anshu Prateek <[email protected]> wrote: > hi, > > How can I use OpenID auth extension? ( > https://reviews.reviewboard.org/r/5199/diff/) > I couldnt find the source code at > https://github.com/reviewboard/rb-extension-pack; so I generated it from > the diff downloaded from rb > > I had to make some changes to get it for working for django 1.6.. > > rbsocialauth/rbsocialauth/extension.py > 2c2 > < from django.conf.urls.defaults import include, patterns, url > --- > > from django.conf.urls import include, patterns, url > > (as per > http://stackoverflow.com/questions/19962736/django-import-error-no-module-named-django-conf-urls-defaults > ) > > I could get it installed but the server logs show this error.. > > 09:40:12 ERROR > > - Error loading extension rbsocialauth: No module named > rbsocialauth.extension > > > (On a related note , does rb support only django<1.6 ?) > > similarly, on syncdb, > > [anshup@isis ReviewBoard-2.0.1]$ sudo python reviewboard/manage.py syncdb > ERROR:root:Error loading extension rbsocialauth: No module named > rbsocialauth.extension > > > What all am I doing wrong? What is the right way to proceed about it? > > -- > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at http://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','reviewboard%[email protected]');> > . > For more options, visit https://groups.google.com/d/optout. > -- -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
