Apps¶
- class ChannelsPresenceConfig(app_name, app_module)[source]¶
This has to be currently overridden because django-channels-presence’s app config’s name is different from the name of the python package, which leads to an
ImportErrorwhen Django tries to populate the installed apps. This config can be removed once it is fixed upstream.- default_auto_field = 'django.db.models.AutoField'¶
- name = 'channels_presence'¶
- verbose_name = 'Channels Presence'¶