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

@@ -7,7 +7,7 @@ from feeds.modules import EchoFeedModuleConfig, DankMemesFeedModuleConfig, Shitt
@admin.register(Feed)
class FeedAdmin(admin.ModelAdmin):
list_display = '__str__', 'lock',
list_display = '__str__', 'locked',
admin.site.register(EchoFeedModuleConfig)