What version are you running?
1.5 RC2
Below are the different configs and error pages i get
Error:
Page not found (404)
Request Method: GET
Request URL: http://developer.cdp.com/
Using the URLconf defined in djblets.util.rooturl, Django tried these URL patterns, in this order:
^reviewboard/
The current URL, , didn't match any of these.
Config:
# Extra site information.
SITE_ID = 1
SITE_ROOT = '/reviewboard/'
FORCE_SCRIPT_NAME = ''
DEBUG = True
-----------------------
Error:
Page not found (404)
Request Method: GET
Request URL: http://developer.cdp.com//
Using the URLconf defined in djblets.util.rooturl, Django tried these URL patterns, in this order:
^reviewboard/
The current URL, , didn't match any of these.
Config:
# Extra site information.
SITE_ID = 1
SITE_ROOT = '/reviewboard/'
FORCE_SCRIPT_NAME = '/'
DEBUG = True
What else should I try?