diff --git a/Accounts/__pycache__/__init__.cpython-310.pyc b/Accounts/__pycache__/__init__.cpython-310.pyc index 6a46eeb..ae7b219 100644 Binary files a/Accounts/__pycache__/__init__.cpython-310.pyc and b/Accounts/__pycache__/__init__.cpython-310.pyc differ diff --git a/Accounts/__pycache__/admin.cpython-310.pyc b/Accounts/__pycache__/admin.cpython-310.pyc index beaedc6..575b3be 100644 Binary files a/Accounts/__pycache__/admin.cpython-310.pyc and b/Accounts/__pycache__/admin.cpython-310.pyc differ diff --git a/Accounts/__pycache__/apps.cpython-310.pyc b/Accounts/__pycache__/apps.cpython-310.pyc index dacd7b7..33052e6 100644 Binary files a/Accounts/__pycache__/apps.cpython-310.pyc and b/Accounts/__pycache__/apps.cpython-310.pyc differ diff --git a/Accounts/__pycache__/forms.cpython-310.pyc b/Accounts/__pycache__/forms.cpython-310.pyc index eecad1d..ab8d5ce 100644 Binary files a/Accounts/__pycache__/forms.cpython-310.pyc and b/Accounts/__pycache__/forms.cpython-310.pyc differ diff --git a/Accounts/__pycache__/models.cpython-310.pyc b/Accounts/__pycache__/models.cpython-310.pyc index a73c099..c7d6083 100644 Binary files a/Accounts/__pycache__/models.cpython-310.pyc and b/Accounts/__pycache__/models.cpython-310.pyc differ diff --git a/Accounts/__pycache__/serializers.cpython-310.pyc b/Accounts/__pycache__/serializers.cpython-310.pyc index 09908e4..8a380d0 100644 Binary files a/Accounts/__pycache__/serializers.cpython-310.pyc and b/Accounts/__pycache__/serializers.cpython-310.pyc differ diff --git a/Accounts/__pycache__/urls.cpython-310.pyc b/Accounts/__pycache__/urls.cpython-310.pyc index 76af945..b21240c 100644 Binary files a/Accounts/__pycache__/urls.cpython-310.pyc and b/Accounts/__pycache__/urls.cpython-310.pyc differ diff --git a/Accounts/__pycache__/views.cpython-310.pyc b/Accounts/__pycache__/views.cpython-310.pyc index c351d5d..b618c4d 100644 Binary files a/Accounts/__pycache__/views.cpython-310.pyc and b/Accounts/__pycache__/views.cpython-310.pyc differ diff --git a/Accounts/migrations/__pycache__/0001_initial.cpython-310.pyc b/Accounts/migrations/__pycache__/0001_initial.cpython-310.pyc index cc3251d..b4c4bd1 100644 Binary files a/Accounts/migrations/__pycache__/0001_initial.cpython-310.pyc and b/Accounts/migrations/__pycache__/0001_initial.cpython-310.pyc differ diff --git a/Accounts/migrations/__pycache__/0002_remove_userprofile_billing_address_and_more.cpython-310.pyc b/Accounts/migrations/__pycache__/0002_remove_userprofile_billing_address_and_more.cpython-310.pyc index 248edcf..9b50c22 100644 Binary files a/Accounts/migrations/__pycache__/0002_remove_userprofile_billing_address_and_more.cpython-310.pyc and b/Accounts/migrations/__pycache__/0002_remove_userprofile_billing_address_and_more.cpython-310.pyc differ diff --git a/Accounts/migrations/__pycache__/0003_userprofile_company_name.cpython-310.pyc b/Accounts/migrations/__pycache__/0003_userprofile_company_name.cpython-310.pyc index 3472343..8e7b4ac 100644 Binary files a/Accounts/migrations/__pycache__/0003_userprofile_company_name.cpython-310.pyc and b/Accounts/migrations/__pycache__/0003_userprofile_company_name.cpython-310.pyc differ diff --git a/Accounts/migrations/__pycache__/__init__.cpython-310.pyc b/Accounts/migrations/__pycache__/__init__.cpython-310.pyc index a707f57..42cb5fc 100644 Binary files a/Accounts/migrations/__pycache__/__init__.cpython-310.pyc and b/Accounts/migrations/__pycache__/__init__.cpython-310.pyc differ diff --git a/Accounts/views.py b/Accounts/views.py index 4510f82..b83c498 100644 --- a/Accounts/views.py +++ b/Accounts/views.py @@ -196,7 +196,7 @@ def otp_verification(request): return render(request, 'accounts/otp_verification.html') - +@csrf_exempt def tech4biz_Login(request): if request.user.is_authenticated: # Check if the user is already logged in return redirect('home') diff --git a/Dashboard/__pycache__/__init__.cpython-310.pyc b/Dashboard/__pycache__/__init__.cpython-310.pyc index 99d01b8..63f1103 100644 Binary files a/Dashboard/__pycache__/__init__.cpython-310.pyc and b/Dashboard/__pycache__/__init__.cpython-310.pyc differ diff --git a/Dashboard/__pycache__/admin.cpython-310.pyc b/Dashboard/__pycache__/admin.cpython-310.pyc index f98c533..d4569bb 100644 Binary files a/Dashboard/__pycache__/admin.cpython-310.pyc and b/Dashboard/__pycache__/admin.cpython-310.pyc differ diff --git a/Dashboard/__pycache__/apps.cpython-310.pyc b/Dashboard/__pycache__/apps.cpython-310.pyc index af495e1..90d3fb8 100644 Binary files a/Dashboard/__pycache__/apps.cpython-310.pyc and b/Dashboard/__pycache__/apps.cpython-310.pyc differ diff --git a/Dashboard/__pycache__/models.cpython-310.pyc b/Dashboard/__pycache__/models.cpython-310.pyc index 4e457c5..23d5f35 100644 Binary files a/Dashboard/__pycache__/models.cpython-310.pyc and b/Dashboard/__pycache__/models.cpython-310.pyc differ diff --git a/Dashboard/__pycache__/serializers.cpython-310.pyc b/Dashboard/__pycache__/serializers.cpython-310.pyc index aa76466..e611d37 100644 Binary files a/Dashboard/__pycache__/serializers.cpython-310.pyc and b/Dashboard/__pycache__/serializers.cpython-310.pyc differ diff --git a/Dashboard/__pycache__/urls.cpython-310.pyc b/Dashboard/__pycache__/urls.cpython-310.pyc index e334342..fe32c45 100644 Binary files a/Dashboard/__pycache__/urls.cpython-310.pyc and b/Dashboard/__pycache__/urls.cpython-310.pyc differ diff --git a/Dashboard/__pycache__/views.cpython-310.pyc b/Dashboard/__pycache__/views.cpython-310.pyc index e253256..ea27bc9 100644 Binary files a/Dashboard/__pycache__/views.cpython-310.pyc and b/Dashboard/__pycache__/views.cpython-310.pyc differ diff --git a/Dashboard/migrations/__pycache__/0001_initial.cpython-310.pyc b/Dashboard/migrations/__pycache__/0001_initial.cpython-310.pyc index 1d64a92..4396474 100644 Binary files a/Dashboard/migrations/__pycache__/0001_initial.cpython-310.pyc and b/Dashboard/migrations/__pycache__/0001_initial.cpython-310.pyc differ diff --git a/Dashboard/migrations/__pycache__/0002_number.cpython-310.pyc b/Dashboard/migrations/__pycache__/0002_number.cpython-310.pyc index 0a1e691..a25189d 100644 Binary files a/Dashboard/migrations/__pycache__/0002_number.cpython-310.pyc and b/Dashboard/migrations/__pycache__/0002_number.cpython-310.pyc differ diff --git a/Dashboard/migrations/__pycache__/0003_sqlstatus.cpython-310.pyc b/Dashboard/migrations/__pycache__/0003_sqlstatus.cpython-310.pyc index c72e385..b00fb2a 100644 Binary files a/Dashboard/migrations/__pycache__/0003_sqlstatus.cpython-310.pyc and b/Dashboard/migrations/__pycache__/0003_sqlstatus.cpython-310.pyc differ diff --git a/Dashboard/migrations/__pycache__/0004_alter_sqlstatus_value.cpython-310.pyc b/Dashboard/migrations/__pycache__/0004_alter_sqlstatus_value.cpython-310.pyc index 45371b9..443df28 100644 Binary files a/Dashboard/migrations/__pycache__/0004_alter_sqlstatus_value.cpython-310.pyc and b/Dashboard/migrations/__pycache__/0004_alter_sqlstatus_value.cpython-310.pyc differ diff --git a/Dashboard/migrations/__pycache__/0005_restoredatabase.cpython-310.pyc b/Dashboard/migrations/__pycache__/0005_restoredatabase.cpython-310.pyc index 7a0f9ee..9bdf3a8 100644 Binary files a/Dashboard/migrations/__pycache__/0005_restoredatabase.cpython-310.pyc and b/Dashboard/migrations/__pycache__/0005_restoredatabase.cpython-310.pyc differ diff --git a/Dashboard/migrations/__pycache__/__init__.cpython-310.pyc b/Dashboard/migrations/__pycache__/__init__.cpython-310.pyc index dfbbf24..08384a9 100644 Binary files a/Dashboard/migrations/__pycache__/__init__.cpython-310.pyc and b/Dashboard/migrations/__pycache__/__init__.cpython-310.pyc differ diff --git a/Device/__pycache__/__init__.cpython-310.pyc b/Device/__pycache__/__init__.cpython-310.pyc index 5d62226..64ef938 100644 Binary files a/Device/__pycache__/__init__.cpython-310.pyc and b/Device/__pycache__/__init__.cpython-310.pyc differ diff --git a/Device/__pycache__/admin.cpython-310.pyc b/Device/__pycache__/admin.cpython-310.pyc index cf00ce1..cd421c4 100644 Binary files a/Device/__pycache__/admin.cpython-310.pyc and b/Device/__pycache__/admin.cpython-310.pyc differ diff --git a/Device/__pycache__/apps.cpython-310.pyc b/Device/__pycache__/apps.cpython-310.pyc index b383007..5cc1a7e 100644 Binary files a/Device/__pycache__/apps.cpython-310.pyc and b/Device/__pycache__/apps.cpython-310.pyc differ diff --git a/Device/__pycache__/forms.cpython-310.pyc b/Device/__pycache__/forms.cpython-310.pyc index d7cbaee..b717201 100644 Binary files a/Device/__pycache__/forms.cpython-310.pyc and b/Device/__pycache__/forms.cpython-310.pyc differ diff --git a/Device/__pycache__/models.cpython-310.pyc b/Device/__pycache__/models.cpython-310.pyc index d4a6bc2..e288ea0 100644 Binary files a/Device/__pycache__/models.cpython-310.pyc and b/Device/__pycache__/models.cpython-310.pyc differ diff --git a/Device/__pycache__/urls.cpython-310.pyc b/Device/__pycache__/urls.cpython-310.pyc index 7aa7d13..4968136 100644 Binary files a/Device/__pycache__/urls.cpython-310.pyc and b/Device/__pycache__/urls.cpython-310.pyc differ diff --git a/Device/__pycache__/views.cpython-310.pyc b/Device/__pycache__/views.cpython-310.pyc index 643df57..893a154 100644 Binary files a/Device/__pycache__/views.cpython-310.pyc and b/Device/__pycache__/views.cpython-310.pyc differ diff --git a/Device/migrations/__pycache__/0001_initial.cpython-310.pyc b/Device/migrations/__pycache__/0001_initial.cpython-310.pyc index 8952651..a943090 100644 Binary files a/Device/migrations/__pycache__/0001_initial.cpython-310.pyc and b/Device/migrations/__pycache__/0001_initial.cpython-310.pyc differ diff --git a/Device/migrations/__pycache__/0002_devices_device_unique_id.cpython-310.pyc b/Device/migrations/__pycache__/0002_devices_device_unique_id.cpython-310.pyc index cc7651e..72f9201 100644 Binary files a/Device/migrations/__pycache__/0002_devices_device_unique_id.cpython-310.pyc and b/Device/migrations/__pycache__/0002_devices_device_unique_id.cpython-310.pyc differ diff --git a/Device/migrations/__pycache__/0003_alter_devices_pod.cpython-310.pyc b/Device/migrations/__pycache__/0003_alter_devices_pod.cpython-310.pyc index f2c445f..efd5462 100644 Binary files a/Device/migrations/__pycache__/0003_alter_devices_pod.cpython-310.pyc and b/Device/migrations/__pycache__/0003_alter_devices_pod.cpython-310.pyc differ diff --git a/Device/migrations/__pycache__/0004_alter_devices_pod.cpython-310.pyc b/Device/migrations/__pycache__/0004_alter_devices_pod.cpython-310.pyc index 6d12a08..460bfd6 100644 Binary files a/Device/migrations/__pycache__/0004_alter_devices_pod.cpython-310.pyc and b/Device/migrations/__pycache__/0004_alter_devices_pod.cpython-310.pyc differ diff --git a/Device/migrations/__pycache__/0005_alter_devices_used_by.cpython-310.pyc b/Device/migrations/__pycache__/0005_alter_devices_used_by.cpython-310.pyc index 6695c36..c2c5685 100644 Binary files a/Device/migrations/__pycache__/0005_alter_devices_used_by.cpython-310.pyc and b/Device/migrations/__pycache__/0005_alter_devices_used_by.cpython-310.pyc differ diff --git a/Device/migrations/__pycache__/0006_devices_timezone.cpython-310.pyc b/Device/migrations/__pycache__/0006_devices_timezone.cpython-310.pyc index 45a0f92..f7ce397 100644 Binary files a/Device/migrations/__pycache__/0006_devices_timezone.cpython-310.pyc and b/Device/migrations/__pycache__/0006_devices_timezone.cpython-310.pyc differ diff --git a/Device/migrations/__pycache__/0007_devices_mac_address_devices_unique_id.cpython-310.pyc b/Device/migrations/__pycache__/0007_devices_mac_address_devices_unique_id.cpython-310.pyc index 184c771..826d265 100644 Binary files a/Device/migrations/__pycache__/0007_devices_mac_address_devices_unique_id.cpython-310.pyc and b/Device/migrations/__pycache__/0007_devices_mac_address_devices_unique_id.cpython-310.pyc differ diff --git a/Device/migrations/__pycache__/__init__.cpython-310.pyc b/Device/migrations/__pycache__/__init__.cpython-310.pyc index 76f4a91..eaaeafa 100644 Binary files a/Device/migrations/__pycache__/__init__.cpython-310.pyc and b/Device/migrations/__pycache__/__init__.cpython-310.pyc differ diff --git a/Ticketsystem/__pycache__/__init__.cpython-310.pyc b/Ticketsystem/__pycache__/__init__.cpython-310.pyc index 3444924..2a9e2c5 100644 Binary files a/Ticketsystem/__pycache__/__init__.cpython-310.pyc and b/Ticketsystem/__pycache__/__init__.cpython-310.pyc differ diff --git a/Ticketsystem/__pycache__/admin.cpython-310.pyc b/Ticketsystem/__pycache__/admin.cpython-310.pyc index 4ec6e43..e34a3ba 100644 Binary files a/Ticketsystem/__pycache__/admin.cpython-310.pyc and b/Ticketsystem/__pycache__/admin.cpython-310.pyc differ diff --git a/Ticketsystem/__pycache__/apps.cpython-310.pyc b/Ticketsystem/__pycache__/apps.cpython-310.pyc index eaf18fb..d1b3ad7 100644 Binary files a/Ticketsystem/__pycache__/apps.cpython-310.pyc and b/Ticketsystem/__pycache__/apps.cpython-310.pyc differ diff --git a/Ticketsystem/__pycache__/forms.cpython-310.pyc b/Ticketsystem/__pycache__/forms.cpython-310.pyc index 5086e6f..b56727a 100644 Binary files a/Ticketsystem/__pycache__/forms.cpython-310.pyc and b/Ticketsystem/__pycache__/forms.cpython-310.pyc differ diff --git a/Ticketsystem/__pycache__/models.cpython-310.pyc b/Ticketsystem/__pycache__/models.cpython-310.pyc index 6c18724..3af5ad1 100644 Binary files a/Ticketsystem/__pycache__/models.cpython-310.pyc and b/Ticketsystem/__pycache__/models.cpython-310.pyc differ diff --git a/Ticketsystem/__pycache__/urls.cpython-310.pyc b/Ticketsystem/__pycache__/urls.cpython-310.pyc index a786f83..7bdfadd 100644 Binary files a/Ticketsystem/__pycache__/urls.cpython-310.pyc and b/Ticketsystem/__pycache__/urls.cpython-310.pyc differ diff --git a/Ticketsystem/__pycache__/views.cpython-310.pyc b/Ticketsystem/__pycache__/views.cpython-310.pyc index 86cae78..1ddcfc9 100644 Binary files a/Ticketsystem/__pycache__/views.cpython-310.pyc and b/Ticketsystem/__pycache__/views.cpython-310.pyc differ diff --git a/Ticketsystem/migrations/__pycache__/0001_initial.cpython-310.pyc b/Ticketsystem/migrations/__pycache__/0001_initial.cpython-310.pyc index fb93dfd..84908c7 100644 Binary files a/Ticketsystem/migrations/__pycache__/0001_initial.cpython-310.pyc and b/Ticketsystem/migrations/__pycache__/0001_initial.cpython-310.pyc differ diff --git a/Ticketsystem/migrations/__pycache__/0002_alter_helpdesksubmission_image.cpython-310.pyc b/Ticketsystem/migrations/__pycache__/0002_alter_helpdesksubmission_image.cpython-310.pyc index 64fbd76..2be33c7 100644 Binary files a/Ticketsystem/migrations/__pycache__/0002_alter_helpdesksubmission_image.cpython-310.pyc and b/Ticketsystem/migrations/__pycache__/0002_alter_helpdesksubmission_image.cpython-310.pyc differ diff --git a/Ticketsystem/migrations/__pycache__/0003_helpdesksubmission_status.cpython-310.pyc b/Ticketsystem/migrations/__pycache__/0003_helpdesksubmission_status.cpython-310.pyc index b31d9c4..f9d91af 100644 Binary files a/Ticketsystem/migrations/__pycache__/0003_helpdesksubmission_status.cpython-310.pyc and b/Ticketsystem/migrations/__pycache__/0003_helpdesksubmission_status.cpython-310.pyc differ diff --git a/Ticketsystem/migrations/__pycache__/__init__.cpython-310.pyc b/Ticketsystem/migrations/__pycache__/__init__.cpython-310.pyc index ca56ab7..9cabd09 100644 Binary files a/Ticketsystem/migrations/__pycache__/__init__.cpython-310.pyc and b/Ticketsystem/migrations/__pycache__/__init__.cpython-310.pyc differ diff --git a/db.sqlite3 b/db.sqlite3 index 3cfdf14..2b1e481 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/helpdesk/__pycache__/__init__.cpython-310.pyc b/helpdesk/__pycache__/__init__.cpython-310.pyc index c7bae1c..46f120b 100644 Binary files a/helpdesk/__pycache__/__init__.cpython-310.pyc and b/helpdesk/__pycache__/__init__.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/admin.cpython-310.pyc b/helpdesk/__pycache__/admin.cpython-310.pyc index a2f9677..aa87838 100644 Binary files a/helpdesk/__pycache__/admin.cpython-310.pyc and b/helpdesk/__pycache__/admin.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/apps.cpython-310.pyc b/helpdesk/__pycache__/apps.cpython-310.pyc index edf3dfa..1e22d5b 100644 Binary files a/helpdesk/__pycache__/apps.cpython-310.pyc and b/helpdesk/__pycache__/apps.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/decorators.cpython-310.pyc b/helpdesk/__pycache__/decorators.cpython-310.pyc index 0fef167..d289997 100644 Binary files a/helpdesk/__pycache__/decorators.cpython-310.pyc and b/helpdesk/__pycache__/decorators.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/email.cpython-310.pyc b/helpdesk/__pycache__/email.cpython-310.pyc index cd75581..d16ecdb 100644 Binary files a/helpdesk/__pycache__/email.cpython-310.pyc and b/helpdesk/__pycache__/email.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/forms.cpython-310.pyc b/helpdesk/__pycache__/forms.cpython-310.pyc index ecaa389..04c0898 100644 Binary files a/helpdesk/__pycache__/forms.cpython-310.pyc and b/helpdesk/__pycache__/forms.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/lib.cpython-310.pyc b/helpdesk/__pycache__/lib.cpython-310.pyc index b4696fe..5089bc6 100644 Binary files a/helpdesk/__pycache__/lib.cpython-310.pyc and b/helpdesk/__pycache__/lib.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/models.cpython-310.pyc b/helpdesk/__pycache__/models.cpython-310.pyc index 43b989e..1be0e11 100644 Binary files a/helpdesk/__pycache__/models.cpython-310.pyc and b/helpdesk/__pycache__/models.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/query.cpython-310.pyc b/helpdesk/__pycache__/query.cpython-310.pyc index 2a77923..8e7c5ef 100644 Binary files a/helpdesk/__pycache__/query.cpython-310.pyc and b/helpdesk/__pycache__/query.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/serializers.cpython-310.pyc b/helpdesk/__pycache__/serializers.cpython-310.pyc index c2c5237..33fd800 100644 Binary files a/helpdesk/__pycache__/serializers.cpython-310.pyc and b/helpdesk/__pycache__/serializers.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/settings.cpython-310.pyc b/helpdesk/__pycache__/settings.cpython-310.pyc index 08b1039..1603639 100644 Binary files a/helpdesk/__pycache__/settings.cpython-310.pyc and b/helpdesk/__pycache__/settings.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/signals.cpython-310.pyc b/helpdesk/__pycache__/signals.cpython-310.pyc index e779b18..d2008ee 100644 Binary files a/helpdesk/__pycache__/signals.cpython-310.pyc and b/helpdesk/__pycache__/signals.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/tasks.cpython-310.pyc b/helpdesk/__pycache__/tasks.cpython-310.pyc index b1ecd1b..0c90051 100644 Binary files a/helpdesk/__pycache__/tasks.cpython-310.pyc and b/helpdesk/__pycache__/tasks.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/templated_email.cpython-310.pyc b/helpdesk/__pycache__/templated_email.cpython-310.pyc index 0491d03..b6f8fbf 100644 Binary files a/helpdesk/__pycache__/templated_email.cpython-310.pyc and b/helpdesk/__pycache__/templated_email.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/update_ticket.cpython-310.pyc b/helpdesk/__pycache__/update_ticket.cpython-310.pyc index ea221a1..09581ac 100644 Binary files a/helpdesk/__pycache__/update_ticket.cpython-310.pyc and b/helpdesk/__pycache__/update_ticket.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/urls.cpython-310.pyc b/helpdesk/__pycache__/urls.cpython-310.pyc index 31750cd..918814a 100644 Binary files a/helpdesk/__pycache__/urls.cpython-310.pyc and b/helpdesk/__pycache__/urls.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/user.cpython-310.pyc b/helpdesk/__pycache__/user.cpython-310.pyc index 757d710..7789830 100644 Binary files a/helpdesk/__pycache__/user.cpython-310.pyc and b/helpdesk/__pycache__/user.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/validators.cpython-310.pyc b/helpdesk/__pycache__/validators.cpython-310.pyc index b107a3c..2683ddb 100644 Binary files a/helpdesk/__pycache__/validators.cpython-310.pyc and b/helpdesk/__pycache__/validators.cpython-310.pyc differ diff --git a/helpdesk/__pycache__/webhooks.cpython-310.pyc b/helpdesk/__pycache__/webhooks.cpython-310.pyc index d38680f..2c2e52d 100644 Binary files a/helpdesk/__pycache__/webhooks.cpython-310.pyc and b/helpdesk/__pycache__/webhooks.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0001_initial.cpython-310.pyc b/helpdesk/migrations/__pycache__/0001_initial.cpython-310.pyc index c86a32a..ad9f169 100644 Binary files a/helpdesk/migrations/__pycache__/0001_initial.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0001_initial.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0002_populate_usersettings.cpython-310.pyc b/helpdesk/migrations/__pycache__/0002_populate_usersettings.cpython-310.pyc index 996634d..c800439 100644 Binary files a/helpdesk/migrations/__pycache__/0002_populate_usersettings.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0002_populate_usersettings.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0003_initial_data_import.cpython-310.pyc b/helpdesk/migrations/__pycache__/0003_initial_data_import.cpython-310.pyc index c76e18d..37c7505 100644 Binary files a/helpdesk/migrations/__pycache__/0003_initial_data_import.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0003_initial_data_import.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0004_add_per_queue_staff_membership.cpython-310.pyc b/helpdesk/migrations/__pycache__/0004_add_per_queue_staff_membership.cpython-310.pyc index 15cc85b..ef55bf9 100644 Binary files a/helpdesk/migrations/__pycache__/0004_add_per_queue_staff_membership.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0004_add_per_queue_staff_membership.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0005_queues_no_null.cpython-310.pyc b/helpdesk/migrations/__pycache__/0005_queues_no_null.cpython-310.pyc index 2c184e0..469e706 100644 Binary files a/helpdesk/migrations/__pycache__/0005_queues_no_null.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0005_queues_no_null.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0006_email_maxlength.cpython-310.pyc b/helpdesk/migrations/__pycache__/0006_email_maxlength.cpython-310.pyc index c87783b..e8cb60b 100644 Binary files a/helpdesk/migrations/__pycache__/0006_email_maxlength.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0006_email_maxlength.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0007_max_length_by_integer.cpython-310.pyc b/helpdesk/migrations/__pycache__/0007_max_length_by_integer.cpython-310.pyc index f3e5656..a3bff58 100644 Binary files a/helpdesk/migrations/__pycache__/0007_max_length_by_integer.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0007_max_length_by_integer.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0008_extra_for_permissions.cpython-310.pyc b/helpdesk/migrations/__pycache__/0008_extra_for_permissions.cpython-310.pyc index 47e512c..6edc7b6 100644 Binary files a/helpdesk/migrations/__pycache__/0008_extra_for_permissions.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0008_extra_for_permissions.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0009_migrate_queuemembership.cpython-310.pyc b/helpdesk/migrations/__pycache__/0009_migrate_queuemembership.cpython-310.pyc index 22a675d..98ad83a 100644 Binary files a/helpdesk/migrations/__pycache__/0009_migrate_queuemembership.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0009_migrate_queuemembership.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0010_remove_queuemembership.cpython-310.pyc b/helpdesk/migrations/__pycache__/0010_remove_queuemembership.cpython-310.pyc index c09b25b..04cedba 100644 Binary files a/helpdesk/migrations/__pycache__/0010_remove_queuemembership.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0010_remove_queuemembership.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0011_admin_related_improvements.cpython-310.pyc b/helpdesk/migrations/__pycache__/0011_admin_related_improvements.cpython-310.pyc index 0dc39e1..294afc8 100644 Binary files a/helpdesk/migrations/__pycache__/0011_admin_related_improvements.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0011_admin_related_improvements.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0012_queue_default_owner.cpython-310.pyc b/helpdesk/migrations/__pycache__/0012_queue_default_owner.cpython-310.pyc index 17be8d6..a6c7a3d 100644 Binary files a/helpdesk/migrations/__pycache__/0012_queue_default_owner.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0012_queue_default_owner.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0013_email_box_local_dir_and_logging.cpython-310.pyc b/helpdesk/migrations/__pycache__/0013_email_box_local_dir_and_logging.cpython-310.pyc index ca4a2e4..3fc2abb 100644 Binary files a/helpdesk/migrations/__pycache__/0013_email_box_local_dir_and_logging.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0013_email_box_local_dir_and_logging.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0014_usersettings_related_name.cpython-310.pyc b/helpdesk/migrations/__pycache__/0014_usersettings_related_name.cpython-310.pyc index f675023..4ff92d4 100644 Binary files a/helpdesk/migrations/__pycache__/0014_usersettings_related_name.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0014_usersettings_related_name.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0015_expand_permission_name_size.cpython-310.pyc b/helpdesk/migrations/__pycache__/0015_expand_permission_name_size.cpython-310.pyc index bb2a07a..44030f9 100644 Binary files a/helpdesk/migrations/__pycache__/0015_expand_permission_name_size.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0015_expand_permission_name_size.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0016_alter_model_options.cpython-310.pyc b/helpdesk/migrations/__pycache__/0016_alter_model_options.cpython-310.pyc index 8513089..0e7e169 100644 Binary files a/helpdesk/migrations/__pycache__/0016_alter_model_options.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0016_alter_model_options.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0017_default_owner_on_delete_null.cpython-310.pyc b/helpdesk/migrations/__pycache__/0017_default_owner_on_delete_null.cpython-310.pyc index daa1195..12a2eed 100644 Binary files a/helpdesk/migrations/__pycache__/0017_default_owner_on_delete_null.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0017_default_owner_on_delete_null.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0018_ticket_secret_key.cpython-310.pyc b/helpdesk/migrations/__pycache__/0018_ticket_secret_key.cpython-310.pyc index 22a9345..ba09515 100644 Binary files a/helpdesk/migrations/__pycache__/0018_ticket_secret_key.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0018_ticket_secret_key.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0019_ticket_secret_key.cpython-310.pyc b/helpdesk/migrations/__pycache__/0019_ticket_secret_key.cpython-310.pyc index 7b15969..749bfef 100644 Binary files a/helpdesk/migrations/__pycache__/0019_ticket_secret_key.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0019_ticket_secret_key.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0020_depickle_user_settings.cpython-310.pyc b/helpdesk/migrations/__pycache__/0020_depickle_user_settings.cpython-310.pyc index 567af5b..e018281 100644 Binary files a/helpdesk/migrations/__pycache__/0020_depickle_user_settings.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0020_depickle_user_settings.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0021_voting_tracker.cpython-310.pyc b/helpdesk/migrations/__pycache__/0021_voting_tracker.cpython-310.pyc index 6ada387..70baf30 100644 Binary files a/helpdesk/migrations/__pycache__/0021_voting_tracker.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0021_voting_tracker.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0022_add_submitter_email_id_field_to_ticket.cpython-310.pyc b/helpdesk/migrations/__pycache__/0022_add_submitter_email_id_field_to_ticket.cpython-310.pyc index 90dc28d..100041b 100644 Binary files a/helpdesk/migrations/__pycache__/0022_add_submitter_email_id_field_to_ticket.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0022_add_submitter_email_id_field_to_ticket.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0023_add_enable_notifications_on_email_events_to_ticket.cpython-310.pyc b/helpdesk/migrations/__pycache__/0023_add_enable_notifications_on_email_events_to_ticket.cpython-310.pyc index a844982..2c8e7c3 100644 Binary files a/helpdesk/migrations/__pycache__/0023_add_enable_notifications_on_email_events_to_ticket.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0023_add_enable_notifications_on_email_events_to_ticket.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0024_time_spent.cpython-310.pyc b/helpdesk/migrations/__pycache__/0024_time_spent.cpython-310.pyc index 1dce2c9..f0432ab 100644 Binary files a/helpdesk/migrations/__pycache__/0024_time_spent.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0024_time_spent.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0025_queue_dedicated_time.cpython-310.pyc b/helpdesk/migrations/__pycache__/0025_queue_dedicated_time.cpython-310.pyc index 388ebe1..3dd5abf 100644 Binary files a/helpdesk/migrations/__pycache__/0025_queue_dedicated_time.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0025_queue_dedicated_time.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0026_kbitem_attachments.cpython-310.pyc b/helpdesk/migrations/__pycache__/0026_kbitem_attachments.cpython-310.pyc index 476bcd4..5bca328 100644 Binary files a/helpdesk/migrations/__pycache__/0026_kbitem_attachments.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0026_kbitem_attachments.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0027_auto_20200107_1221.cpython-310.pyc b/helpdesk/migrations/__pycache__/0027_auto_20200107_1221.cpython-310.pyc index 76454dd..12c3ed9 100644 Binary files a/helpdesk/migrations/__pycache__/0027_auto_20200107_1221.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0027_auto_20200107_1221.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0028_kbitem_team.cpython-310.pyc b/helpdesk/migrations/__pycache__/0028_kbitem_team.cpython-310.pyc index ffd52f5..a93fcab 100644 Binary files a/helpdesk/migrations/__pycache__/0028_kbitem_team.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0028_kbitem_team.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0029_kbcategory_public.cpython-310.pyc b/helpdesk/migrations/__pycache__/0029_kbcategory_public.cpython-310.pyc index ccc52c5..7caa94d 100644 Binary files a/helpdesk/migrations/__pycache__/0029_kbcategory_public.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0029_kbcategory_public.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0030_add_kbcategory_name.cpython-310.pyc b/helpdesk/migrations/__pycache__/0030_add_kbcategory_name.cpython-310.pyc index 2d7c612..18a28c1 100644 Binary files a/helpdesk/migrations/__pycache__/0030_add_kbcategory_name.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0030_add_kbcategory_name.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0031_auto_20200225_1440.cpython-310.pyc b/helpdesk/migrations/__pycache__/0031_auto_20200225_1440.cpython-310.pyc index 64944ef..2c8dc1c 100644 Binary files a/helpdesk/migrations/__pycache__/0031_auto_20200225_1440.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0031_auto_20200225_1440.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0032_kbitem_enabled.cpython-310.pyc b/helpdesk/migrations/__pycache__/0032_kbitem_enabled.cpython-310.pyc index c651c7d..4b0527c 100644 Binary files a/helpdesk/migrations/__pycache__/0032_kbitem_enabled.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0032_kbitem_enabled.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0033_ticket_merged_to.cpython-310.pyc b/helpdesk/migrations/__pycache__/0033_ticket_merged_to.cpython-310.pyc index 71c7537..97c798a 100644 Binary files a/helpdesk/migrations/__pycache__/0033_ticket_merged_to.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0033_ticket_merged_to.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0034_create_email_template_for_merged.cpython-310.pyc b/helpdesk/migrations/__pycache__/0034_create_email_template_for_merged.cpython-310.pyc index 94e84c5..2250f0f 100644 Binary files a/helpdesk/migrations/__pycache__/0034_create_email_template_for_merged.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0034_create_email_template_for_merged.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0035_alter_email_on_ticket_change.cpython-310.pyc b/helpdesk/migrations/__pycache__/0035_alter_email_on_ticket_change.cpython-310.pyc index 030d8a0..4fb7a09 100644 Binary files a/helpdesk/migrations/__pycache__/0035_alter_email_on_ticket_change.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0035_alter_email_on_ticket_change.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0036_add_attachment_validator.cpython-310.pyc b/helpdesk/migrations/__pycache__/0036_add_attachment_validator.cpython-310.pyc index 8e09bbf..ccde711 100644 Binary files a/helpdesk/migrations/__pycache__/0036_add_attachment_validator.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0036_add_attachment_validator.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0037_alter_queue_email_box_type.cpython-310.pyc b/helpdesk/migrations/__pycache__/0037_alter_queue_email_box_type.cpython-310.pyc index 644eea0..dff1a23 100644 Binary files a/helpdesk/migrations/__pycache__/0037_alter_queue_email_box_type.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0037_alter_queue_email_box_type.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/0038_checklist_checklisttemplate_checklisttask.cpython-310.pyc b/helpdesk/migrations/__pycache__/0038_checklist_checklisttemplate_checklisttask.cpython-310.pyc index e884161..e070cf8 100644 Binary files a/helpdesk/migrations/__pycache__/0038_checklist_checklisttemplate_checklisttask.cpython-310.pyc and b/helpdesk/migrations/__pycache__/0038_checklist_checklisttemplate_checklisttask.cpython-310.pyc differ diff --git a/helpdesk/migrations/__pycache__/__init__.cpython-310.pyc b/helpdesk/migrations/__pycache__/__init__.cpython-310.pyc index 1929b43..208d888 100644 Binary files a/helpdesk/migrations/__pycache__/__init__.cpython-310.pyc and b/helpdesk/migrations/__pycache__/__init__.cpython-310.pyc differ diff --git a/helpdesk/templatetags/__pycache__/__init__.cpython-310.pyc b/helpdesk/templatetags/__pycache__/__init__.cpython-310.pyc index 73d58de..4f01b4e 100644 Binary files a/helpdesk/templatetags/__pycache__/__init__.cpython-310.pyc and b/helpdesk/templatetags/__pycache__/__init__.cpython-310.pyc differ diff --git a/helpdesk/templatetags/__pycache__/helpdesk_staff.cpython-310.pyc b/helpdesk/templatetags/__pycache__/helpdesk_staff.cpython-310.pyc index 246f437..cf12ab5 100644 Binary files a/helpdesk/templatetags/__pycache__/helpdesk_staff.cpython-310.pyc and b/helpdesk/templatetags/__pycache__/helpdesk_staff.cpython-310.pyc differ diff --git a/helpdesk/templatetags/__pycache__/helpdesk_util.cpython-310.pyc b/helpdesk/templatetags/__pycache__/helpdesk_util.cpython-310.pyc index 2667a71..3a0c4fd 100644 Binary files a/helpdesk/templatetags/__pycache__/helpdesk_util.cpython-310.pyc and b/helpdesk/templatetags/__pycache__/helpdesk_util.cpython-310.pyc differ diff --git a/helpdesk/templatetags/__pycache__/in_list.cpython-310.pyc b/helpdesk/templatetags/__pycache__/in_list.cpython-310.pyc index 86cc237..cb6021f 100644 Binary files a/helpdesk/templatetags/__pycache__/in_list.cpython-310.pyc and b/helpdesk/templatetags/__pycache__/in_list.cpython-310.pyc differ diff --git a/helpdesk/templatetags/__pycache__/load_helpdesk_settings.cpython-310.pyc b/helpdesk/templatetags/__pycache__/load_helpdesk_settings.cpython-310.pyc index a8deaca..1d9396a 100644 Binary files a/helpdesk/templatetags/__pycache__/load_helpdesk_settings.cpython-310.pyc and b/helpdesk/templatetags/__pycache__/load_helpdesk_settings.cpython-310.pyc differ diff --git a/helpdesk/templatetags/__pycache__/saved_queries.cpython-310.pyc b/helpdesk/templatetags/__pycache__/saved_queries.cpython-310.pyc index 90edef7..8297e7a 100644 Binary files a/helpdesk/templatetags/__pycache__/saved_queries.cpython-310.pyc and b/helpdesk/templatetags/__pycache__/saved_queries.cpython-310.pyc differ diff --git a/helpdesk/templatetags/__pycache__/ticket_to_link.cpython-310.pyc b/helpdesk/templatetags/__pycache__/ticket_to_link.cpython-310.pyc index 9478b1b..242dbe3 100644 Binary files a/helpdesk/templatetags/__pycache__/ticket_to_link.cpython-310.pyc and b/helpdesk/templatetags/__pycache__/ticket_to_link.cpython-310.pyc differ diff --git a/helpdesk/templatetags/__pycache__/user_admin_url.cpython-310.pyc b/helpdesk/templatetags/__pycache__/user_admin_url.cpython-310.pyc index 608005f..8f5b7b1 100644 Binary files a/helpdesk/templatetags/__pycache__/user_admin_url.cpython-310.pyc and b/helpdesk/templatetags/__pycache__/user_admin_url.cpython-310.pyc differ diff --git a/helpdesk/views/__pycache__/__init__.cpython-310.pyc b/helpdesk/views/__pycache__/__init__.cpython-310.pyc index 98f0051..0fe36aa 100644 Binary files a/helpdesk/views/__pycache__/__init__.cpython-310.pyc and b/helpdesk/views/__pycache__/__init__.cpython-310.pyc differ diff --git a/helpdesk/views/__pycache__/abstract_views.cpython-310.pyc b/helpdesk/views/__pycache__/abstract_views.cpython-310.pyc index be228cd..21191f0 100644 Binary files a/helpdesk/views/__pycache__/abstract_views.cpython-310.pyc and b/helpdesk/views/__pycache__/abstract_views.cpython-310.pyc differ diff --git a/helpdesk/views/__pycache__/api.cpython-310.pyc b/helpdesk/views/__pycache__/api.cpython-310.pyc index 5f727db..9276ede 100644 Binary files a/helpdesk/views/__pycache__/api.cpython-310.pyc and b/helpdesk/views/__pycache__/api.cpython-310.pyc differ diff --git a/helpdesk/views/__pycache__/feeds.cpython-310.pyc b/helpdesk/views/__pycache__/feeds.cpython-310.pyc index 52b391d..29cdedf 100644 Binary files a/helpdesk/views/__pycache__/feeds.cpython-310.pyc and b/helpdesk/views/__pycache__/feeds.cpython-310.pyc differ diff --git a/helpdesk/views/__pycache__/kb.cpython-310.pyc b/helpdesk/views/__pycache__/kb.cpython-310.pyc index 324b696..d96ace2 100644 Binary files a/helpdesk/views/__pycache__/kb.cpython-310.pyc and b/helpdesk/views/__pycache__/kb.cpython-310.pyc differ diff --git a/helpdesk/views/__pycache__/login.cpython-310.pyc b/helpdesk/views/__pycache__/login.cpython-310.pyc index 49d7af3..d52b986 100644 Binary files a/helpdesk/views/__pycache__/login.cpython-310.pyc and b/helpdesk/views/__pycache__/login.cpython-310.pyc differ diff --git a/helpdesk/views/__pycache__/permissions.cpython-310.pyc b/helpdesk/views/__pycache__/permissions.cpython-310.pyc index ad3fae9..bab7bdc 100644 Binary files a/helpdesk/views/__pycache__/permissions.cpython-310.pyc and b/helpdesk/views/__pycache__/permissions.cpython-310.pyc differ diff --git a/helpdesk/views/__pycache__/public.cpython-310.pyc b/helpdesk/views/__pycache__/public.cpython-310.pyc index c7352ff..a682adc 100644 Binary files a/helpdesk/views/__pycache__/public.cpython-310.pyc and b/helpdesk/views/__pycache__/public.cpython-310.pyc differ diff --git a/helpdesk/views/__pycache__/staff.cpython-310.pyc b/helpdesk/views/__pycache__/staff.cpython-310.pyc index f00b2b7..4370186 100644 Binary files a/helpdesk/views/__pycache__/staff.cpython-310.pyc and b/helpdesk/views/__pycache__/staff.cpython-310.pyc differ diff --git a/malware/__pycache__/__init__.cpython-310.pyc b/malware/__pycache__/__init__.cpython-310.pyc index 5bfe2b2..5904597 100644 Binary files a/malware/__pycache__/__init__.cpython-310.pyc and b/malware/__pycache__/__init__.cpython-310.pyc differ diff --git a/malware/__pycache__/admin.cpython-310.pyc b/malware/__pycache__/admin.cpython-310.pyc index b868943..dbc4149 100644 Binary files a/malware/__pycache__/admin.cpython-310.pyc and b/malware/__pycache__/admin.cpython-310.pyc differ diff --git a/malware/__pycache__/apps.cpython-310.pyc b/malware/__pycache__/apps.cpython-310.pyc index 09b516e..ca0dc2b 100644 Binary files a/malware/__pycache__/apps.cpython-310.pyc and b/malware/__pycache__/apps.cpython-310.pyc differ diff --git a/malware/__pycache__/models.cpython-310.pyc b/malware/__pycache__/models.cpython-310.pyc index 4bff65e..06e55f9 100644 Binary files a/malware/__pycache__/models.cpython-310.pyc and b/malware/__pycache__/models.cpython-310.pyc differ diff --git a/malware/__pycache__/serializers.cpython-310.pyc b/malware/__pycache__/serializers.cpython-310.pyc index a787bde..87c055c 100644 Binary files a/malware/__pycache__/serializers.cpython-310.pyc and b/malware/__pycache__/serializers.cpython-310.pyc differ diff --git a/malware/__pycache__/urls.cpython-310.pyc b/malware/__pycache__/urls.cpython-310.pyc index c08ad62..fa4dd3d 100644 Binary files a/malware/__pycache__/urls.cpython-310.pyc and b/malware/__pycache__/urls.cpython-310.pyc differ diff --git a/malware/__pycache__/views.cpython-310.pyc b/malware/__pycache__/views.cpython-310.pyc index 7f0fe8b..668074a 100644 Binary files a/malware/__pycache__/views.cpython-310.pyc and b/malware/__pycache__/views.cpython-310.pyc differ diff --git a/malware/migrations/__pycache__/0001_initial.cpython-310.pyc b/malware/migrations/__pycache__/0001_initial.cpython-310.pyc index 93e4cf9..ce04136 100644 Binary files a/malware/migrations/__pycache__/0001_initial.cpython-310.pyc and b/malware/migrations/__pycache__/0001_initial.cpython-310.pyc differ diff --git a/malware/migrations/__pycache__/0002_malwareprediction_model_type.cpython-310.pyc b/malware/migrations/__pycache__/0002_malwareprediction_model_type.cpython-310.pyc index f68838c..4bb2de5 100644 Binary files a/malware/migrations/__pycache__/0002_malwareprediction_model_type.cpython-310.pyc and b/malware/migrations/__pycache__/0002_malwareprediction_model_type.cpython-310.pyc differ diff --git a/malware/migrations/__pycache__/__init__.cpython-310.pyc b/malware/migrations/__pycache__/__init__.cpython-310.pyc index b944da0..c83dbd7 100644 Binary files a/malware/migrations/__pycache__/__init__.cpython-310.pyc and b/malware/migrations/__pycache__/__init__.cpython-310.pyc differ diff --git a/otpverification/__pycache__/__init__.cpython-310.pyc b/otpverification/__pycache__/__init__.cpython-310.pyc index a2f4d52..5d91d3e 100644 Binary files a/otpverification/__pycache__/__init__.cpython-310.pyc and b/otpverification/__pycache__/__init__.cpython-310.pyc differ diff --git a/otpverification/__pycache__/admin.cpython-310.pyc b/otpverification/__pycache__/admin.cpython-310.pyc index b518bb8..751118b 100644 Binary files a/otpverification/__pycache__/admin.cpython-310.pyc and b/otpverification/__pycache__/admin.cpython-310.pyc differ diff --git a/otpverification/__pycache__/apps.cpython-310.pyc b/otpverification/__pycache__/apps.cpython-310.pyc index 9899c20..38caea7 100644 Binary files a/otpverification/__pycache__/apps.cpython-310.pyc and b/otpverification/__pycache__/apps.cpython-310.pyc differ diff --git a/otpverification/__pycache__/models.cpython-310.pyc b/otpverification/__pycache__/models.cpython-310.pyc index 4fa223a..58a1766 100644 Binary files a/otpverification/__pycache__/models.cpython-310.pyc and b/otpverification/__pycache__/models.cpython-310.pyc differ diff --git a/otpverification/__pycache__/urls.cpython-310.pyc b/otpverification/__pycache__/urls.cpython-310.pyc index 45bcbec..2e79a8d 100644 Binary files a/otpverification/__pycache__/urls.cpython-310.pyc and b/otpverification/__pycache__/urls.cpython-310.pyc differ diff --git a/otpverification/__pycache__/views.cpython-310.pyc b/otpverification/__pycache__/views.cpython-310.pyc index f33e678..ce99f64 100644 Binary files a/otpverification/__pycache__/views.cpython-310.pyc and b/otpverification/__pycache__/views.cpython-310.pyc differ diff --git a/otpverification/migrations/__pycache__/0001_initial.cpython-310.pyc b/otpverification/migrations/__pycache__/0001_initial.cpython-310.pyc index 1c1107d..33f7362 100644 Binary files a/otpverification/migrations/__pycache__/0001_initial.cpython-310.pyc and b/otpverification/migrations/__pycache__/0001_initial.cpython-310.pyc differ diff --git a/otpverification/migrations/__pycache__/0002_otpverification_created_at_otpverification_is_valid_and_more.cpython-310.pyc b/otpverification/migrations/__pycache__/0002_otpverification_created_at_otpverification_is_valid_and_more.cpython-310.pyc index 71fb821..c87c72b 100644 Binary files a/otpverification/migrations/__pycache__/0002_otpverification_created_at_otpverification_is_valid_and_more.cpython-310.pyc and b/otpverification/migrations/__pycache__/0002_otpverification_created_at_otpverification_is_valid_and_more.cpython-310.pyc differ diff --git a/otpverification/migrations/__pycache__/0003_devicedetails.cpython-310.pyc b/otpverification/migrations/__pycache__/0003_devicedetails.cpython-310.pyc index 12e741a..aa1a72d 100644 Binary files a/otpverification/migrations/__pycache__/0003_devicedetails.cpython-310.pyc and b/otpverification/migrations/__pycache__/0003_devicedetails.cpython-310.pyc differ diff --git a/otpverification/migrations/__pycache__/0004_alter_otpverification_email.cpython-310.pyc b/otpverification/migrations/__pycache__/0004_alter_otpverification_email.cpython-310.pyc index 0e98869..c9a6b10 100644 Binary files a/otpverification/migrations/__pycache__/0004_alter_otpverification_email.cpython-310.pyc and b/otpverification/migrations/__pycache__/0004_alter_otpverification_email.cpython-310.pyc differ diff --git a/otpverification/migrations/__pycache__/0005_alter_otpverification_email.cpython-310.pyc b/otpverification/migrations/__pycache__/0005_alter_otpverification_email.cpython-310.pyc index c9750ba..1411968 100644 Binary files a/otpverification/migrations/__pycache__/0005_alter_otpverification_email.cpython-310.pyc and b/otpverification/migrations/__pycache__/0005_alter_otpverification_email.cpython-310.pyc differ diff --git a/otpverification/migrations/__pycache__/0006_otpverification_user_profile.cpython-310.pyc b/otpverification/migrations/__pycache__/0006_otpverification_user_profile.cpython-310.pyc index 73a16fc..6f79c68 100644 Binary files a/otpverification/migrations/__pycache__/0006_otpverification_user_profile.cpython-310.pyc and b/otpverification/migrations/__pycache__/0006_otpverification_user_profile.cpython-310.pyc differ diff --git a/otpverification/migrations/__pycache__/__init__.cpython-310.pyc b/otpverification/migrations/__pycache__/__init__.cpython-310.pyc index bfe7a4f..6066194 100644 Binary files a/otpverification/migrations/__pycache__/__init__.cpython-310.pyc and b/otpverification/migrations/__pycache__/__init__.cpython-310.pyc differ diff --git a/templates/accounts/login.html b/templates/accounts/login.html index 348ffa6..4114154 100644 --- a/templates/accounts/login.html +++ b/templates/accounts/login.html @@ -44,10 +44,7 @@
- + {% if invalid_login %} diff --git a/x_sys/__pycache__/__init__.cpython-310.pyc b/x_sys/__pycache__/__init__.cpython-310.pyc index 2744ea9..98f8a44 100644 Binary files a/x_sys/__pycache__/__init__.cpython-310.pyc and b/x_sys/__pycache__/__init__.cpython-310.pyc differ diff --git a/x_sys/__pycache__/settings.cpython-310.pyc b/x_sys/__pycache__/settings.cpython-310.pyc index 6458656..37448c1 100644 Binary files a/x_sys/__pycache__/settings.cpython-310.pyc and b/x_sys/__pycache__/settings.cpython-310.pyc differ diff --git a/x_sys/__pycache__/urls.cpython-310.pyc b/x_sys/__pycache__/urls.cpython-310.pyc index 511bd2e..46e7f14 100644 Binary files a/x_sys/__pycache__/urls.cpython-310.pyc and b/x_sys/__pycache__/urls.cpython-310.pyc differ diff --git a/x_sys/__pycache__/wsgi.cpython-310.pyc b/x_sys/__pycache__/wsgi.cpython-310.pyc index 7c309c5..d098185 100644 Binary files a/x_sys/__pycache__/wsgi.cpython-310.pyc and b/x_sys/__pycache__/wsgi.cpython-310.pyc differ