Update the rbdemo extension for Review Board 5.0

Review Request #12201 — Created March 24, 2022 and submitted — Latest diff uploaded

Information

rb-extension-pack
master

Reviewers

This change updates the rbdemo extension (used to handle authentication
and data management for the demo server) for Review Board 5.0.x and
Django 3.2.

Installed and activated the demo server extension. Saw that I could log
in with guest credentials.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Update the rbdemo extension for Review Board 5.0
This change updates the rbdemo extension (used to handle authentication and data management for the demo server) for Review Board 5.0.x and Django 3.2. Testing Done: Installed and activated the demo server extension. Saw that I could log in with guest credentials.
db8bd19fec6ba9fb36dcf2a2dcb714c79a52b3c8 David Trowbridge
rbdemo/setup.py
rbdemo/rbdemo/__init__.py
rbdemo/rbdemo/auth_backends.py
rbdemo/rbdemo/extension.py
rbdemo/rbdemo/forms.py
rbdemo/rbdemo/management/__init__.py
rbdemo/rbdemo/management/commands/__init__.py
rbdemo/rbdemo/management/commands/dump-demo-data.py
rbdemo/rbdemo/management/commands/reset-demo.py
Loading...