Hello everyone!
I am not entirely sure, whether this is the right way to ask for help, but 
I am really struggling to register my Model to be displayed on the admin 
page. 
I am currently using Reviewboard 3.0.21.

I have a small model which needs to be displayed: SoftwareProjectModel
has_admin_site is set to True. 

In admin.py, I write the following: 
-----------------------------------------------------
from myextension.extension import MyExtension
from  myextension.models import SoftwareProjectModel

# Register the Model so it will show up in the admin site.
MyExtension.admin_site.register(SoftwareProjectModel)
-----------------------------------------------------

Within Review Boards admin panel -> Manage Extensions it says: 
[image: 2021-04-23 Reviewboard admin register issue.png]

Does anybody know what the problem could be?

I do not know whether this information is suffice, or whether more input is 
needed to make an educated guess.

I am more than happy to supply you with more details, if necessary.

-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/20ef019f-df70-4ae7-b9dd-dcc15fa50bban%40googlegroups.com.

Reply via email to