|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|