Skip to content

Commit

Permalink
Remove the ArchivedProject model.
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Sep 25, 2024
1 parent cdffa90 commit 7ced7d5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion physionet-django/project/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def get_queryset(self, request):
admin.site.register(models.Reference)
admin.site.register(models.Topic)
admin.site.register(models.Affiliation)
admin.site.register(models.ArchivedProject)
admin.site.register(models.Contact)
admin.site.register(models.ContentType)
admin.site.register(models.CopyeditLog)
Expand Down
32 changes: 0 additions & 32 deletions physionet-django/project/modelcomponents/archivedproject.py

This file was deleted.

1 change: 0 additions & 1 deletion physionet-django/project/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from project.modelcomponents.access import *
from project.modelcomponents.activeproject import *
from project.modelcomponents.archivedproject import *
from project.modelcomponents.authors import *
from project.modelcomponents.coreproject import *
from project.modelcomponents.fields import *
Expand Down

0 comments on commit 7ced7d5

Please sign in to comment.