Display template, book list, and admin page changes.

This commit is contained in:
Mike Young
2019-11-17 10:22:17 -05:00
parent 5f41716b63
commit 5255eff365
3 changed files with 31 additions and 10 deletions

View File

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