Skip to content

Commit 3a92650

Browse files
author
Emmanouil Konstantinidis
committed
Flake8 for demo project
1 parent c458a21 commit 3a92650

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

demo/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ A demo project to get you started with DRF docs development.
1616
# Run the project
1717
env/bin/python manage.py runserver
1818

19+
**Note**: You **do not** need a database or to run `migrate`.
20+
1921

2022
### Viewing DRF Docs
2123
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import subprocess
44

55

6-
FLAKE8_ARGS = ['rest_framework_docs', '--ignore=E501']
6+
FLAKE8_ARGS = ['demo/project/', 'rest_framework_docs', '--ignore=E501']
77

88

99
def exit_on_failure(command, message=None):

0 commit comments

Comments
 (0)