Re: Possible error in the "Extension Configuration" documentation page

2018-04-15 Thread Christian Hammond
Oh, I missed that this was from an example in the docs. Yeah, that's certainly outdated. Thanks for pointing that out! We'll get that fixed up. Christian On Sun, Apr 15, 2018 at 8:45 AM, Meng-Zhe Zhang wrote: > Hi Christian. > > I kind of fixed it already, so no log can

Re: Possible error in the "Extension Configuration" documentation page

2018-04-15 Thread Meng-Zhe Zhang
Hi Christian. I kind of fixed it already, so no log can be provided for now... Sorry for that. But my point is, I just followed what's written on the manual page, it is not actually working? Quote from https://www.reviewboard.org/docs/manual/3.0/extending/extensions/configuration/ : This

Re: Possible error in the "Extension Configuration" documentation page

2018-04-15 Thread Christian Hammond
Yeah, the import doesn't work, but our code isn't doing that import. Do you have a full stack trace of the error I can see? Christian On Sun, Apr 15, 2018 at 8:32 AM, Meng-Zhe Zhang wrote: > Hi Christian > > I am using the bitnami reviewboard stack 3.0.5, which uses

Re: Possible error in the "Extension Configuration" documentation page

2018-04-15 Thread Meng-Zhe Zhang
Hi Christian I am using the bitnami reviewboard stack 3.0.5, which uses Django version 1.6.11. If I type in the import command in python prompt, it'll be like: >>> from django.conf.urls.defaults import url Traceback (most recent call last): File "", line 1, in ImportError: No module named

Re: Possible error in the "Extension Configuration" documentation page

2018-04-14 Thread Christian Hammond
Hi, What version of Django do you have installed? And can you confirm the version of Review Board? That error does not seem right. The log location can be customized in Logging Settings. Christian On Sat, Apr 14, 2018 at 14:51 Meng-Zhe Zhang wrote: > Dear all: > >