File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ From PyPI
7474
7575::
7676
77- pip install djangorestframework-jsonapi
77+ $ pip install djangorestframework-jsonapi
7878
7979
8080From Source
@@ -86,6 +86,18 @@ From Source
8686 $ cd django-rest-framework-json-api && pip install -e .
8787
8888
89+ Running the example app
90+ ^^^^^^^^^^^^^^^^^^^^^^^
91+
92+ ::
93+
94+ $ git clone https://github.com/django-json-api/django-rest-framework-json-api.git
95+ $ cd django-rest-framework-json-api && pip install -e .
96+ $ django-admin.py runserver
97+
98+ Browse to http://localhost:8000
99+
100+
89101Running Tests
90102^^^^^^^^^^^^^
91103
Original file line number Diff line number Diff line change @@ -66,6 +66,14 @@ From Source
6666 git clone https://github.com/django-json-api/django-rest-framework-json-api.git
6767 cd django-rest-framework-json-api && pip install -e .
6868
69+ ## Running the example app
70+
71+ git clone https://github.com/django-json-api/django-rest-framework-json-api.git
72+ cd django-rest-framework-json-api && pip install -e .
73+ django-admin.py runserver
74+
75+ Browse to http://localhost:8000
76+
6977## Running Tests
7078
7179 python runtests.py
You can’t perform that action at this time.
0 commit comments