mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-27 21:26:43 +00:00
remove refereneces to admin-shell
This commit is contained in:
parent
b2f91886b9
commit
4283b9fbb8
@ -1,24 +0,0 @@
|
||||
---
|
||||
title: Admin Shell
|
||||
---
|
||||
|
||||
## Python Shell
|
||||
|
||||
A Python shell interface is provided at the URL `/admin/shell/`.
|
||||
|
||||
This interface allows advanced users direct access to the underlying database objects using Python.
|
||||
|
||||
!!! warning "Danger"
|
||||
The scripting shell interface should only ever be used by advanced users. It requires intimate knowledge of the underlying InvenTree code, and improper use could easily result in corruption of data
|
||||
|
||||
!!! warning "Seriously"
|
||||
If you are not 100% sure of what you are doing, do not use the shell interface
|
||||
|
||||
!!! info "Enabling Shell Mode"
|
||||
The admin shell is (by default) only enabled when InvenTree is running in DEBUG mode
|
||||
|
||||
The shell interface allows Python queries to be run by the admin user, as shown below:
|
||||
|
||||
{% with id="admin_shell", url="admin/shell.png", description="Admin shell interface" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
@ -117,7 +117,6 @@ nav:
|
||||
- Multi Factor Authentication: settings/MFA.md
|
||||
- Export Data: settings/export.md
|
||||
- Import Data: settings/import.md
|
||||
- Python Shell: settings/shell.md
|
||||
- Error Logs: settings/logs.md
|
||||
- Email: settings/email.md
|
||||
- Background Tasks: settings/tasks.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user