hotel import template
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Generated by Django 5.1.4 on 2024-12-13 00:15
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='LocalUserActivityLog',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='UserActivityLog',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='UserConfirmation',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user