From 3eea31d8f2d5a4213b00eedaabfc75770aeb418f Mon Sep 17 00:00:00 2001 From: eliott Date: Wed, 9 Apr 2008 19:28:24 -0700 Subject: Changed to arches and repos in the db. Added them to the django admin interface as well. --- todolists/views.py | 1 + 1 file changed, 1 insertion(+) (limited to 'todolists') 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 -- cgit v1.2.3-55-g3dc8