File: settings.py

package info (click to toggle)
python-django-mptt 0.13.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,256 kB
  • sloc: python: 4,964; javascript: 317; makefile: 119; sh: 15
file content (5 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
from django.conf import settings


"""Default level indicator. By default is `'---'`."""
DEFAULT_LEVEL_INDICATOR = getattr(settings, "MPTT_DEFAULT_LEVEL_INDICATOR", "---")