Skip to content

Commit

Permalink
fix missing user api registration
Browse files Browse the repository at this point in the history
mein Name authored and alphatownsman committed Jan 12, 2025
1 parent 59dbcbf commit 56f11fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions users/apps.py
Original file line number Diff line number Diff line change
@@ -5,5 +5,7 @@ class UsersConfig(AppConfig):
name = "users"

def ready(self):
from . import api # noqa

# register cron jobs
from users.jobs import MastodonUserSync # noqa

0 comments on commit 56f11fb

Please sign in to comment.