fnp
/
audio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
More automation for YouTube: volume management (WiP).
[audio.git]
/
src
/
archive
/
migrations
/
0013_remove_audiobook_url.py
1
# Generated by Django 3.0.6 on 2020-05-29 12:10
2
3
from django.db import migrations
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('archive', '0012_url_to_slug'),
10
]
11
12
operations = [
13
migrations.RemoveField(
14
model_name='audiobook',
15
name='url',
16
),
17
]