|
|
|
@ -71,7 +71,7 @@ computer vision tasks developed by our team.
|
|
|
|
[Django administration panel](http://localhost:8080/admin) to assign correct
|
|
|
|
[Django administration panel](http://localhost:8080/admin) to assign correct
|
|
|
|
groups to the user. Please use the command below to create an admin account:
|
|
|
|
groups to the user. Please use the command below to create an admin account:
|
|
|
|
|
|
|
|
|
|
|
|
`docker exec -it cvat bash -ic '/usr/bin/python3 ~/manage.py createsuperuser'`
|
|
|
|
`docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser'`
|
|
|
|
|
|
|
|
|
|
|
|
- If you want to create a non-admin account, you can do that using the link below
|
|
|
|
- If you want to create a non-admin account, you can do that using the link below
|
|
|
|
on the login page. Don't forget to modify permissions for the new user in the
|
|
|
|
on the login page. Don't forget to modify permissions for the new user in the
|
|
|
|
|