Skip to content
Snippets Groups Projects
Select Git revision
  • cd1e0c1124efb8a94cf2f264bf47d6b8ba54e00d
  • master default protected
  • develop protected
  • feat_remove_attr
  • python2.7
  • python3.8
6 results

FindCorpus2.cmake

Blame
  • choices.py 235 B
    from django.db import models
    from django.utils.translation import gettext_lazy as _
    
    
    class UnifiedFrameStatus(models.TextChoices):
        PROCESSING = "O", _("w obróbce")
        READY = "G", _("gotowe")
        VERIFIED = "S", _("sprawdzone")