I just Installed reviewboard on my and the Problem I am facing is that if I set DEBUG=True in seetings_local.py
Then when I run ./manage.py runserver IP_addr_where _revieboard_is_running:8000 then I get ****************output****************************************************** Running dependency checks (set DEBUG=False to turn this off)... Django 1.0 is required. Please see http://code.google.com/p/reviewboard/wiki/GettingStarted for help setting up Review Board. ******************************************************************************** And the server does not start BUT if I set DEBUG=FALSE in settings_local.py and run ./manage.py runserver IP_addr_where _revieboard_is_running:8000 then the server runs. ****************output****************************************************** Validating models... 0 errors found Django version 1.0.2 final, using settings 'reviewboard.settings' Development server is running at http://10.4.10.52:8000/ Quit the server with CONTROL-C. ******************************************************************************* Can anyone help with this Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "reviewboard" 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?hl=en -~----------~----~----~----~------~----~------~--~---
