Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #290 from pared/patch-1
Update README.md
  • Loading branch information
tobami committed May 17, 2020
2 parents f2b640c + ccf7953 commit 263860b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sample_project/README.md
Expand Up @@ -31,12 +31,10 @@ It is assumed you are in the root directory of the Codespeed software.
`export PYTHONPATH=../:$PYTHONPATH`
or
`ln -s ./codespeed ./sample_project`
5. Initialise the Django Database
`python manage.py syncdb`
(Yes, add a superuser.)
5. Apply the migrations:
`python manage.py migrate`
Optionally, you may want to load the fixture data for a try
`python manage.py loaddata ../codespeed/fixtures/testdata.json`
`python manage.py loaddata ./codespeed/fixtures/testdata.json`
6. Finally, start the Django development server.
`python manage.py runserver`
7. Enjoy.
Expand Down

0 comments on commit 263860b

Please sign in to comment.