We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c458a21 commit 3a92650Copy full SHA for 3a92650
demo/README.md
@@ -16,6 +16,8 @@ A demo project to get you started with DRF docs development.
16
# Run the project
17
env/bin/python manage.py runserver
18
19
+**Note**: You **do not** need a database or to run `migrate`.
20
+
21
22
### Viewing DRF Docs
23
Once you install and run the project go to [http://0.0.0.0:8000/docs/](http://0.0.0.0:8000/docs/).
runtests.py
@@ -3,7 +3,7 @@
3
import subprocess
4
5
6
-FLAKE8_ARGS = ['rest_framework_docs', '--ignore=E501']
+FLAKE8_ARGS = ['demo/project/', 'rest_framework_docs', '--ignore=E501']
7
8
9
def exit_on_failure(command, message=None):
0 commit comments