perf: 修改usersession 模块位置

This commit is contained in:
feng
2023-09-15 17:15:15 +08:00
committed by Bryan
parent bb1e674367
commit 1c2a362beb
18 changed files with 165 additions and 136 deletions

View File

@@ -0,0 +1,16 @@
# Generated by Django 4.1.10 on 2023-09-15 08:58
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0044_usersession'),
]
operations = [
migrations.DeleteModel(
name='UserSession',
),
]