Browse Source

some more detailed documentation

master
Benni Baermann 4 years ago
parent
commit
39f697645f
1 changed files with 11 additions and 1 deletions
  1. +11
    -1
      README.md

+ 11
- 1
README.md View File

@ -10,9 +10,19 @@ build database with
python3 manage.py makemigrations python3 manage.py makemigrations
create superuser account with
python3 manage.py createsuperuser
run the development server with 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 ## versions used in development

Loading…
Cancel
Save