Skip to content
Snippets Groups Projects
Commit 138d7f4f authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

fix: gettext

parent 8a20d690
No related branches found
No related tags found
3 merge requests!253major: switched to Django 4.2, python 3.11 and improved performances,!252update: added an ordering on models to prevent warning: Pagination may yield...,!250Perf
Pipeline #15110 failed
......@@ -2,8 +2,7 @@ from hashlib import md5
from Cryptodome.PublicKey import RSA
from django.db import models
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
class RSAKey(models.Model):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment