testbot_webui.polls.apps

Module Contents

Classes

PollsConfig

Class representing a Django application and its configuration.

class testbot_webui.polls.apps.PollsConfig(app_name, app_module)[source]

Bases: django.apps.AppConfig

Class representing a Django application and its configuration.

default_auto_field = 'django.db.models.BigAutoField'[source]
name = 'polls'[source]