mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-29 00:35:45 +08:00
Added pruning command
This commit is contained in:
parent
c8fca412b8
commit
13ba0cb12a
3 changed files with 89 additions and 4 deletions
|
@ -0,0 +1,21 @@
|
|||
# Generated by Django 4.2.3 on 2023-10-01 05:25
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('accounts', '0003_alter_customuser_options_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='customuser',
|
||||
options={'verbose_name': 'user', 'verbose_name_plural': 'users'},
|
||||
),
|
||||
migrations.AlterUniqueTogether(
|
||||
name='customuser',
|
||||
unique_together=set(),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue