We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2b640c + ccf7953 commit 263860bCopy full SHA for 263860b
1 file changed
sample_project/README.md
@@ -31,12 +31,10 @@ It is assumed you are in the root directory of the Codespeed software.
31
`export PYTHONPATH=../:$PYTHONPATH`
32
or
33
`ln -s ./codespeed ./sample_project`
34
-5. Initialise the Django Database
35
- `python manage.py syncdb`
36
- (Yes, add a superuser.)
+5. Apply the migrations:
37
`python manage.py migrate`
38
Optionally, you may want to load the fixture data for a try
39
- `python manage.py loaddata ../codespeed/fixtures/testdata.json`
+ `python manage.py loaddata ./codespeed/fixtures/testdata.json`
40
6. Finally, start the Django development server.
41
`python manage.py runserver`
42
7. Enjoy.
0 commit comments