mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
4 lines
99 B
Python
4 lines
99 B
Python
from apps.rss_feeds.models import Feed
|
|
from django.contrib import admin
|
|
|
|
admin.site.register(Feed)
|