Skip to content
Snippets Groups Projects
Commit 5a783175 authored by Andrew Waterhouse's avatar Andrew Waterhouse
Browse files

Models added to DB

parent 629f2f85
No related branches found
No related tags found
No related merge requests found
from django.contrib import admin
from annotator.models import Biounit, Ligand
# Register your models here.
admin.site.register(Biounit)
admin.site.register(Ligand)
\ No newline at end of file
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment