Skip to content

Commit

Permalink
Merge pull request #13 from Decide-Part-Penyagolosa-1/master
Browse files Browse the repository at this point in the history
Revertir los cambios
  • Loading branch information
jesgamlar authored Dec 21, 2021
2 parents 19282b9 + bc69fa5 commit a94cdbe
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions decide/authentication/models.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a94cdbe

Please sign in to comment.