You should not be using "manage.py runserver" for a production deployment. Instead, you should run it with a wsgi gateway such as apache or gunicorn.
-David On Sun, Mar 13, 2016 at 5:32 PM 赵瑞营 <[email protected]> wrote: > hello, > I have installed the Reviewboard-2.5.3 with Nginx-1.4.5 > successfully,but Submit a pitch file with the web failed. > The djando service: > #python manage.py runserver 0.0.0.0:8000 > bug: > [14/Mar/2016 08:17:30] "POST /api/validation/diffs/ HTTP/1.0" 200 14 > [14/Mar/2016 08:17:30] "POST /api/review-requests/ HTTP/1.0" 201 623 > [14/Mar/2016 08:17:31] "POST /api/review-requests/11/diffs/ HTTP/1.1" > 401 70 > > > The Nginx :uwsgi_pass 127.0.0.1:8005,and proxy to django > > Thank you! > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://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/d/optout. > -- -David -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://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/d/optout.
