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
If you are looking to develop this package with one of your own django projects:
16
25
@@ -21,6 +30,8 @@ If you are looking to develop this package with one of your own django projects:
21
30
If you want to use the demo app to work on this package:
22
31
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.
23
32
33
+
For more information visit [the docs](http://drfdocs.com/docs/contributing/).
34
+
24
35
### Installation
25
36
26
37
Install using pip:
@@ -43,6 +54,7 @@ Finally include the `rest_framework_docs` urls in your `urls.py`:
43
54
44
55
45
56
### Settings
57
+
You can find detailed information about the package's settings at [the docs](http://drfdocs.com/docs/settings/).
0 commit comments