We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb95c1 commit 9aec664Copy full SHA for 9aec664
.gitignore
@@ -4,4 +4,6 @@ django_rest_framework_redocs.egg-info/
4
.DS_Store
5
media
6
migrations
7
+build
8
+dist
9
README.md
@@ -16,9 +16,9 @@ Inspired by [django-rest-framework-docs](https://github.com/manosim/django-rest-
16
17
## Installation
18
19
-For now, please do `pip install git+https://github.com/whitedogg13/django-rest-framework-redocs`.
20
-
21
-(We will publish it soon after some more tests!)
+```
+pip install django_rest_framework_redocs
22
23
## Dependencies
24
redocs/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.0.1'
+__version__ = '0.0.2'
0 commit comments