Core: add jwt auth
This commit is contained in:
parent
1e0ffd9b2d
commit
495312b060
12 changed files with 234 additions and 17 deletions
7
jwtauth/models.py
Normal file
7
jwtauth/models.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
|
||||
class OkService(models.Model):
|
||||
name = models.CharField(max_length=30)
|
||||
province = models.CharField(max_length=30)
|
Loading…
Add table
Add a link
Reference in a new issue