feat: uuid token

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-07-03 05:37:18 +03:00
parent a73553ab81
commit b90fa4ae3c
30 changed files with 223 additions and 142 deletions

View file

@ -1,3 +0,0 @@
from django.contrib import admin
# Register your models here.

View file

@ -2,5 +2,5 @@ from django.apps import AppConfig
class HelloConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'hello'
default_auto_field = "django.db.models.BigAutoField"
name = "hello"

View file

@ -1,3 +0,0 @@
from django.db import models
# Create your models here.

View file

@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.