Skip to content

Administration

Benedikt Kuehne edited this page Dec 18, 2024 · 3 revisions

EMBARks admin pages

The admin pages allow manipulation of DB data through Djangos default interface.

Create/update/delete users and other db objects.

image

NOTE: To access the admin pages from outside localhost requires you to define them on startup By using the -b flag. e.g sudo ./run-server.sh -a 192.168.126.123 -b 192.168.126.1/24