Note

This is a public alpha release, and therefore features and functionality may change and the software and documentation may contain technical bugs or other issues. If you discover any issues please consider registering a GitHub issue.

profiles.apps module

class profiles.apps.ProfilesConfig(app_name, app_module)[source]

Bases: django.apps.config.AppConfig

static create_groups()[source]

Create the necessary groups for Application and Data Source managers.

name = 'profiles'
ready()[source]

Override this method in subclasses to run code when Django starts.