Run
```
python3 manage.py runserver
```

and make it accessible by ngrok:
```
ngrok http 8000
```

