Debug = True allows the site to render correctly.

Where do I set the initial admin account credentials when hosting
using the dev server again?

I'll likely only be working with svn 1.4.6 since I don't have admin
access to our repo server.

On Dec 16, 6:16 pm, "Christian Hammond" <chip...@chipx86.com> wrote:
> Ah good :) Wanted to make sure, because some people do try to use it for
> production purposes and then run into problems.
>
> Let me know what the results are with DEBUG = True and a modern SVN. If it's
> still broken, look at one of the pages and see what paths it's using for,
> say, CSS files. That may help to debug this.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> VMware, Inc.
>
> On Tue, Dec 16, 2008 at 5:11 PM, SamClark <pimp.roc...@gmail.com> wrote:
>
> > I'm not planning on using the dev server for a production deployment.
> > I'm just looking for a short-term solution to investigate review
> > board's functionality while I hack away at some apache/django
> > tutorials. I also want to verify that my apache setup is indeed the
> > issue.
>
> > On Dec 16, 4:46 pm, "Christian Hammond" <chip...@chipx86.com> wrote:
> > > First off, the dev server should never be used for anything but
> > development.
> > > It is single-threaded and can only handle one request at a time. That
> > means
> > > a browser can't download several images, javascript files, etc.
> > > simultaneously, and if one client is rendering a diff, everything else is
> > > fully blocked.
>
> > > That said, manage.py runserver should still work. If the pages aren't
> > > rendering, it's likely due to not finding the media files. The first
> > thing
> > > to check is that you're running a modern SVN. For a short time (about a
> > > week, maybe?), runserver was using the wrong directory for media files.
>
> > > The second thing to check is that you have DEBUG=True in
> > settings_local.py,
> > > so that runserver will serve the media files.
>
> > > If this is indeed for production use, I must stress again, don't use
> > > runserver. It's not the correct solution and will cause you nothing but
> > > headaches. We should instead find out what's not working with your Apache
> > > install/configuration and get that working.
>
> > > Christian
>
> > > --
> > > Christian Hammond - chip...@chipx86.com
> > > VMware, Inc.
>
> > > On Tue, Dec 16, 2008 at 3:36 PM, SamClark <pimp.roc...@gmail.com> wrote:
>
> > > > Is it still possible to host review board using the django dev server?
> > > > I've tried > manage.py runserver localhost:8000 but the user interface
> > > > doesn't render properly. This is performed in the directory of a fresh
> > > > svn checkout.
>
> > > > I want to avoid using rb-site because I'm not having any luck serving
> > > > review board through apache due to my own inexperience.- Hide quoted
> > text -
>
> > > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to