Skip to content

Commit

Permalink
Merge pull request #171 from usegalaxy-au/deprecate-labs
Browse files Browse the repository at this point in the history
Deprecate exported labs
  • Loading branch information
neoformit authored Nov 11, 2024
2 parents 0f0b34f + ced38bb commit 7a84fff
Show file tree
Hide file tree
Showing 88 changed files with 49 additions and 6,107 deletions.
3 changes: 1 addition & 2 deletions webapp/home/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from django.contrib.auth.admin import UserAdmin as BaseUserAdmin
from django.conf import settings

from .models import CoverImage, MediaImage, Notice, Subsite, User
from .models import CoverImage, MediaImage, Notice, User
from .admin_forms import NoticeAdminForm, UserCreationForm, UserChangeForm


Expand Down Expand Up @@ -113,4 +113,3 @@ class CoverImageAdmin(admin.ModelAdmin):
admin.site.unregister(Group)
admin.site.register(MediaImage, MediaImageAdmin)
admin.site.register(CoverImage, CoverImageAdmin)
admin.site.register(Subsite)
62 changes: 0 additions & 62 deletions webapp/home/lab_cache.py

This file was deleted.

Loading

0 comments on commit 7a84fff

Please sign in to comment.