update
This commit is contained in:
@@ -113,7 +113,7 @@ from .poultry.views import Cancel_Poultry_Exchange_request, Check_Poultry_Auctio
|
||||
archive_poultry_hatching_with_archive_percent
|
||||
from bot_eata import bot_eitaa_for_bar, bot_eitaa_free_bar, bot_eitaa_for_hatching_gt_50, \
|
||||
bot_eitaa_for_province_kill_request, daily_manual_transaction_for_eata, transaction_for_eata_new, \
|
||||
daily_report_for_each_vet_farm_manual,send_all_bar_to_eitaa
|
||||
daily_report_for_each_vet_farm_manual, send_all_bar_to_eitaa, send_all_bar_to_eitaa_ticket
|
||||
from django.conf import settings
|
||||
from django.conf.urls.static import static
|
||||
|
||||
@@ -1391,5 +1391,6 @@ urlpatterns = [
|
||||
path('get_dispenser_user_info/', get_dispenser_user_info),
|
||||
path('fetch_evacuation_details_for_unknown_hatchings/', fetch_evacuation_details_for_unknown_hatchings),
|
||||
path('kill_house_debt_report_pdf/', kill_house_debt_report_pdf),
|
||||
path('send_all_bar_to_eitaa_ticket/', send_all_bar_to_eitaa_ticket),
|
||||
|
||||
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user