Fix typo in import.

rtd2
Eric Holscher 2010-08-14 02:55:45 -05:00
parent 4a4d4c4640
commit c641cbd9bf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from django.contrib.auth.models import User
from django.shortcuts import get_object_or_404
from django.views.generic.list_detail import object_list, object_detail
from project.models import Project
from projects.models import Project
def project_index(request, username=None):