from apps.rss_feeds.models import Feed from django.contrib import admin admin.site.register(Feed)