now payments are finalized and dns registered when the event happens instead when user polls the backend

This commit is contained in:
Kristjan 2021-01-02 22:55:52 +01:00
parent e1abea77f5
commit 10414be0d2
3 changed files with 7 additions and 7 deletions

View file

@ -23,6 +23,9 @@ $ pipenv shell
$ pipenv install --dev
```
If any of the modules fails to install, try checking and upgrading your setupTool module.
`pip install -U setuptools`
If you wish to use a version of Python higher than 3.7:
```sh