Revision a6ff022a README.deploy

b/README.deploy
304 304
   db/fixtures/{flavors,images}.json, which make the API usable by end users by
305 305
   defining a sample set of hardware configurations (flavors) and OS images.
306 306

  
307
   IMPORTANT: Be sure to modify db/fixtures/initial_data.json and select
308
   a unique token for each of the initial and any other users defined in this
309
   file. DO NOT LEAVE THE SAMPLE AUTHENTICATION TOKENS enabled in deployed
310
   configurations.
311

  
307 312
     $ ./bin/python manage.py syncdb
308 313
     $ ./bin/python manage.py migrate db
309 314
     $ ./bin/python manage.py loaddata db/fixtures/flavors.json

Also available in: Unified diff