From 39f697645ffaf6c89507956f7375335d0289b39a Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Tue, 24 Nov 2020 10:04:46 +0100 Subject: [PATCH] some more detailed documentation --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e9a9b3..aac6864 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,19 @@ build database with python3 manage.py makemigrations +create superuser account with + + python3 manage.py createsuperuser + run the development server with - python3 manage.py runserver + python3 manage.py runserver + +access via + + http://localhost/ + http://localhost/intern/ (login required) + http://localhost/admin/ (login reqiured) ## versions used in development