Skip to content

Commit

Permalink
Fixing README formatting...
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Aug 26, 2020
1 parent 669725b commit a5ff57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ either with an environment variable::
DJANGO_SETTINGS_MODULE=your.app.settings pylint --load-plugins pylint_django [..other options..] <path_to_your_sources>

Alternatively, this can be passed in as a commandline flag::

pylint --load-plugins pylint_django --django-settings-mmodule=your.app.settings [..other options..] <path_to_your_sources>

If you do not configure Django, default settings will be used but this will not include, for
Expand Down

0 comments on commit a5ff57b

Please sign in to comment.