Fix tests

This commit is contained in:
Kristofers Solo 2023-04-10 14:02:42 +03:00
parent 2d68f8da80
commit 4635bffc9f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from django.contrib import admin # from django.contrib import admin
from .host.models import HostingPlatform, ProjectHostingPlatform from .host.models import HostingPlatform, ProjectHostingPlatform
from .language.models import ProgrammingLanguage, ProjectProgrammingLanguage from .language.models import ProgrammingLanguage, ProjectProgrammingLanguage

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = FOSSDB-Web name = FOSSDB-Web
description = Open-Source Software Database Website description = Free and Open-Source Software Database Website
author = Kristofers Solo author = Kristofers Solo
license = GPL3 license = GPL3
license_files = LICENSE license_files = LICENSE