ox.apps.auth
Authentication and permission system integration. It uses django-caps for object
permission system.
ox.apps.auth.apps
- class ox.apps.auth.apps.AppConfig(*args, **kwargs)[source]
- icon: str = 'mdi-account-group-outline'
Material design icon class.
- npm_package: str | None = '@oxylus/auth'
Name of the corresponding NPM package to look up for.
Defaults to app label.
- root_url: str = 'ox/auth'
Provide an alternative to app label when we target application in paths.
For example Oxylus will nest template directories as
ox/core/instead ofox_core. The same happens for urls.