mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Refactored for better packaging
This commit is contained in:
6
src/interface/admin.py
Executable file
6
src/interface/admin.py
Executable file
@@ -0,0 +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