20 lines
329 B
Python
20 lines
329 B
Python
# Generated by Django 3.1.3 on 2020-11-30 21:19
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
atomic = False
|
|
|
|
dependencies = [
|
|
('user', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelTable(
|
|
name='user',
|
|
table='user',
|
|
),
|
|
]
|