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 ImportError when 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'
class PlanningPokerConfig(app_name, app_module)[source]
default = True
default_auto_field = 'django.db.models.AutoField'
name = 'planning_poker'
verbose_name = 'Planning Poker'
ready()[source]

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