Code Review
/
laas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6a229e6d2c44b6cb17663eb4c7113d99374198e3
[laas.git]
/
src
/
account
/
migrations
/
0007_userprofile_pulic_user.py
1
# Generated by Django 2.2 on 2021-03-24 21:06
2
3
from django.db import migrations, models
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('account', '0006_auto_20201109_1947'),
10
]
11
12
operations = [
13
migrations.AddField(
14
model_name='userprofile',
15
name='pulic_user',
16
field=models.BooleanField(default=False),
17
),
18
]