astrosat / safers-dashboard-api

Common API Gateway for SAFERS
MIT License
0 stars 1 forks source link

refactor organizations and roles #323

Closed allynt closed 1 year ago

allynt commented 1 year ago

Refactored Organizations and Roles to use CachedTransientModelManagers. This allows the actual content to come from remote API's while the views, serializers, models, etc. to still use standard django and django-rest-framework classes.