small doc changes
This commit is contained in:
parent
18669a4116
commit
e050beb372
10
README.md
10
README.md
|
@ -8,19 +8,15 @@ purpose: gather data from intern(WMDE) and extern(volunteers) forms to create a
|
|||
|
||||
build the database with
|
||||
|
||||
python3 manage.py migrate
|
||||
python3 manage.py migrate
|
||||
|
||||
create superuser account with
|
||||
|
||||
python3 manage.py createsuperuser
|
||||
python3 manage.py createsuperuser
|
||||
|
||||
run the development server with
|
||||
|
||||
python3 manage.py runserver
|
||||
|
||||
you can run some very basic tests with
|
||||
|
||||
python3 manage.py test
|
||||
python3 manage.py runserver
|
||||
|
||||
access via
|
||||
|
||||
|
|
Loading…
Reference in New Issue