Remove admin modification of models
This commit is contained in:
parent
0e1c1be189
commit
4c75cb460d
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
from django.contrib import admin
|
||||
|
||||
from .models import Category, Invoice, Snapshot, Transaction
|
||||
|
||||
admin.site.register(Transaction)
|
||||
admin.site.register(Invoice)
|
||||
admin.site.register(Category)
|
||||
admin.site.register(Snapshot)
|
Loading…
Reference in a new issue