Issue 640: Admin->Settings->General->Site Settings->Server adds an extra
slash to the end of the url.
http://code.google.com/p/reviewboard/issues/detail?id=640
Comment #10 by chipx86:
Two more things I recommend trying:
1) Go back to Django 1.0 and see if it fixes this problem at all.
2) Run ./manage.py shell and type the following:
>>> from djblets.siteconfig.models import SiteConfiguration
>>> siteconfig = SiteConfiguration.objects.get_current()
>>> print siteconfig.settings
Send that to me. There's probably nothing really in there aside from domain
names
that are sensitive, but if you feel better, you can e-mail me directly with
the
information.
We know there's a problem if it doesn't look like: {stuff here}
That is, if it's an empty string or begins/ends with quotes, something went
really badly.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en
-~----------~----~----~----~------~----~------~--~---