some more detailed documentation
This commit is contained in:
parent
bcefb026d1
commit
39f697645f
10
README.md
10
README.md
|
@ -10,10 +10,20 @@ 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
|
||||||
|
|
||||||
python 3.8.2
|
python 3.8.2
|
||||||
|
|
Loading…
Reference in New Issue