ReleaseConfig
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/release/apps.py:15
label
name
verbose_name
Source
server/vueda/release/apps.py:10