fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixes
[wolnelektury.git]
/
src
/
club
/
migrations
/
0037_delete_directdebit.py
1
# Generated by Django 2.2.19 on 2021-09-27 13:30
2
3
from django.db import migrations
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('club', '0036_auto_20210730_1437'),
10
]
11
12
operations = [
13
migrations.DeleteModel(
14
name='DirectDebit',
15
),
16
]