add redmine project name mapping for godo.js

This commit is contained in:
Frédéric Péters 2022-01-24 16:53:36 +01:00
parent 069305c052
commit 0d0b25bd2c
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ class Module(models.Model):
mapping = {
'authentic2': 'authentic',
'python-django-mellon': 'django-mellon',
'godo.js': 'godo',
}
return mapping.get(self.name) or self.name