From f637a1eb67ed906b936ef70c0c1d8572edfe5bd7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 8 Sep 2010 00:23:55 -0500 Subject: Move news model to an appropriate place Never would have guessed it should actually be in news/models.py. Signed-off-by: Dan McGee --- public/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/views.py b/public/views.py index 96c75d61..fa97adef 100644 --- a/public/views.py +++ b/public/views.py @@ -1,5 +1,6 @@ -from main.models import Arch, Repo, Donor, News +from main.models import Arch, Repo, Donor from mirrors.models import MirrorUrl +from news.models import News from . import utils from django.contrib.auth.models import User -- cgit v1.2.3-55-g3dc8