summaryrefslogtreecommitdiffstats
path: root/public/views.py
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-29 18:21:10 -0800
committereliott <eliott@cactuswax.net>2007-12-29 18:21:10 -0800
commit706152de89a8c64ebbfb6d91bcafe7a8616f4cef (patch)
tree619feb7b8fd09eef6e05ec5662d846461de269ec /public/views.py
parent89659cef5f309d7eb6bc6ca3d4ab84b779c6728d (diff)
downloadarchweb-706152de89a8c64ebbfb6d91bcafe7a8616f4cef.tar.gz
archweb-706152de89a8c64ebbfb6d91bcafe7a8616f4cef.zip
Moved some things around.
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 9c41ece8..18f0c983 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.public.models import Donator, Mirror
+from archweb_dev.devel.models import Donator, Mirror
def index(request):
# get the most recent 10 news items