+ 1
− 0
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
@@ -25,6 +25,7 @@ urlpatterns = [
+ 18
− 0
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
@@ -144,6 +144,24 @@ def order_list_by_username_api(request, username):
+ 24
− 0
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
@@ -51,8 +51,32 @@ def get_order_statuses_with_ids(username):
+ 55
− 20
@@ -8,13 +8,15 @@ from aiogram.utils.keyboard import InlineKeyboardBuilder
@@ -43,11 +45,11 @@ async def send_welcome(message: types.Message, state: FSMContext):
@@ -66,7 +68,7 @@ async def delete_messages_up_to_start(chat_id: int, current_message_id: int):
@@ -75,29 +77,45 @@ async def ask_for_login(call: CallbackQuery, state: FSMContext):
@@ -110,10 +128,10 @@ async def show_profile(call: CallbackQuery):
@@ -160,15 +178,32 @@ async def show_orders(call: CallbackQuery):