Browse Source

small doc changes

master
Benni Baermann 4 years ago
parent
commit
e050beb372
1 changed files with 3 additions and 7 deletions
  1. +3
    -7
      README.md

+ 3
- 7
README.md View File

@ -8,19 +8,15 @@ purpose: gather data from intern(WMDE) and extern(volunteers) forms to create a
build the database with build the database with
python3 manage.py migrate
python3 manage.py migrate
create superuser account with create superuser account with
python3 manage.py createsuperuser
python3 manage.py createsuperuser
run the development server with 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 access via

Loading…
Cancel
Save