mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Display template, book list, and admin page changes.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from .models import Books
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(Books)
|
||||
|
||||
Reference in New Issue
Block a user