feat: ✨ uuid token
This commit is contained in:
parent
a73553ab81
commit
b90fa4ae3c
30 changed files with 223 additions and 142 deletions
5
user_token/admin.py
Normal file
5
user_token/admin.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from django.contrib import admin
|
||||
from .models import UserToken
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(UserToken)
|
Loading…
Add table
Add a link
Reference in a new issue