On Friday, February 7, 2014 8:15:47 AM UTC+2, Christian Hammond wrote: > > > On the server, run: > > rb-site manage /path/to/site runserver 0.0.0.0:8080 > > (Or pick another port if that is taken.) > > That's going to make use of Django's built-in single-threaded development > server. You can then repeat the request using that port and see if you > still get the 3 second delay. > > Same results:
-2014-02-07 08:29:43-- http://localhost:8181/ Resolving localhost (localhost)... 127.0.0.1 Connecting to localhost (localhost)|127.0.0.1|:8181... connected. HTTP request sent, awaiting response... 301 MOVED PERMANENTLY Location: http://localhost:8181/dashboard/ [following] --2014-02-07 08:29:46-- http://localhost:8181/dashboard/ Connecting to localhost (localhost)|127.0.0.1|:8181... connected. HTTP request sent, awaiting response... 302 FOUND Location: http://localhost:8181/account/login/?next_page=/dashboard/ [following] --2014-02-07 08:29:49-- http://localhost:8181/account/login/?next_page=/dashboard/ So .. database issue? I've tried connecting with psql, no problem there. My database config: 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'reviewboard', 'USER': 'reviewboard', 'PASSWORD': 'xxxxxxxxxx', 'HOST': 'localhost', 'PORT': '', }, -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
