VdqConfig
Overview
Class representing a Django application and its configuration.
ready
Override this method in subclasses to run code when Django starts.
Signature
ready(self)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes |
Source
server/vueda/vdq/apps.py:22
label
name
verbose_name
Source
server/vueda/vdq/apps.py:12