fix requirements, prefix and README typos
This commit is contained in:
parent
5e25a635d3
commit
421d5aa36a
3 changed files with 4 additions and 4 deletions
2
README
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue