Correct. You need to have a real site installation using rb-site if you want to actually host a Review Board sever. You shouldn't use the built-in server or DEBUG=True on any sort of production install.
Christian -- Christian Hammond - [email protected] Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Thu, May 21, 2009 at 11:35 PM, mahesh <[email protected]> wrote: > > Never mind; I've found it out; it is indeed programmed that way in > urls.py > > # Add static media if running in DEBUG mode > if settings.DEBUG: > > > > On May 22, 11:14 am, mahesh <[email protected]> wrote: > > Correction :- it is settings_local.py > > > > On May 22, 11:13 am, mahesh <[email protected]> wrote: > > > > > Hi, > > > > > I am (trying to) run RB on windows XP and my images, media does not > > > appear if > > > DEBUG=False is set in settings.py. > > > > > However if I set it to True; it shows up, if I am missing anything ? > > > > > Thx/Mahesh > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
