mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
7 lines
117 B
Python
Executable File
7 lines
117 B
Python
Executable File
from django.contrib import admin
|
|
|
|
from .models import Books
|
|
|
|
# Register your models here.
|
|
admin.site.register(Books)
|