clarification readme
This commit is contained in:
parent
b65ef99935
commit
e62e54757a
@ -7,6 +7,7 @@ Remove the `.bak` from `db.sqlite3.bak` and `settings.json.bak`
|
||||
`./CalibreWebCompanion`
|
||||
run `./manage.py runserver`
|
||||
|
||||
^ These are still instructions for using it in development mode. This will be changed to instructions on how to deploy sometime in the future.
|
||||
this is in development mode. don't actually use it or release it like this. The debug info it shows is spicy.
|
||||
# Features
|
||||
|
||||
|
22
loadtesting/dummyusers.json
Normal file
22
loadtesting/dummyusers.json
Normal file
@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"pw": "profiling1234",
|
||||
"user": "performance1"
|
||||
},
|
||||
{
|
||||
"pw": "profiling1234",
|
||||
"user": "performance2"
|
||||
},
|
||||
{
|
||||
"pw": "profiling1234",
|
||||
"user": "performance3"
|
||||
},
|
||||
{
|
||||
"pw": "profiling1234",
|
||||
"user": "performance4"
|
||||
},
|
||||
{
|
||||
"pw": "profiling1234",
|
||||
"user": "performance5"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user