Skip to content

Commit ccf7953

Browse files
authored
Update README.md
Since Django 1.9 `syncdb` operation is removed. Seems like path for `testdata.json` was wrong.
1 parent f2b640c commit ccf7953

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

sample_project/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ It is assumed you are in the root directory of the Codespeed software.
3131
`export PYTHONPATH=../:$PYTHONPATH`
3232
or
3333
`ln -s ./codespeed ./sample_project`
34-
5. Initialise the Django Database
35-
`python manage.py syncdb`
36-
(Yes, add a superuser.)
34+
5. Apply the migrations:
3735
`python manage.py migrate`
3836
Optionally, you may want to load the fixture data for a try
39-
`python manage.py loaddata ../codespeed/fixtures/testdata.json`
37+
`python manage.py loaddata ./codespeed/fixtures/testdata.json`
4038
6. Finally, start the Django development server.
4139
`python manage.py runserver`
4240
7. Enjoy.

0 commit comments

Comments
 (0)