Skip to content
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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@ Every user that's randomly created has the same password -`pass123`.
Here's a table with basic users + the default users created
when DB is populated:

username | password | Django Admin access
------------------------------- | --------- | -------------------
hello@codeforpoznan.pl | pass123 | yes
ola@pah.org.pl | pass123 | no
...after `populate-database`... | ... | ...
driver@codeforpoznan.pl | pass123 | no
passenger@codeforpoznan.pl | pass123 | no
username | password | Vue app access | Django Admin access |
------------------------------- | --------- | -------------- | ------------------- |
hello@codeforpoznan.pl | pass123 | no | yes |
ola@pah.org.pl | pass123 | no | no |
...after `populate-database`... | ... | ... | ... |
driver@codeforpoznan.pl | pass123 | yes | no |
passenger@codeforpoznan.pl | pass123 | yes | no |


<br>
Expand Down