You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Groups
You may want to add people to different groups so they can share data between themselves.
Everyone is automatically added to the "public" group