Files
rogaining_srv/rog/choices.py
2022-02-22 20:21:57 +05:30

5 lines
100 B
Python

from django.utils.translation import gettext_lazy as _
LAYER_CHOICES = (
(1, _("locations")),
)