SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 861600a6 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Update README

parent d15133ee
No related branches found
No related tags found
No related merge requests found
......@@ -118,10 +118,10 @@ In order to use the admin site, you'll need a superuser.
```
### Create groups and permissions
Groups and their respective permissions are created using the management command. Since users depend on the *Contributor* object to work properly, setup the first (admin) user using the `-u` and `-a` arguments.
Groups and their respective permissions are created using the management command.
```shell
(scipostenv) $ ./manage.py add_groups_and_permissions -u=<username> -a
(scipostenv) $ ./manage.py add_groups_and_permissions
```
### Run development server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment