Skip to content

Commit

Permalink
Fix code markup in FAQ.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Dec 22, 2017
1 parent 583a9d3 commit 5cc96af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ I'm using Django 1.11+ and ``monkeytype run manage.py test`` generates no traces
Django 1.11 enabled parallel test runs by default. This means your tests run in
separate subprocesses; MonkeyType is tracing only the main supervisor process,
which runs only Django code (that is excluded from tracing by the default code
filter). To get traces, use `--parallel 1` when running your tests under
filter). To get traces, use ``--parallel 1`` when running your tests under
MonkeyType tracing.

I'm using Django, and I get an AppRegistryNotReady exception when I run monkeytype.
Expand Down

0 comments on commit 5cc96af

Please sign in to comment.