- simplify metadata db structure

- better sort values if field is empty
- switch to python-ox, faster imdb import
- move files backend into own app
This commit is contained in:
j 2010-07-12 16:56:14 +02:00
commit 9defcd3c9f
16 changed files with 1493 additions and 914 deletions

View file

@ -112,6 +112,7 @@ INSTALLED_APPS = (
'app',
'backend',
'archive',
'oxuser',
'torrent',
)