From 2175029cac1e0cdb004f233b5478b494bc76b6f2 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 6 Sep 2010 23:19:59 +0200 Subject: [PATCH] return move data --- README | 2 +- pandora/backend/models.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 226ed494..8191801a 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ you need python, bazaar, pip and virtualenv: apt-get install python-setuptools bzr easy_install pip pip install virtualenv - apt-get install python-dev python-imaging + apt-get install python-dev python-imaging python-numpy also it uses system python moduels, so make sure you have ipython, dbmodule(psycopg2, python-mysqldb,..) diff --git a/pandora/backend/models.py b/pandora/backend/models.py index 544929b2..f124ebfb 100644 --- a/pandora/backend/models.py +++ b/pandora/backend/models.py @@ -180,6 +180,10 @@ class Movie(models.Model): 'countries': 'country', 'directors': 'director', + 'writers': 'writer', + 'editors': 'editor', + 'producers': 'producer', + 'cinematographer': 'cinematographer', 'languages': 'language', 'genres': 'genre', 'keywords': 'keyword',