use cache locks

This commit is contained in:
2019-11-24 17:07:19 +03:00
parent 7257ea3327
commit 71d7ea7147
4 changed files with 32 additions and 9 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 2.1.5 on 2019-11-24 14:07
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('feeds', '0006_tapasfeedmoduleconfig'),
]
operations = [
migrations.RemoveField(
model_name='feed',
name='lock',
),
]