This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
NewsBlur-viq
Watch
1
Star
0
Fork
You've already forked NewsBlur-viq
0
mirror of
https://github.com/viq/NewsBlur.git
synced
2025-04-13 09:38:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
495859a5a8
NewsBlur-viq
/
apps
/
rss_feeds
/
admin.py
6 lines
100 B
Python
Raw
Normal View
History
Unescape
Escape
Initial
2009-06-16 03:08:55 +00:00
from
django
.
contrib
import
admin
Black formatting and isort
2024-04-24 09:50:42 -04:00
from
apps
.
rss_feeds
.
models
import
Feed
Initial
2009-06-16 03:08:55 +00:00
admin
.
site
.
register
(
Feed
)
Reference in a new issue
Copy permalink