use signal for default label creation

This commit is contained in:
Élie Bouttier 2014-08-05 23:30:06 -07:00
parent 7f06544ece
commit 63adeefce1
5 changed files with 24 additions and 8 deletions

10
issue/apps.py Normal file
View 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