Skip to content

Commit 263860b

Browse files
authored
Merge pull request tobami#290 from pared/patch-1
Update README.md
2 parents f2b640c + ccf7953 commit 263860b

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)