From 10648a6d0a6bbdef2448c15dccdc9b0d80aa28c8 Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Fri, 31 Jul 2020 17:07:30 -0300 Subject: [PATCH] Revert "clarification readme" This reverts commit e62e54757a2a0f79ee6f67cb10a6127c0233828c. --- README.md | 1 - loadtesting/dummyusers.json | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 loadtesting/dummyusers.json 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