mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
create comanda | detalhe comanda
This commit is contained in:
Binary file not shown.
@@ -2,7 +2,7 @@ from django.contrib import admin
|
||||
|
||||
from categories.models import Categories
|
||||
from clients.models import Client
|
||||
from comandas.models import Comanda
|
||||
from comandas.models import Comanda, ProductComanda
|
||||
from typePay.models import TypePay
|
||||
from products.models import Product
|
||||
from mesas.models import Mesa
|
||||
@@ -14,5 +14,6 @@ admin.site.register(Categories)
|
||||
admin.site.register(Client)
|
||||
admin.site.register(Comanda)
|
||||
admin.site.register(TypePay)
|
||||
admin.site.register(ProductComanda)
|
||||
|
||||
# Register your models here.
|
||||
|
||||
Reference in New Issue
Block a user