From 8eef7d87c83b28302bd0e7fb77c8f127200d0839 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 5 Jun 2016 23:05:15 +0200 Subject: [PATCH] use a non secret for key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f237742075..f1dc2312fb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Then run: This will automatically set up an admin user with name **admin** and password **admin**. -The server can be started by activating the virtual environment first: +The server can be started after activating the virtual environment first: source venv/bin/activate python manage.py runserver