Scale back changes to rbext a bit.
Review Request #10908 — Created Feb. 19, 2020 and submitted — Latest diff uploaded
I had made some changes to the rbext tool to completely initialize
Review Board, but this was excessive and had some unintended side
effects (such as requiring me to not collectstatic in the test runner
due to weird errors, and unwanted logging setup). I've scaled this back
to just load django apps before running the tests.
Used
rbext test
successfully.