start auth apis and packages, redis, celery and run with docker
This commit is contained in:
7
core/apps/accounts/enums/user.py
Normal file
7
core/apps/accounts/enums/user.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.db import models
|
||||
|
||||
|
||||
ROLE_CHOICES = (
|
||||
('PP', 'physical person'),
|
||||
('LP', 'legal person')
|
||||
)
|
||||
Reference in New Issue
Block a user