Revision 8a506a69

b/README.develop
15 15
  WARNING: version python-dateutil==2.0 downloaded by pip known *not* to work
16 16
           with Python 2.6
17 17
- south [south==0.7.1]
18
- carrot [carrot==0.10.5]
18 19

  
19 20
also, depending on the database engine of choice, on one of the following:
20 21
- MySQL-python [MySQL-python==1.2.3]
b/conf/ci/pip-1.2.conf
7 7
MySQL-python==1.2.3
8 8
psycopg2==2.4
9 9
south==0.7.1
10

  
10
carrot=0.10.5
b/settings.py.dist
171 171
RABBIT_PORT="5672"
172 172
RABBIT_USERNAME="guest"
173 173
RABBIT_PASSWORD="guest"
174
RABBIT_QUEUE="/"
174
RABBIT_VHOST="/"
175 175

  
176 176
# The API implementation needs to accept and return absolute references
177 177
# to its resources. Thus, it needs to know its public URL.

Also available in: Unified diff