Update README.md

This commit is contained in:
Jens Timmerman 2020-08-19 19:50:45 +02:00 committed by GitHub
parent 4dcc82402c
commit 5b70fac504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -22,9 +22,14 @@ dnf install -y python3-pip git
pip3 install django
git clone git@github.com:JensTimmerman/im.git
cd im
python3 manage.py migrate
python3 manage.py createsuperuser
```
add username and password for your admin login and start the development server
```
python3 manage.py runserver
````
```