Add POI feature and imporve the overall backend implementation
This commit is contained in:
@@ -14,6 +14,7 @@ from .users import User
|
||||
from .tokens import RefreshToken, LoginAttempt
|
||||
from .onboarding import UserOnboardingProgress, UserOnboardingSummary
|
||||
from .consent import UserConsent, ConsentHistory
|
||||
from .deletion_job import DeletionJob
|
||||
|
||||
__all__ = [
|
||||
'User',
|
||||
@@ -23,5 +24,6 @@ __all__ = [
|
||||
'UserOnboardingSummary',
|
||||
'UserConsent',
|
||||
'ConsentHistory',
|
||||
'DeletionJob',
|
||||
"AuditLog",
|
||||
]
|
||||
Reference in New Issue
Block a user