fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Text overlay toggler and table of contents
[wolnelektury.git]
/
src
/
club
/
migrations
/
0018_auto_20191127_1002.py
1
# Generated by Django 2.2.6 on 2019-11-27 09:02
2
3
from django.db import migrations
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('club', '0017_auto_20191127_0959'),
10
]
11
12
operations = [
13
migrations.RemoveField(
14
model_name='schedule',
15
name='plan',
16
),
17
migrations.DeleteModel(
18
name='Plan',
19
),
20
]