use signal for default label creation
This commit is contained in:
parent
7f06544ece
commit
63adeefce1
5 changed files with 24 additions and 8 deletions
10
issue/apps.py
Normal file
10
issue/apps.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class IssueConfig(AppConfig):
|
||||
|
||||
name = 'issue'
|
||||
verbose_name = "Issue Tracker"
|
||||
|
||||
def ready(self):
|
||||
import issue.signals
|
Loading…
Add table
Add a link
Reference in a new issue