move modules out
This commit is contained in:
18
feeds/migrations/0003_auto_20190119_0249.py
Normal file
18
feeds/migrations/0003_auto_20190119_0249.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.1.5 on 2019-01-19 02:49
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('feeds', '0002_feed_lock'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='feed',
|
||||
name='check_interval',
|
||||
field=models.DurationField(help_text='in seconds'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user