django-eav2/eav/settings.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
56 B
Python
Raw Permalink Normal View History

from typing import Final
2023-11-30 18:05:20 +00:00
CHARFIELD_LENGTH: Final = 100