Описание приложения для красивости админки
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
from django.apps import AppConfig
|
from django.apps import AppConfig
|
||||||
|
from django.utils.translation import gettext_lazy
|
||||||
|
|
||||||
|
|
||||||
class WebConfig(AppConfig):
|
class WebConfig(AppConfig):
|
||||||
default_auto_field = 'django.db.models.BigAutoField'
|
default_auto_field = 'django.db.models.BigAutoField'
|
||||||
name = 'web'
|
name = 'web'
|
||||||
|
verbose_name = gettext_lazy("САЙТ")
|
||||||
|
|||||||
Reference in New Issue
Block a user