Commit 8d112ad8 authored by Stefan Gomez's avatar Stefan Gomez

Populated the models associated with the bookshelf app.

parent 488a3d1c
...@@ -2,7 +2,7 @@ from django.contrib import admin ...@@ -2,7 +2,7 @@ from django.contrib import admin
from.models import Author, Books from.models import Author, Books
class AuthortAdmin(admin.ModelAdmin): class AuthorAdmin(admin.ModelAdmin):
model = Author model = Author
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment