Add basic API functions and working account.auth method

This commit is contained in:
2022-09-17 12:01:14 +03:00
parent 59ec0647dc
commit d51ffa0eb2
9 changed files with 262 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
from django.contrib import admin
from .models import *
# Register your models here.
admin.site.register(UserToken)