Skip to content

Commit e2ea65a

Browse files
committed
and the rest of them.
1 parent 0c321cd commit e2ea65a

File tree

3 files changed

+3
-94
lines changed

3 files changed

+3
-94
lines changed

aggregator/feed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.contrib.syndication.views import Feed as DjangoFeed
22
from django.contrib.syndication.views import FeedDoesNotExist
3-
from dotdorset.aggregator.models import FeedItem, Feed, Category
3+
from aggregator.models import FeedItem, Feed, Category
44

55
class CategoryFeed(DjangoFeed):
66
"""Category Feed"""

aggregator/views.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.http import HttpResponse
2-
from dotdorset.aggregator.models import *
3-
from dotdorset.settings import GOOGLE_MAPS_API_KEYS
2+
from aggregator.models import *
3+
from settings import GOOGLE_MAPS_API_KEYS
44
from django.template import Template
55
from django.template.loader import render_to_string
66
from django.template import RequestContext

settings.template.py

-91
This file was deleted.

0 commit comments

Comments
 (0)