Revision 50f43df6

b/README
38 38

  
39 39
Then run:
40 40
    python manage.py syncdb
41
    python manage.py loaddata aai/fixtures/auth_test_data.json (to load sample users)
41
    python manage.py loaddata im/fixtures/auth_test_data.json (to load sample users)
42 42
    python manage.py runserver
43 43

  
44 44
This server is useful during development, but should not be used for deployment.
b/docs/source/devguide.rst
1190 1190

  
1191 1191
    curl -X PUT -D - \
1192 1192
         -H "X-Auth-Token: 0000" \
1193
         -H "Content-Type: application/folder" \
1193
         -H "Content-Type: application/directory" \
1194 1194
         https://pithos.dev.grnet.gr/v1/user/pithos/folder
1195 1195

  
1196 1196
* Add a new object ::

Also available in: Unified diff