mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-03 10:01:07 +00:00
docs:clear up admin access (#11595)
This commit is contained in:
@@ -55,19 +55,12 @@ The admin interface allows *staff* users the ability to directly view / add / ed
|
|||||||
|
|
||||||
#### Access Backend Admin Interface
|
#### Access Backend Admin Interface
|
||||||
|
|
||||||
To access the admin interface, select the "Admin" option from the drop-down user menu in the top-right corner of the screen.
|
To directly access the admin interface, append /admin/ to the InvenTree site URL - e.g. http://localhost:8000/admin/.
|
||||||
|
|
||||||
|
|
||||||
!!! info "Staff Only"
|
|
||||||
Only users with staff access will be able to see the "Admin" option
|
|
||||||
|
|
||||||
An administration panel will be presented as shown below:
|
An administration panel will be presented as shown below:
|
||||||
|
|
||||||
{{ image("admin/admin.png", "Admin panel") }}
|
{{ image("admin/admin.png", "Admin panel") }}
|
||||||
|
|
||||||
!!! info "Admin URL"
|
|
||||||
To directly access the admin interface, append /admin/ to the InvenTree site URL - e.g. http://localhost:8000/admin/
|
|
||||||
|
|
||||||
#### View Database Objects
|
#### View Database Objects
|
||||||
|
|
||||||
Database objects can be listed and filtered directly. The image below shows an example of displaying existing part categories.
|
Database objects can be listed and filtered directly. The image below shows an example of displaying existing part categories.
|
||||||
|
|||||||
Reference in New Issue
Block a user