Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #250

Merged
merged 1 commit into from
Feb 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ python manage.py db-create
python manage.py run
```

### Creating a new user localy
### Creating a new user locally

1. Run the application
2. Click register and register. Remember to note the user email you register with.
3. Stop the application
4. Run `python manage.py edit-user [EMAIL] --confirm-mail -role Administrator` or simply
`python manage.py edit-user [EMAIL] --confirm-mail -role Administrator` if you don't want administrator role. Replace `[EMAIL]`
with the mail you used.
4. Run `python manage.py edit-user [EMAIL] --confirm-mail --role Administrator` or simply
`python manage.py edit-user [EMAIL] --confirm-mail` if you don't want administrator role. Replace `[EMAIL]`
with the mail you used. If you are simply running it for yourself, we would definitely recommend to use the Administrator role though.
5. Run the application, login and enjoy !

## How to contribute
Expand Down