mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-30 03:34:48 +00:00
parent
86933b6774
commit
540ead383c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
|||
from django.db.models import signals
|
||||
from django.apps import AppConfig
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class ConstanceConfig(AppConfig):
|
||||
name = 'constance'
|
||||
verbose_name = 'Constance'
|
||||
verbose_name = _('Constance')
|
||||
|
||||
def ready(self):
|
||||
super().ready()
|
||||
|
|
|
|||
Loading…
Reference in a new issue