mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
5 lines
100 B
Python
5 lines
100 B
Python
from django.contrib import admin
|
|
|
|
from apps.rss_feeds.models import Feed
|
|
|
|
admin.site.register(Feed)
|