From e050beb372f6f64f5805621f377391ef55294861 Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Tue, 24 Nov 2020 13:49:37 +0100 Subject: [PATCH] small doc changes --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e483bf6..4f230ec 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,15 @@ purpose: gather data from intern(WMDE) and extern(volunteers) forms to create a build the database with - python3 manage.py migrate + python3 manage.py migrate create superuser account with - python3 manage.py createsuperuser + python3 manage.py createsuperuser run the development server with - python3 manage.py runserver - -you can run some very basic tests with - - python3 manage.py test + python3 manage.py runserver access via