Administrative requirements for the marketplace should be determined.
- Administrative access is currently offered via both a marketplace-custom admin page and via the Django admin site.
- Administrative privilege over the marketplace main site may currently be offered only via
is_superuser
- Access and privilege within the custom admin page is granted by
initial_type, (which suggests consideration)
- Fine-grained permissions within the Django site appear to remain controlled via database-backed tables, (which the app doesn't otherwise consider)
Documentation
Originally posted by @jesteria in #27 (comment)
Administrative requirements for the marketplace should be determined.
is_superuserinitial_type, (which suggests consideration)Documentation
Originally posted by @jesteria in #27 (comment)