From 9d8b695f6f07392e2d2fc4e5c05d1a5b4a265e4d Mon Sep 17 00:00:00 2001 From: Jeff Osundwa Date: Fri, 22 Dec 2023 08:13:43 +0300 Subject: [PATCH] fix --- docs/src/development/testing/behave.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/development/testing/behave.md b/docs/src/development/testing/behave.md index cef2cd0e..86e069e3 100644 --- a/docs/src/development/testing/behave.md +++ b/docs/src/development/testing/behave.md @@ -104,8 +104,8 @@ For a more comprehensive tutorial, kindly look at [behave tutorial](https://beha #### Setting up `behave_django` To install: `pip install behave_django` -S -Add `behave_django` as an installed application in `core.settings.dev` module. + +Add `behave_django` to `INSTALLED_APPS` in `core.settings.dev` module. Under `django_project` directory: