From cd5eaf57eeb112922df74dc2a587ed127da15c99 Mon Sep 17 00:00:00 2001 From: "N. Geisler" <ngeisler@fachschaft.informatik.tu-darmstadt.de> Date: Thu, 10 Oct 2019 15:19:11 +0200 Subject: [PATCH] fix copy and pase error in local address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aeaa4e6..60a8dad1 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Python requirements are listed in ``requirements.txt``. They can be installed wi To start the application for development use ``python manage.py runserver 0:8000`` from the root directory. *Do not use this for deployment!* -In your browser, access ``http://127.0.0.1:8000/wannaDB/`` and continue from there. +In your browser, access ``http://127.0.0.1:8000/`` and continue from there. ### Updates -- GitLab