diff --git a/README.md b/README.md index 712c6fb..56cbeee 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ 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 diff --git a/loadtesting/dummyusers.json b/loadtesting/dummyusers.json deleted file mode 100644 index 52709e9..0000000 --- a/loadtesting/dummyusers.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "pw": "profiling1234", - "user": "performance1" - }, - { - "pw": "profiling1234", - "user": "performance2" - }, - { - "pw": "profiling1234", - "user": "performance3" - }, - { - "pw": "profiling1234", - "user": "performance4" - }, - { - "pw": "profiling1234", - "user": "performance5" - } -] \ No newline at end of file