Admin label is now settable

This commit is contained in:
Ilan Steemers
2015-06-28 14:25:42 +02:00
parent 9bd3b1fa40
commit c3475c9278
+2 -1
View File
@@ -1,6 +1,7 @@
from django.apps import AppConfig
from .conf import LABEL
class DjangoQConfig(AppConfig):
name = 'django_q'
verbose_name = "Django Q"
verbose_name = LABEL