Skip to content
Snippets Groups Projects
Unverified Commit d80b6dbc authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh.deposit.admin: Clean up unused code

parent d0c39d29
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2017 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
from django.contrib import admin
from .models import Deposit, DepositCollection, DepositRequestType
from .models import DepositClient
admin.site.register(DepositClient)
admin.site.register(Deposit)
admin.site.register(DepositCollection)
admin.site.register(DepositRequestType)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment