Skip to content

Commit de9d8c8

Browse files
committed
Update README to include cmd to run pylint successfully in a venv
1 parent c8f516a commit de9d8c8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ Run server
3131

3232
Migrate database models
3333

34-
python manage.py makemigrations
34+
python manage.py makemigrations
35+
36+
Run pylint, load the django plugin, point to your django settings and specify what directory to lint
37+
pylint --load-plugins pylint_django --django-settings-module=assessment_engine.settings ./api/

0 commit comments

Comments
 (0)