Skip to content

Commit e2e7c73

Browse files
committed
Update README to new manage.py location at the root directory
1 parent 4b77963 commit e2e7c73

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ can take a long time. Please be patient.
3636
[github.com/tobami/codespeed/tags](https://github.com/tobami/codespeed/tags), unpack it and install it with `python setup.py install`.
3737
* To get started, you can use the `sample_project` directory as a starting point for your Django project, which can be normally configured by editing `sample_project/settings.py`.
3838
* For simplicity, you can use the default sqlite configuration, which will save
39-
the data to a database named `sample_project/data.db`
40-
* Create the DB by changing to the `sample_project/` directory and running:
39+
the data to a database named `data.db`
40+
* Create the DB by typing from the root directory:
4141

4242
python manage.py syncdb
4343

@@ -61,9 +61,9 @@ modify `sample_project/settings.py` and set `DEBUG = False`.
6161

6262
If you want to test drive Codespeed, you can use the testdata.json fixtures to have a working data set to browse.
6363

64-
* From the `sample_project/` directory, type:
64+
* From the root directory, type:
6565

66-
./manage.py loaddata ../codespeed/fixtures/testdata.json
66+
./manage.py loaddata codespeed/fixtures/testdata.json
6767

6868
## Starting from scratch
6969

0 commit comments

Comments
 (0)