-
Notifications
You must be signed in to change notification settings - Fork 2
Users
Dave Lawrence edited this page Oct 14, 2020
·
3 revisions
To create the initial (super) user you need to be on the server, and run:
python3 manage.py createsuperuser
For normal users, staff/admin users can create further users via the admin interface. This is "/admin" after the URL, eg: https://variantgrid.com/admin/
(need to change to your server obviously)
In the "Authentication and Authorization" section, there's a line with "Users" - click the "+ Add" link, then enter the user/details.
-
You may want to add people to different groups so they can share data between themselves.
-
Everyone is automatically added to the "public" group