mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Some refactoring between accounting and counter
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from counter.models import Counter
|
||||
from counter.models import *
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(Customer)
|
||||
admin.site.register(ProductType)
|
||||
admin.site.register(Product)
|
||||
admin.site.register(Counter)
|
||||
|
Reference in New Issue
Block a user