This commit is contained in:
Yohann D'ANELLO 2020-03-21 17:29:39 +01:00
parent b3bc30b72b
commit 2d0ba4750c
6 changed files with 45 additions and 37 deletions

View file

@ -3,7 +3,7 @@
from django.contrib import admin
from treasury.models import Billing, Product
from .models import Billing, Product
@admin.register(Billing)