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
|
* Packages
|
||||||
apt-get install python-setuptools python-pip python-virtualenv ipython
|
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
|
bzr branch http://code.0x2620.org/pandora pandora
|
||||||
cd pandora
|
cd pandora
|
||||||
|
|
|
@ -38,7 +38,7 @@ server {
|
||||||
|
|
||||||
error_page 404 /404.html;
|
error_page 404 /404.html;
|
||||||
location /404.html {
|
location /404.html {
|
||||||
root __PREFIX__/pandora/static;
|
root __PREFIX__/static;
|
||||||
}
|
}
|
||||||
|
|
||||||
# redirect server error pages to the static page /50x.html
|
# redirect server error pages to the static page /50x.html
|
||||||
|
|
|
@ -5,8 +5,8 @@ South
|
||||||
simplejson
|
simplejson
|
||||||
#-e hg+https://django-ajax-filtered-fields.googlecode.com/hg/#egg=django-ajax-filtered-fields
|
#-e hg+https://django-ajax-filtered-fields.googlecode.com/hg/#egg=django-ajax-filtered-fields
|
||||||
#rabbitmq interface
|
#rabbitmq interface
|
||||||
celery
|
celery>2.1.1
|
||||||
django-celery
|
django-celery>2.1.1
|
||||||
django_extensions
|
django_extensions
|
||||||
-e bzr+http://firefogg.org/dev/python-firefogg/#egg=python-firefogg
|
-e bzr+http://firefogg.org/dev/python-firefogg/#egg=python-firefogg
|
||||||
-e git+git://github.com/dcramer/django-devserver#egg=django_devserver
|
-e git+git://github.com/dcramer/django-devserver#egg=django_devserver
|
||||||
|
|
Loading…
Reference in a new issue