mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-20 05:14:26 +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)
|