Refactored for better packaging

This commit is contained in:
Mike Young
2019-11-20 00:49:40 -05:00
parent 98fd28dc3f
commit 37fe006da5
169 changed files with 28672 additions and 2 deletions

6
src/interface/admin.py Executable file
View File

@@ -0,0 +1,6 @@
from django.contrib import admin
from .models import Books
# Register your models here.
admin.site.register(Books)