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
d1dafe7606
NewsBlur-viq
/
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