Skip to content

Commit e92427b

Browse files
committed
Add doumentation on how to use the testapp
1 parent d7946fc commit e92427b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,18 @@ To build the documentation run::
1919

2020
python setup.py build_sphinx
2121
open docs/_build/html/index.html
22+
23+
24+
The sample app
25+
==============
26+
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
32+
# You will be asked for the email address of your new superuser
33+
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

Comments
 (0)