Skip to content

Commit a1d2c15

Browse files
committed
Remove trailing root slashes
1 parent e92427b commit a1d2c15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ The sample app
2727
To run a full example — e.g. to debug frontend code – you can run::
2828

2929
python setup.py develop
30-
python /tests/testapp/manage.py migrate
31-
python /tests/testapp/manage.py createsuperuser
30+
python tests/testapp/manage.py migrate
31+
python tests/testapp/manage.py createsuperuser
3232
# You will be asked for the email address of your new superuser
33-
python /tests/testapp/manage.py runserver
33+
python tests/testapp/manage.py runserver
3434

3535
Next you can go to https://localhost:8000/admin/ and log in with your newly
3636
created superuser.

0 commit comments

Comments
 (0)