Skip to content
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

Clone this wiki locally