move modules out
This commit is contained in:
@@ -7,7 +7,8 @@ from django.views.generic import ListView
|
||||
from django.views.generic.detail import SingleObjectMixin
|
||||
|
||||
from cabinet.utils import CabinetViewMixin
|
||||
from feeds.models import Feed, FEED_MODULES
|
||||
from feeds.models import Feed
|
||||
from feeds.modules import *
|
||||
from feeds.utils import BaseFeedConfigView
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user