fix missing user api registration
This commit is contained in:
parent
59dbcbff07
commit
56f11fbf9d
1 changed files with 2 additions and 0 deletions
|
@ -5,5 +5,7 @@ class UsersConfig(AppConfig):
|
||||||
name = "users"
|
name = "users"
|
||||||
|
|
||||||
def ready(self):
|
def ready(self):
|
||||||
|
from . import api # noqa
|
||||||
|
|
||||||
# register cron jobs
|
# register cron jobs
|
||||||
from users.jobs import MastodonUserSync # noqa
|
from users.jobs import MastodonUserSync # noqa
|
||||||
|
|
Loading…
Add table
Reference in a new issue