From 7be527bad3982e010e98049fbd3276ac8d82f4d6 Mon Sep 17 00:00:00 2001 From: Jeremy White Date: Wed, 3 Jan 2024 10:31:53 -0500 Subject: [PATCH] Update docs/dev/dev_environment.md Co-authored-by: Cristian --- docs/dev/dev_environment.md | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/docs/dev/dev_environment.md b/docs/dev/dev_environment.md index a978de60..22bc89bb 100644 --- a/docs/dev/dev_environment.md +++ b/docs/dev/dev_environment.md @@ -302,36 +302,6 @@ Or set the `INVOKE_COOKIECUTTER_NAUTOBOT_APP_PYTHON_VER` variable. ## Other Miscellaneous Commands To Know -### Python Shell - -To drop into a Django shell for Nautobot (in the Docker container) run: - -```bash -➜ invoke nbshell -``` - -This is the same as running: - -```bash -➜ invoke cli -➜ nautobot-server nbshell -``` - -### iPython Shell Plus - -Django also has a more advanced shell that uses iPython and that will automatically import all the models: - -```bash -➜ invoke shell-plus -``` - -This is the same as running: - -```bash -➜ invoke cli -➜ nautobot-server shell_plus -``` - ### Tests To run tests against your code, you can run all of the tests that TravisCI runs against any new PR with: