Skip to content

Commit

Permalink
Update docs/dev/dev_environment.md
Browse files Browse the repository at this point in the history
Co-authored-by: Cristian <[email protected]>
  • Loading branch information
whitej6 and cmsirbu authored Jan 3, 2024
1 parent eb9522b commit 7be527b
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions docs/dev/dev_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7be527b

Please sign in to comment.