diff --git a/decide/authentication/models.py b/decide/authentication/models.py index e2e0a1b2d3..0f02227440 100644 --- a/decide/authentication/models.py +++ b/decide/authentication/models.py @@ -1,11 +1 @@ -from django.db import models -from enum import Enum - -# Create your models here. -class Rol(Enum): - Cliente = 1; - Vendedor = 2; - -class Roll(models.Model): - user_id = models.PositiveIntegerField() - rol = Rol +from django.db import models \ No newline at end of file