return move data
This commit is contained in:
parent
33ae31b597
commit
2175029cac
2 changed files with 5 additions and 1 deletions
2
README
2
README
|
@ -11,7 +11,7 @@ you need python, bazaar, pip and virtualenv:
|
||||||
apt-get install python-setuptools bzr
|
apt-get install python-setuptools bzr
|
||||||
easy_install pip
|
easy_install pip
|
||||||
pip install virtualenv
|
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
|
also it uses system python moduels, so make sure you have
|
||||||
ipython, dbmodule(psycopg2, python-mysqldb,..)
|
ipython, dbmodule(psycopg2, python-mysqldb,..)
|
||||||
|
|
|
@ -180,6 +180,10 @@ class Movie(models.Model):
|
||||||
|
|
||||||
'countries': 'country',
|
'countries': 'country',
|
||||||
'directors': 'director',
|
'directors': 'director',
|
||||||
|
'writers': 'writer',
|
||||||
|
'editors': 'editor',
|
||||||
|
'producers': 'producer',
|
||||||
|
'cinematographer': 'cinematographer',
|
||||||
'languages': 'language',
|
'languages': 'language',
|
||||||
'genres': 'genre',
|
'genres': 'genre',
|
||||||
'keywords': 'keyword',
|
'keywords': 'keyword',
|
||||||
|
|
Loading…
Reference in a new issue