summaryrefslogtreecommitdiffstats
path: root/todolists
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-04-09 19:28:24 -0700
committereliott <eliott@cactuswax.net>2008-04-09 19:28:24 -0700
commit3eea31d8f2d5a4213b00eedaabfc75770aeb418f (patch)
treeb485407102154fd13e2dfdc5e9a9d4da2cbc6026 /todolists
parent0930d0cc7403df2bee625f8458d618aab9c767c1 (diff)
downloadarchweb-3eea31d8f2d5a4213b00eedaabfc75770aeb418f.tar.gz
archweb-3eea31d8f2d5a4213b00eedaabfc75770aeb418f.zip
Changed to arches and repos in the db.
Added them to the django admin interface as well.
Diffstat (limited to 'todolists')
-rw-r--r--todolists/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/todolists/views.py b/todolists/views.py
index 9a4fdb95..fe8b1d42 100644
--- a/todolists/views.py
+++ b/todolists/views.py
@@ -4,6 +4,7 @@ from django.contrib.auth.decorators import login_required, user_passes_test
from django.contrib.auth.models import User
from archweb_dev.main.utils import render_response
from archweb_dev.main.models import Todolist, TodolistPkg, Package
+from archweb_dev.main.models import Arch, Repo
# FIXME: ugly hackery. http://code.djangoproject.com/ticket/3450
import django.db