return move data

This commit is contained in:
j 2010-09-06 23:19:59 +02:00
parent 33ae31b597
commit 2175029cac
2 changed files with 5 additions and 1 deletions

2
README
View File

@ -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,..)

View File

@ -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',