diff --git a/scrutiny/projects/models.py b/scrutiny/projects/models.py index b04aafc..6828dd1 100644 --- a/scrutiny/projects/models.py +++ b/scrutiny/projects/models.py @@ -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