mongo updated
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
from .email.service import send_email
|
||||
from .redis.old_functions import (
|
||||
save_object_to_redis as save_access_token_to_redis,
|
||||
)
|
||||
from .redis.functions import RedisActions
|
||||
from .templates.password_templates import (
|
||||
password_is_changed_template,
|
||||
change_your_password_template,
|
||||
)
|
||||
|
||||
update_selected_to_redis = RedisActions.set_json
|
||||
_all__ = [
|
||||
"send_email",
|
||||
"RedisActions",
|
||||
"password_is_changed_template",
|
||||
"change_your_password_template",
|
||||
]
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import json
|
||||
import typing
|
||||
|
||||
from api_services.redis.conn import redis_cli
|
||||
from api_library.date_time_actions.date_functions import system_arrow
|
||||
from api_library.date_time_actions.date_functions import system_arrow, DateTimeLocal
|
||||
from api_objects import OccupantTokenObject, EmployeeTokenObject
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user