File: apps.py

package info (click to toggle)
python-django-mptt 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,180 kB
  • sloc: python: 5,135; javascript: 360; makefile: 132; sh: 12
file content (7 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _


class MpttConfig(AppConfig):
    name = "mptt"
    verbose_name = _("mptt")