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.
1 parent e92427b commit a1d2c15Copy full SHA for a1d2c15
CONTRIBUTING.rst
@@ -27,10 +27,10 @@ The sample app
27
To run a full example — e.g. to debug frontend code – you can run::
28
29
python setup.py develop
30
- python /tests/testapp/manage.py migrate
31
- python /tests/testapp/manage.py createsuperuser
+ python tests/testapp/manage.py migrate
+ python tests/testapp/manage.py createsuperuser
32
# You will be asked for the email address of your new superuser
33
- python /tests/testapp/manage.py runserver
+ python tests/testapp/manage.py runserver
34
35
Next you can go to https://localhost:8000/admin/ and log in with your newly
36
created superuser.
0 commit comments