You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ideal way to test it, in my humble opinion, is to use this package in Jarbas. The roadmap would look like this:
Get Jarbas running inside this package's Poerty virtualenv so we can import from this package
Delete jarbas/public_admin directory
Create an insance of public_admin.PublicAdminSite in jarbas/dashboard/admin.py (public_apps would be ("chamber_of_deputies",) and public_models would be ("reimbursement",)
Check whether or not this breaks Jarbas Dashboard on the browser
Check whther no-read-only endpoitns are still non-existent
The text was updated successfully, but these errors were encountered:
The ideal way to test it, in my humble opinion, is to use this package in Jarbas. The roadmap would look like this:
jarbas/public_admin
directorypublic_admin.PublicAdminSite
injarbas/dashboard/admin.py
(public_apps
would be("chamber_of_deputies",)
andpublic_models
would be("reimbursement",)
The text was updated successfully, but these errors were encountered: