Revision f4b61e0c README

b/README
17 17
Running the server
18 18
------------------
19 19

  
20
Enter the pithos dir and run:
20
Enter the pithos dir, copy settings.py.dist to settings.py and change the SECRET_KEY inside.
21

  
22
Then run:
21 23
    python manage.py syncdb
22 24
    python manage.py loaddata aai/fixtures/auth_test_data.json (to load sample users)
23 25
    python manage.py runserver

Also available in: Unified diff