add static files, allow title/director lookup, update to python-ox

This commit is contained in:
j 2011-04-06 17:49:33 +02:00
commit ce32be91a6
9 changed files with 38 additions and 11 deletions

View file

@ -7,7 +7,7 @@ from django.contrib.auth.models import User
from django.shortcuts import render_to_response, get_object_or_404, get_list_or_404
from django.template import RequestContext
from oxdjango.shortcuts import render_to_json_response
from ox.django.shortcuts import render_to_json_response
import models