matriz do mapa de mesas

This commit is contained in:
2024-12-31 11:43:32 -03:00
parent 7698cfae47
commit 79409843d0
6 changed files with 77 additions and 39 deletions

View File

@@ -1,7 +1,6 @@
from django.db import models
# Create your models here.
from django.db import models
class Mesa(models.Model):
id = models.AutoField(primary_key=True)