diff --git a/README b/README index 0acb11b4..611b499a 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ you need python, bazaar, pip and virtualenv and several other python modules: * Packages apt-get install python-setuptools python-pip python-virtualenv ipython - apt-get install python-dev python-imaging python-numpy python-psycopg2 python-pip python-vir + apt-get install python-dev python-imaging python-numpy python-psycopg2 bzr branch http://code.0x2620.org/pandora pandora cd pandora diff --git a/nginx/vhost.in b/nginx/vhost.in index b5a02c29..ee06cb51 100644 --- a/nginx/vhost.in +++ b/nginx/vhost.in @@ -38,7 +38,7 @@ server { error_page 404 /404.html; location /404.html { - root __PREFIX__/pandora/static; + root __PREFIX__/static; } # redirect server error pages to the static page /50x.html diff --git a/requirements.txt b/requirements.txt index 22147262..39b4209f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ South simplejson #-e hg+https://django-ajax-filtered-fields.googlecode.com/hg/#egg=django-ajax-filtered-fields #rabbitmq interface -celery -django-celery +celery>2.1.1 +django-celery>2.1.1 django_extensions -e bzr+http://firefogg.org/dev/python-firefogg/#egg=python-firefogg -e git+git://github.com/dcramer/django-devserver#egg=django_devserver