This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
NewsBlur
Watch
1
Star
0
Fork
You've already forked NewsBlur
0
mirror of
https://github.com/samuelclay/NewsBlur.git
synced
2025-08-05 16:58:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c909e333b9
NewsBlur
/
apps
/
rss_feeds
/
admin.py
5 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Holy hell, the Mongo transition is nearly complete. All that's left is classifiers. This includes stories, user_stories, and calculating unread counts.
2010-08-21 23:49:36 -04:00
from
apps
.
rss_feeds
.
models
import
Feed
Initial
2009-06-16 03:08:55 +00:00
from
django
.
contrib
import
admin
admin
.
site
.
register
(
Feed
)
Reference in a new issue
Copy permalink