Added the accounting models to the administration.
This commit is contained in:
parent
48d9d742ec
commit
cde10aed91
@ -1,3 +1,8 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
from .models import Subject, Transaction, Record
|
||||
|
||||
admin.site.register(Subject)
|
||||
admin.site.register(Transaction)
|
||||
admin.site.register(Record)
|
||||
|
Loading…
Reference in New Issue
Block a user