summaryrefslogtreecommitdiffstats
path: root/public/views.py
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-29 15:07:19 -0800
committereliott <eliott@cactuswax.net>2007-12-29 15:07:19 -0800
commitc1063478aa989685b300c383580fc4ffc8b89f27 (patch)
tree1b04ff152d3e2d3bd261e4a797e5862c1eb30f70 /public/views.py
parent28bc93261ef027d5c175de3d87c15b818543e151 (diff)
downloadarchweb-c1063478aa989685b300c383580fc4ffc8b89f27.tar.gz
archweb-c1063478aa989685b300c383580fc4ffc8b89f27.zip
Moved common to public
Diffstat (limited to 'public/views.py')
-rw-r--r--public/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views.py b/public/views.py
index 63dda5ef..6c698312 100644
--- a/public/views.py
+++ b/public/views.py
@@ -4,7 +4,7 @@ from django.contrib.auth.models import User
from archweb_dev.packages.models import Package, Repo
from archweb_dev.news.models import News
from archweb_dev.settings import DATA_DIR
-from archweb_dev.common.models import Donator, Mirror
+from archweb_dev.public.models import Donator, Mirror
def index(request):
# get the most recent 10 news items