fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make verse numbers, footnote anchors, themes, dynamic inserts unselectable. Fixes...
[wolnelektury.git]
/
src
/
contact
/
migrations
/
0002_auto_20190919_1412.py
1
# Generated by Django 2.2.5 on 2019-09-19 12:12
2
3
from django.db import migrations
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('contact', '0001_initial'),
10
]
11
12
operations = [
13
migrations.DeleteModel(
14
name='Attachment',
15
),
16
migrations.DeleteModel(
17
name='Contact',
18
),
19
]