You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,16 @@ Document Web APIs made with Django Rest Framework.
10
10
- Django Rest Framework (3+)
11
11
12
12
13
-
### Development
13
+
### Development & Demo Project
14
+
If you are looking to develop this package with one of your own django projects:
14
15
15
16
pyvenv env
16
17
env/bin/pip install -r requirements.txt
17
-
18
-
# To test within another django project
19
18
pip install -e ~/Projects/drf-docs/
20
19
20
+
If you want to use the demo app to work on this package:
21
+
Included in this repo you can find the demo project(at `/demo`). It is a project with *Django* & *Django Rest Framework* that will allow you to work with this project. For more information on how you can set it up please check the [README.md](demo/README.md) of the demo project.
22
+
21
23
### Installation
22
24
23
25
Install using pip:
@@ -38,15 +40,14 @@ Finally include the `rest_framework_docs` urls in your `urls.py`:
Included in this repo you can find the demo project(at `/demo`). It is a project with *Django* & *Django Rest Framework* that will allow you to work with this project. For more information on how you can set it up please readme the [README.md](demo/README.md) of the demo project.
0 commit comments