From 7dba848eaf12f7b5274b04a1d5aff38bc42a1d55 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 6 Sep 2010 12:01:46 -0500 Subject: Move mirror models out of main app South actually makes this relatively painless if you get everything right, so might as well start getting these out of the legacy main application to eventually eliminate models being separate from their views. Signed-off-by: Dan McGee --- public/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/views.py b/public/views.py index f1d08a2..96c75d6 100644 --- a/public/views.py +++ b/public/views.py @@ -1,5 +1,5 @@ -from main.models import Arch, Donor, MirrorUrl, News -from main.models import Repo +from main.models import Arch, Repo, Donor, News +from mirrors.models import MirrorUrl from . import utils from django.contrib.auth.models import User -- cgit v1.2.3-24-g4f1b