add example import

This commit is contained in:
Ciarán Ainsworth 2022-04-26 13:19:40 +02:00
parent 380858dfb2
commit 38b0de021c
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Management script reference
```{eval-rst}
.. automethod:: cli.users.create
```

View File

@ -24,6 +24,7 @@ import subprocess
sys.path.insert(0, os.path.abspath("../api"))
sys.path.insert(0, os.path.abspath("../api/config"))
sys.path.append(os.path.abspath("../api/funkwhale_api/cli"))
import funkwhale_api # NOQA