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
|
||||
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,..)
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue