mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
14 lines
277 B
Python
14 lines
277 B
Python
# Generated by Django 3.1.10 on 2022-05-17 13:55
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('rss_feeds', '0006_feed_fs_size_bytes'),
|
|
('rss_feeds', '0003_mongo_version_4_0'),
|
|
]
|
|
|
|
operations = [
|
|
]
|