feat: create app orders and makemigrations

This commit is contained in:
2025-01-10 14:01:14 -03:00
parent faaf0d3576
commit 0e096207a6
49 changed files with 116 additions and 103 deletions

View File

@@ -0,0 +1,6 @@
from django.contrib import admin
from orders.models import Order
admin.site.register(Order)