Final Refactoring before alpha release

This commit is contained in:
Mike Young
2019-11-20 00:55:16 -05:00
parent 5593235212
commit 600ae55766
168 changed files with 11 additions and 43 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)