18 lines
332 B
Python
18 lines
332 B
Python
|
# Generated by Django 2.1.5 on 2019-01-23 19:59
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('accounts', '0001_initial'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='accounts',
|
||
|
options={'managed': True},
|
||
|
),
|
||
|
]
|