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