diff --git a/osinaweb/addressbook/__pycache__/__init__.cpython-313.pyc b/osinaweb/addressbook/__pycache__/__init__.cpython-313.pyc index 47a61bbc..07afa8e6 100644 Binary files a/osinaweb/addressbook/__pycache__/__init__.cpython-313.pyc and b/osinaweb/addressbook/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/addressbook/__pycache__/admin.cpython-313.pyc b/osinaweb/addressbook/__pycache__/admin.cpython-313.pyc index 334206e0..62b543ca 100644 Binary files a/osinaweb/addressbook/__pycache__/admin.cpython-313.pyc and b/osinaweb/addressbook/__pycache__/admin.cpython-313.pyc differ diff --git a/osinaweb/addressbook/__pycache__/apps.cpython-313.pyc b/osinaweb/addressbook/__pycache__/apps.cpython-313.pyc index 83fa9665..625cbb6c 100644 Binary files a/osinaweb/addressbook/__pycache__/apps.cpython-313.pyc and b/osinaweb/addressbook/__pycache__/apps.cpython-313.pyc differ diff --git a/osinaweb/addressbook/__pycache__/models.cpython-313.pyc b/osinaweb/addressbook/__pycache__/models.cpython-313.pyc index 4d97e94c..54379fe9 100644 Binary files a/osinaweb/addressbook/__pycache__/models.cpython-313.pyc and b/osinaweb/addressbook/__pycache__/models.cpython-313.pyc differ diff --git a/osinaweb/addressbook/migrations/__pycache__/0001_initial.cpython-313.pyc b/osinaweb/addressbook/migrations/__pycache__/0001_initial.cpython-313.pyc index 6d94e868..ac21dd4f 100644 Binary files a/osinaweb/addressbook/migrations/__pycache__/0001_initial.cpython-313.pyc and b/osinaweb/addressbook/migrations/__pycache__/0001_initial.cpython-313.pyc differ diff --git a/osinaweb/addressbook/migrations/__pycache__/0002_country_addressbook.cpython-313.pyc b/osinaweb/addressbook/migrations/__pycache__/0002_country_addressbook.cpython-313.pyc index 91bdfcb6..efa4a632 100644 Binary files a/osinaweb/addressbook/migrations/__pycache__/0002_country_addressbook.cpython-313.pyc and b/osinaweb/addressbook/migrations/__pycache__/0002_country_addressbook.cpython-313.pyc differ diff --git a/osinaweb/addressbook/migrations/__pycache__/0003_contact.cpython-313.pyc b/osinaweb/addressbook/migrations/__pycache__/0003_contact.cpython-313.pyc index f9823906..138ae219 100644 Binary files a/osinaweb/addressbook/migrations/__pycache__/0003_contact.cpython-313.pyc and b/osinaweb/addressbook/migrations/__pycache__/0003_contact.cpython-313.pyc differ diff --git a/osinaweb/addressbook/migrations/__pycache__/0004_socialmedia.cpython-313.pyc b/osinaweb/addressbook/migrations/__pycache__/0004_socialmedia.cpython-313.pyc index 88fc671b..2b5d6885 100644 Binary files a/osinaweb/addressbook/migrations/__pycache__/0004_socialmedia.cpython-313.pyc and b/osinaweb/addressbook/migrations/__pycache__/0004_socialmedia.cpython-313.pyc differ diff --git a/osinaweb/addressbook/migrations/__pycache__/0005_socialmedia_addressbook.cpython-313.pyc b/osinaweb/addressbook/migrations/__pycache__/0005_socialmedia_addressbook.cpython-313.pyc index 8b903540..bd827ca3 100644 Binary files a/osinaweb/addressbook/migrations/__pycache__/0005_socialmedia_addressbook.cpython-313.pyc and b/osinaweb/addressbook/migrations/__pycache__/0005_socialmedia_addressbook.cpython-313.pyc differ diff --git a/osinaweb/addressbook/migrations/__pycache__/0006_comment_prospectinglist_prospectinglistitem.cpython-313.pyc b/osinaweb/addressbook/migrations/__pycache__/0006_comment_prospectinglist_prospectinglistitem.cpython-313.pyc index 0423a99f..5553b175 100644 Binary files a/osinaweb/addressbook/migrations/__pycache__/0006_comment_prospectinglist_prospectinglistitem.cpython-313.pyc and b/osinaweb/addressbook/migrations/__pycache__/0006_comment_prospectinglist_prospectinglistitem.cpython-313.pyc differ diff --git a/osinaweb/addressbook/migrations/__pycache__/0007_prospectinglistitem_comments.cpython-313.pyc b/osinaweb/addressbook/migrations/__pycache__/0007_prospectinglistitem_comments.cpython-313.pyc index a58de168..9324e5fd 100644 Binary files a/osinaweb/addressbook/migrations/__pycache__/0007_prospectinglistitem_comments.cpython-313.pyc and b/osinaweb/addressbook/migrations/__pycache__/0007_prospectinglistitem_comments.cpython-313.pyc differ diff --git a/osinaweb/addressbook/migrations/__pycache__/__init__.cpython-313.pyc b/osinaweb/addressbook/migrations/__pycache__/__init__.cpython-313.pyc index c62e5339..08550c12 100644 Binary files a/osinaweb/addressbook/migrations/__pycache__/__init__.cpython-313.pyc and b/osinaweb/addressbook/migrations/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/authentication/__pycache__/__init__.cpython-313.pyc b/osinaweb/authentication/__pycache__/__init__.cpython-313.pyc index 0a6c34b8..c770d975 100644 Binary files a/osinaweb/authentication/__pycache__/__init__.cpython-313.pyc and b/osinaweb/authentication/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/authentication/__pycache__/models.cpython-313.pyc b/osinaweb/authentication/__pycache__/models.cpython-313.pyc index 090274ce..49673f56 100644 Binary files a/osinaweb/authentication/__pycache__/models.cpython-313.pyc and b/osinaweb/authentication/__pycache__/models.cpython-313.pyc differ diff --git a/osinaweb/authentication/models.py b/osinaweb/authentication/models.py index 2b676800..a6f8d124 100644 --- a/osinaweb/authentication/models.py +++ b/osinaweb/authentication/models.py @@ -4,7 +4,7 @@ import uuid # Create your models here. class BaseModel(models.Model): - uuid = models.UUIDField(default=uuid.uuid4, editable=False) + id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False) created_at = models.DateTimeField(auto_now_add=True, null=True) class Meta: abstract = True diff --git a/osinaweb/billing/__pycache__/__init__.cpython-313.pyc b/osinaweb/billing/__pycache__/__init__.cpython-313.pyc index 4f52116c..280a4a0b 100644 Binary files a/osinaweb/billing/__pycache__/__init__.cpython-313.pyc and b/osinaweb/billing/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/billing/__pycache__/admin.cpython-313.pyc b/osinaweb/billing/__pycache__/admin.cpython-313.pyc index bc0e6a43..605505fe 100644 Binary files a/osinaweb/billing/__pycache__/admin.cpython-313.pyc and b/osinaweb/billing/__pycache__/admin.cpython-313.pyc differ diff --git a/osinaweb/billing/__pycache__/apps.cpython-313.pyc b/osinaweb/billing/__pycache__/apps.cpython-313.pyc index 9f09d6cb..072715e6 100644 Binary files a/osinaweb/billing/__pycache__/apps.cpython-313.pyc and b/osinaweb/billing/__pycache__/apps.cpython-313.pyc differ diff --git a/osinaweb/billing/__pycache__/models.cpython-313.pyc b/osinaweb/billing/__pycache__/models.cpython-313.pyc index 72ea7db8..bd1ca390 100644 Binary files a/osinaweb/billing/__pycache__/models.cpython-313.pyc and b/osinaweb/billing/__pycache__/models.cpython-313.pyc differ diff --git a/osinaweb/billing/__pycache__/urls.cpython-313.pyc b/osinaweb/billing/__pycache__/urls.cpython-313.pyc index ec6e092a..f815be50 100644 Binary files a/osinaweb/billing/__pycache__/urls.cpython-313.pyc and b/osinaweb/billing/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/billing/__pycache__/views.cpython-313.pyc b/osinaweb/billing/__pycache__/views.cpython-313.pyc index ad62c2cb..2715135f 100644 Binary files a/osinaweb/billing/__pycache__/views.cpython-313.pyc and b/osinaweb/billing/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/billing/add/__pycache__/urls.cpython-313.pyc b/osinaweb/billing/add/__pycache__/urls.cpython-313.pyc index d3ac8d46..df930d9a 100644 Binary files a/osinaweb/billing/add/__pycache__/urls.cpython-313.pyc and b/osinaweb/billing/add/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/billing/add/__pycache__/views.cpython-313.pyc b/osinaweb/billing/add/__pycache__/views.cpython-313.pyc index f9b5cfd7..e351f172 100644 Binary files a/osinaweb/billing/add/__pycache__/views.cpython-313.pyc and b/osinaweb/billing/add/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/billing/delete/__pycache__/urls.cpython-313.pyc b/osinaweb/billing/delete/__pycache__/urls.cpython-313.pyc index a223520a..c5f7bc28 100644 Binary files a/osinaweb/billing/delete/__pycache__/urls.cpython-313.pyc and b/osinaweb/billing/delete/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/billing/delete/__pycache__/views.cpython-313.pyc b/osinaweb/billing/delete/__pycache__/views.cpython-313.pyc index fe741c4f..eaed1c7c 100644 Binary files a/osinaweb/billing/delete/__pycache__/views.cpython-313.pyc and b/osinaweb/billing/delete/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/billing/edit/__pycache__/urls.cpython-313.pyc b/osinaweb/billing/edit/__pycache__/urls.cpython-313.pyc index 28146749..2721852b 100644 Binary files a/osinaweb/billing/edit/__pycache__/urls.cpython-313.pyc and b/osinaweb/billing/edit/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/billing/edit/__pycache__/views.cpython-313.pyc b/osinaweb/billing/edit/__pycache__/views.cpython-313.pyc index b8d85917..ef86aaec 100644 Binary files a/osinaweb/billing/edit/__pycache__/views.cpython-313.pyc and b/osinaweb/billing/edit/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0001_initial.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0001_initial.cpython-313.pyc index efa8a3a5..5537cf1e 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0001_initial.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0001_initial.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0002_service_active_service_cancelled_at_and_more.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0002_service_active_service_cancelled_at_and_more.cpython-313.pyc index 74d2a58c..83f180bf 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0002_service_active_service_cancelled_at_and_more.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0002_service_active_service_cancelled_at_and_more.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0003_payment_servicepayment.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0003_payment_servicepayment.cpython-313.pyc index f3b7039b..158b8023 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0003_payment_servicepayment.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0003_payment_servicepayment.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0004_rename_payment_paymenttype.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0004_rename_payment_paymenttype.cpython-313.pyc index a7ac21bd..3011f2e5 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0004_rename_payment_paymenttype.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0004_rename_payment_paymenttype.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0005_service_recurring_cycle.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0005_service_recurring_cycle.cpython-313.pyc index 3dc09d4c..f389696f 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0005_service_recurring_cycle.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0005_service_recurring_cycle.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0006_alter_service_cancelled_at_alter_service_created_at_and_more.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0006_alter_service_cancelled_at_alter_service_created_at_and_more.cpython-313.pyc index 40c6b449..f2228273 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0006_alter_service_cancelled_at_alter_service_created_at_and_more.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0006_alter_service_cancelled_at_alter_service_created_at_and_more.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0007_alter_service_recurring_cycle.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0007_alter_service_recurring_cycle.cpython-313.pyc index 4401360e..a4931d3c 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0007_alter_service_recurring_cycle.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0007_alter_service_recurring_cycle.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0008_alter_service_type.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0008_alter_service_type.cpython-313.pyc index 201939ac..2dec751f 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0008_alter_service_type.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0008_alter_service_type.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0009_remove_service_due_at_remove_servicepayment_service_and_more.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0009_remove_service_due_at_remove_servicepayment_service_and_more.cpython-313.pyc index 2ae39114..e23e45ff 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0009_remove_service_due_at_remove_servicepayment_service_and_more.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0009_remove_service_due_at_remove_servicepayment_service_and_more.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0010_charge_amount.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0010_charge_amount.cpython-313.pyc index 57e255ac..69a10c99 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0010_charge_amount.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0010_charge_amount.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0011_invoice.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0011_invoice.cpython-313.pyc index 66a89f97..7153eea2 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0011_invoice.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0011_invoice.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0012_remove_servicepayment_charge_receipt_and_more.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0012_remove_servicepayment_charge_receipt_and_more.cpython-313.pyc index 25677c2d..8333611b 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0012_remove_servicepayment_charge_receipt_and_more.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0012_remove_servicepayment_charge_receipt_and_more.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0013_alter_invoice_date_created.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0013_alter_invoice_date_created.cpython-313.pyc index bdd2c01f..2b3d4fcc 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0013_alter_invoice_date_created.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0013_alter_invoice_date_created.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0014_servicepayment_comment.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0014_servicepayment_comment.cpython-313.pyc index 255cf3cb..d1ebac32 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0014_servicepayment_comment.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0014_servicepayment_comment.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0015_order.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0015_order.cpython-313.pyc index fb636dda..739de1ec 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0015_order.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0015_order.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0016_alter_order_status.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0016_alter_order_status.cpython-313.pyc index a489a59d..a0a4c58a 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0016_alter_order_status.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0016_alter_order_status.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0017_service_order.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0017_service_order.cpython-313.pyc index 7e440fa2..98041bd4 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0017_service_order.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0017_service_order.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0018_alter_order_status.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0018_alter_order_status.cpython-313.pyc index b792a512..9aa1ce4f 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0018_alter_order_status.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0018_alter_order_status.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0019_item_orderpayment_remove_service_customer_and_more.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0019_item_orderpayment_remove_service_customer_and_more.cpython-313.pyc index 43de63ce..2c6bff8c 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0019_item_orderpayment_remove_service_customer_and_more.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0019_item_orderpayment_remove_service_customer_and_more.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0020_orderitem.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0020_orderitem.cpython-313.pyc index e4a099c4..9d9f1a95 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0020_orderitem.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0020_orderitem.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0021_remove_item_recurring_cycle_and_more.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0021_remove_item_recurring_cycle_and_more.cpython-313.pyc index 2342693b..fc7d5905 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0021_remove_item_recurring_cycle_and_more.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0021_remove_item_recurring_cycle_and_more.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0022_remove_item_cancelled_at_remove_item_created_at_and_more.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0022_remove_item_cancelled_at_remove_item_created_at_and_more.cpython-313.pyc index 3b8900f0..10020e7a 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0022_remove_item_cancelled_at_remove_item_created_at_and_more.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0022_remove_item_cancelled_at_remove_item_created_at_and_more.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0023_alter_item_project_alter_item_type.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0023_alter_item_project_alter_item_type.cpython-313.pyc index 707c668b..63071a77 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0023_alter_item_project_alter_item_type.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0023_alter_item_project_alter_item_type.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0024_remove_item_active.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0024_remove_item_active.cpython-313.pyc index 9a023f42..3ad4f393 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0024_remove_item_active.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0024_remove_item_active.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0025_remove_item_project_item_customer.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0025_remove_item_project_item_customer.cpython-313.pyc index f19bce41..28febf1f 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0025_remove_item_project_item_customer.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0025_remove_item_project_item_customer.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0026_rename_type_item_item_type_remove_order_paid.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0026_rename_type_item_item_type_remove_order_paid.cpython-313.pyc index cd8b2787..53302994 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0026_rename_type_item_item_type_remove_order_paid.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0026_rename_type_item_item_type_remove_order_paid.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0027_item_type.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0027_item_type.cpython-313.pyc index ffadc7c8..ed9eef90 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0027_item_type.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0027_item_type.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0028_remove_order_due_date.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0028_remove_order_due_date.cpython-313.pyc index ea0aa6d6..a25d2242 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0028_remove_order_due_date.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0028_remove_order_due_date.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0029_invoice_pdf.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0029_invoice_pdf.cpython-313.pyc index 39803bb4..78d2dfb6 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0029_invoice_pdf.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0029_invoice_pdf.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0030_alter_invoice_order.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0030_alter_invoice_order.cpython-313.pyc index 7b11c7a0..040a739c 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0030_alter_invoice_order.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0030_alter_invoice_order.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0031_alter_invoice_invoice_number.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0031_alter_invoice_invoice_number.cpython-313.pyc index 809c1929..57021efe 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0031_alter_invoice_invoice_number.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0031_alter_invoice_invoice_number.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0032_order_business.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0032_order_business.cpython-313.pyc index 86ea7850..fa876664 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0032_order_business.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0032_order_business.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0033_alter_order_status.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0033_alter_order_status.cpython-313.pyc index 35a1ab8f..396b3d0c 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0033_alter_order_status.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0033_alter_order_status.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0034_alter_invoice_pdf.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0034_alter_invoice_pdf.cpython-313.pyc index b84a4f0f..5553ff37 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0034_alter_invoice_pdf.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0034_alter_invoice_pdf.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0035_alter_invoice_pdf.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0035_alter_invoice_pdf.cpython-313.pyc index a6927454..cfb27dce 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0035_alter_invoice_pdf.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0035_alter_invoice_pdf.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0036_alter_invoice_invoice_number.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0036_alter_invoice_invoice_number.cpython-313.pyc index 991e527e..f8319633 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0036_alter_invoice_invoice_number.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0036_alter_invoice_invoice_number.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0037_recurringcycle_item.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0037_recurringcycle_item.cpython-313.pyc index f8b3158f..4764145e 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0037_recurringcycle_item.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0037_recurringcycle_item.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0038_alter_invoice_pdf.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0038_alter_invoice_pdf.cpython-313.pyc index b79f828a..87aeff3f 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0038_alter_invoice_pdf.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0038_alter_invoice_pdf.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0039_recurringcycle_cycle_price.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0039_recurringcycle_cycle_price.cpython-313.pyc index 562a8950..ab9a3118 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0039_recurringcycle_cycle_price.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0039_recurringcycle_cycle_price.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0040_rename_due_at_orderitem_end_at_and_more.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0040_rename_due_at_orderitem_end_at_and_more.cpython-313.pyc index cd1496e3..36e4b231 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0040_rename_due_at_orderitem_end_at_and_more.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0040_rename_due_at_orderitem_end_at_and_more.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0041_orderitem_active.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0041_orderitem_active.cpython-313.pyc index fafb2cf6..ebf82cfa 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0041_orderitem_active.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0041_orderitem_active.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0042_order_due_date.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0042_order_due_date.cpython-313.pyc index 29fcd90b..3c80d129 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0042_order_due_date.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0042_order_due_date.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0043_alter_invoice_pdf.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0043_alter_invoice_pdf.cpython-313.pyc index 07e619e4..af37b996 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0043_alter_invoice_pdf.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0043_alter_invoice_pdf.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0044_alter_orderitem_active.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0044_alter_orderitem_active.cpython-313.pyc index 82ef04d0..fa06feac 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0044_alter_orderitem_active.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0044_alter_orderitem_active.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0045_orderpayment_date_due_alter_orderpayment_date_paid.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0045_orderpayment_date_due_alter_orderpayment_date_paid.cpython-313.pyc index ea7358d9..20d15fd8 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0045_orderpayment_date_due_alter_orderpayment_date_paid.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0045_orderpayment_date_due_alter_orderpayment_date_paid.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0046_remove_orderpayment_order_orderpayment_order.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0046_remove_orderpayment_order_orderpayment_order.cpython-313.pyc index 42a36393..8f19c6d0 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0046_remove_orderpayment_order_orderpayment_order.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0046_remove_orderpayment_order_orderpayment_order.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0047_paymenttype_description_paymenttype_image.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0047_paymenttype_description_paymenttype_image.cpython-313.pyc index d1810c96..ba95358a 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0047_paymenttype_description_paymenttype_image.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0047_paymenttype_description_paymenttype_image.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0048_remove_order_status_orderstatus.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0048_remove_order_status_orderstatus.cpython-313.pyc index 62bef66d..da550ad5 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0048_remove_order_status_orderstatus.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0048_remove_order_status_orderstatus.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0049_rename_due_date_order_date.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0049_rename_due_date_order_date.cpython-313.pyc index 6a139c8d..ace185e9 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0049_rename_due_date_order_date.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0049_rename_due_date_order_date.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0050_remove_orderpayment_type_orderpayment_type.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0050_remove_orderpayment_type_orderpayment_type.cpython-313.pyc index 02b285fd..83bff77e 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0050_remove_orderpayment_type_orderpayment_type.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0050_remove_orderpayment_type_orderpayment_type.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0051_alter_orderpayment_amount.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0051_alter_orderpayment_amount.cpython-313.pyc index f70db00f..c8d1a488 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0051_alter_orderpayment_amount.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0051_alter_orderpayment_amount.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0052_alter_orderstatus_status.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0052_alter_orderstatus_status.cpython-313.pyc index 715a487b..99d7e24c 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0052_alter_orderstatus_status.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0052_alter_orderstatus_status.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/0053_item_photo.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/0053_item_photo.cpython-313.pyc index 61128f4c..d5be92e1 100644 Binary files a/osinaweb/billing/migrations/__pycache__/0053_item_photo.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/0053_item_photo.cpython-313.pyc differ diff --git a/osinaweb/billing/migrations/__pycache__/__init__.cpython-313.pyc b/osinaweb/billing/migrations/__pycache__/__init__.cpython-313.pyc index 53292e6e..439a1143 100644 Binary files a/osinaweb/billing/migrations/__pycache__/__init__.cpython-313.pyc and b/osinaweb/billing/migrations/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/customercore/__pycache__/__init__.cpython-313.pyc b/osinaweb/customercore/__pycache__/__init__.cpython-313.pyc index 712cf7cc..7123fa3e 100644 Binary files a/osinaweb/customercore/__pycache__/__init__.cpython-313.pyc and b/osinaweb/customercore/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/customercore/__pycache__/admin.cpython-313.pyc b/osinaweb/customercore/__pycache__/admin.cpython-313.pyc index 29ed658b..1431d24f 100644 Binary files a/osinaweb/customercore/__pycache__/admin.cpython-313.pyc and b/osinaweb/customercore/__pycache__/admin.cpython-313.pyc differ diff --git a/osinaweb/customercore/__pycache__/apps.cpython-313.pyc b/osinaweb/customercore/__pycache__/apps.cpython-313.pyc index b45954d5..357eeadf 100644 Binary files a/osinaweb/customercore/__pycache__/apps.cpython-313.pyc and b/osinaweb/customercore/__pycache__/apps.cpython-313.pyc differ diff --git a/osinaweb/customercore/__pycache__/decorators.cpython-313.pyc b/osinaweb/customercore/__pycache__/decorators.cpython-313.pyc index ad400ee9..d2cd780e 100644 Binary files a/osinaweb/customercore/__pycache__/decorators.cpython-313.pyc and b/osinaweb/customercore/__pycache__/decorators.cpython-313.pyc differ diff --git a/osinaweb/customercore/__pycache__/models.cpython-313.pyc b/osinaweb/customercore/__pycache__/models.cpython-313.pyc index 382fe27c..6c4f7a80 100644 Binary files a/osinaweb/customercore/__pycache__/models.cpython-313.pyc and b/osinaweb/customercore/__pycache__/models.cpython-313.pyc differ diff --git a/osinaweb/customercore/__pycache__/urls.cpython-313.pyc b/osinaweb/customercore/__pycache__/urls.cpython-313.pyc index 116859c1..7b80637c 100644 Binary files a/osinaweb/customercore/__pycache__/urls.cpython-313.pyc and b/osinaweb/customercore/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/customercore/__pycache__/views.cpython-313.pyc b/osinaweb/customercore/__pycache__/views.cpython-313.pyc index 49e0cf23..6bedf5f9 100644 Binary files a/osinaweb/customercore/__pycache__/views.cpython-313.pyc and b/osinaweb/customercore/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/customercore/add/__pycache__/urls.cpython-313.pyc b/osinaweb/customercore/add/__pycache__/urls.cpython-313.pyc index 8b602540..8860f9de 100644 Binary files a/osinaweb/customercore/add/__pycache__/urls.cpython-313.pyc and b/osinaweb/customercore/add/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/customercore/add/__pycache__/views.cpython-313.pyc b/osinaweb/customercore/add/__pycache__/views.cpython-313.pyc index f47b80c3..ae0e457f 100644 Binary files a/osinaweb/customercore/add/__pycache__/views.cpython-313.pyc and b/osinaweb/customercore/add/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0001_initial.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0001_initial.cpython-313.pyc index 5716ebab..4b3d7d5c 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0001_initial.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0001_initial.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0002_alter_ticket_department.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0002_alter_ticket_department.cpython-313.pyc index fd9f5c3f..56d98dff 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0002_alter_ticket_department.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0002_alter_ticket_department.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0003_ticket_customer_ticket_status_and_more.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0003_ticket_customer_ticket_status_and_more.cpython-313.pyc index 7b2831e0..1e3ade0f 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0003_ticket_customer_ticket_status_and_more.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0003_ticket_customer_ticket_status_and_more.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0004_ticket_ticket_number_and_more.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0004_ticket_ticket_number_and_more.cpython-313.pyc index f11efeec..ba9d4789 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0004_ticket_ticket_number_and_more.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0004_ticket_ticket_number_and_more.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0005_ticketstatusupdate.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0005_ticketstatusupdate.cpython-313.pyc index d96daad1..952a996d 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0005_ticketstatusupdate.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0005_ticketstatusupdate.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0006_ticketupdate_read.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0006_ticketupdate_read.cpython-313.pyc index d91a580a..b38352ea 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0006_ticketupdate_read.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0006_ticketupdate_read.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0007_remove_ticketupdate_read_ticketupdatereadstatus.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0007_remove_ticketupdate_read_ticketupdatereadstatus.cpython-313.pyc index 4aedec60..ed49c25c 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0007_remove_ticketupdate_read_ticketupdatereadstatus.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0007_remove_ticketupdate_read_ticketupdatereadstatus.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0008_rename_ticketupdatereadstatus_ticketread.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0008_rename_ticketupdatereadstatus_ticketread.cpython-313.pyc index 1b11c090..077ff284 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0008_rename_ticketupdatereadstatus_ticketread.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0008_rename_ticketupdatereadstatus_ticketread.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0009_alter_ticketattachment_ticket.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0009_alter_ticketattachment_ticket.cpython-313.pyc index 0242efa8..0c72c3d4 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0009_alter_ticketattachment_ticket.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0009_alter_ticketattachment_ticket.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0010_rename_ticketreaction_ticketupdatereaction.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0010_rename_ticketreaction_ticketupdatereaction.cpython-313.pyc index 6670fa75..88cf5f86 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0010_rename_ticketreaction_ticketupdatereaction.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0010_rename_ticketreaction_ticketupdatereaction.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0011_ticketupdatereaction_customer.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0011_ticketupdatereaction_customer.cpython-313.pyc index 86cfe01c..e96589af 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0011_ticketupdatereaction_customer.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0011_ticketupdatereaction_customer.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0012_ticket_ticket_members.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0012_ticket_ticket_members.cpython-313.pyc index 8bdcb674..214d2116 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0012_ticket_ticket_members.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0012_ticket_ticket_members.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0013_alter_ticket_ticket_members.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0013_alter_ticket_ticket_members.cpython-313.pyc index 6ba7aab2..fa82a4ad 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0013_alter_ticket_ticket_members.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0013_alter_ticket_ticket_members.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0014_remove_ticket_department_ticket_department.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0014_remove_ticket_department_ticket_department.cpython-313.pyc index 8693a37c..956edf34 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0014_remove_ticket_department_ticket_department.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0014_remove_ticket_department_ticket_department.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0015_rename_department_ticket_departments.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0015_rename_department_ticket_departments.cpython-313.pyc index 9c15091a..d7e96fe2 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0015_rename_department_ticket_departments.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0015_rename_department_ticket_departments.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0016_rename_ticketstatusupdate_ticketstatus.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0016_rename_ticketstatusupdate_ticketstatus.cpython-313.pyc index dc3b5a22..dfcde2cd 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0016_rename_ticketstatusupdate_ticketstatus.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0016_rename_ticketstatusupdate_ticketstatus.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0017_tickettask.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0017_tickettask.cpython-313.pyc index a17668b3..0f9e145b 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0017_tickettask.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0017_tickettask.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0018_alter_ticketattachment_file.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0018_alter_ticketattachment_file.cpython-313.pyc index 4cc4c862..402929c6 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0018_alter_ticketattachment_file.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0018_alter_ticketattachment_file.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0019_file.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0019_file.cpython-313.pyc index 24e43583..afae7c01 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0019_file.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0019_file.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0020_alter_ticketattachment_file.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0020_alter_ticketattachment_file.cpython-313.pyc index e3cc2b24..15c96ed3 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0020_alter_ticketattachment_file.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0020_alter_ticketattachment_file.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0021_file_ticket.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0021_file_ticket.cpython-313.pyc index edbd2b64..89a88383 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0021_file_ticket.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0021_file_ticket.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0022_remove_file_ticket.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0022_remove_file_ticket.cpython-313.pyc index 29901e40..56189b73 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0022_remove_file_ticket.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0022_remove_file_ticket.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0023_delete_file_remove_ticketattachment_file_and_more.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0023_delete_file_remove_ticketattachment_file_and_more.cpython-313.pyc index 8b7a7871..a1d398ac 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0023_delete_file_remove_ticketattachment_file_and_more.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0023_delete_file_remove_ticketattachment_file_and_more.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/0024_remove_ticketattachment_ticket_and_more.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/0024_remove_ticketattachment_ticket_and_more.cpython-313.pyc index b65da8ba..3961b78a 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/0024_remove_ticketattachment_ticket_and_more.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/0024_remove_ticketattachment_ticket_and_more.cpython-313.pyc differ diff --git a/osinaweb/customercore/migrations/__pycache__/__init__.cpython-313.pyc b/osinaweb/customercore/migrations/__pycache__/__init__.cpython-313.pyc index f322e596..e0b77b5e 100644 Binary files a/osinaweb/customercore/migrations/__pycache__/__init__.cpython-313.pyc and b/osinaweb/customercore/migrations/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/customercore/payment/__pycache__/urls.cpython-313.pyc b/osinaweb/customercore/payment/__pycache__/urls.cpython-313.pyc index 662a5abc..560b6f43 100644 Binary files a/osinaweb/customercore/payment/__pycache__/urls.cpython-313.pyc and b/osinaweb/customercore/payment/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/customercore/payment/__pycache__/views.cpython-313.pyc b/osinaweb/customercore/payment/__pycache__/views.cpython-313.pyc index b879e67e..4d24cc15 100644 Binary files a/osinaweb/customercore/payment/__pycache__/views.cpython-313.pyc and b/osinaweb/customercore/payment/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index ff8a4423..70c8bc59 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/osichat/__pycache__/__init__.cpython-313.pyc b/osinaweb/osichat/__pycache__/__init__.cpython-313.pyc index be7bace2..923951ec 100644 Binary files a/osinaweb/osichat/__pycache__/__init__.cpython-313.pyc and b/osinaweb/osichat/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/osichat/__pycache__/admin.cpython-313.pyc b/osinaweb/osichat/__pycache__/admin.cpython-313.pyc index 0acbc9d2..225f7fc3 100644 Binary files a/osinaweb/osichat/__pycache__/admin.cpython-313.pyc and b/osinaweb/osichat/__pycache__/admin.cpython-313.pyc differ diff --git a/osinaweb/osichat/__pycache__/apps.cpython-313.pyc b/osinaweb/osichat/__pycache__/apps.cpython-313.pyc index 848fcde5..606f7a8e 100644 Binary files a/osinaweb/osichat/__pycache__/apps.cpython-313.pyc and b/osinaweb/osichat/__pycache__/apps.cpython-313.pyc differ diff --git a/osinaweb/osichat/__pycache__/consumers.cpython-313.pyc b/osinaweb/osichat/__pycache__/consumers.cpython-313.pyc index 94f0c76a..96a49d20 100644 Binary files a/osinaweb/osichat/__pycache__/consumers.cpython-313.pyc and b/osinaweb/osichat/__pycache__/consumers.cpython-313.pyc differ diff --git a/osinaweb/osichat/__pycache__/models.cpython-313.pyc b/osinaweb/osichat/__pycache__/models.cpython-313.pyc index 52468330..2d7ffc51 100644 Binary files a/osinaweb/osichat/__pycache__/models.cpython-313.pyc and b/osinaweb/osichat/__pycache__/models.cpython-313.pyc differ diff --git a/osinaweb/osichat/__pycache__/routing.cpython-313.pyc b/osinaweb/osichat/__pycache__/routing.cpython-313.pyc index 4b64d861..67a53ab9 100644 Binary files a/osinaweb/osichat/__pycache__/routing.cpython-313.pyc and b/osinaweb/osichat/__pycache__/routing.cpython-313.pyc differ diff --git a/osinaweb/osichat/__pycache__/urls.cpython-313.pyc b/osinaweb/osichat/__pycache__/urls.cpython-313.pyc index fe8fc1cd..be75d634 100644 Binary files a/osinaweb/osichat/__pycache__/urls.cpython-313.pyc and b/osinaweb/osichat/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/osichat/__pycache__/views.cpython-313.pyc b/osinaweb/osichat/__pycache__/views.cpython-313.pyc index 43e49209..5f88aa9b 100644 Binary files a/osinaweb/osichat/__pycache__/views.cpython-313.pyc and b/osinaweb/osichat/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/osichat/api/__pycache__/serializers.cpython-313.pyc b/osinaweb/osichat/api/__pycache__/serializers.cpython-313.pyc index 1f253752..e8f10768 100644 Binary files a/osinaweb/osichat/api/__pycache__/serializers.cpython-313.pyc and b/osinaweb/osichat/api/__pycache__/serializers.cpython-313.pyc differ diff --git a/osinaweb/osichat/api/__pycache__/urls.cpython-313.pyc b/osinaweb/osichat/api/__pycache__/urls.cpython-313.pyc index 45f84e3c..4e0bdfc4 100644 Binary files a/osinaweb/osichat/api/__pycache__/urls.cpython-313.pyc and b/osinaweb/osichat/api/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/osichat/api/__pycache__/views.cpython-313.pyc b/osinaweb/osichat/api/__pycache__/views.cpython-313.pyc index b4edb291..1139681d 100644 Binary files a/osinaweb/osichat/api/__pycache__/views.cpython-313.pyc and b/osinaweb/osichat/api/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0001_initial.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0001_initial.cpython-313.pyc index c3cd5d87..d4d950bf 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0001_initial.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0001_initial.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0002_chatroom_guest_session_alter_chatroom_created_by_and_more.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0002_chatroom_guest_session_alter_chatroom_created_by_and_more.cpython-313.pyc index 2d67c24d..cc6a0cd2 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0002_chatroom_guest_session_alter_chatroom_created_by_and_more.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0002_chatroom_guest_session_alter_chatroom_created_by_and_more.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0003_chatroomguest_remove_chatroom_guest_session.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0003_chatroomguest_remove_chatroom_guest_session.cpython-313.pyc index 46d142a2..f44cef29 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0003_chatroomguest_remove_chatroom_guest_session.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0003_chatroomguest_remove_chatroom_guest_session.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0004_chatroomguest_room.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0004_chatroomguest_room.cpython-313.pyc index 2a4bdab8..bbfa643f 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0004_chatroomguest_room.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0004_chatroomguest_room.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0005_alter_chatmessage_member.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0005_alter_chatmessage_member.cpython-313.pyc index 847c87dd..66ceb055 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0005_alter_chatmessage_member.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0005_alter_chatmessage_member.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0006_alter_chatmessage_content.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0006_alter_chatmessage_content.cpython-313.pyc index 19b1f6d2..3023bc02 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0006_alter_chatmessage_content.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0006_alter_chatmessage_content.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0007_chatmessage_room.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0007_chatmessage_room.cpython-313.pyc index 8400c10d..9db807d9 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0007_chatmessage_room.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0007_chatmessage_room.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0008_alter_chatmessage_room.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0008_alter_chatmessage_room.cpython-313.pyc index 393ded5e..9fa829be 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0008_alter_chatmessage_room.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0008_alter_chatmessage_room.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0009_visitor.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0009_visitor.cpython-313.pyc index bae2d217..db88a3e3 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0009_visitor.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0009_visitor.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0010_visitor_left_date_visitor_visit_date.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0010_visitor_left_date_visitor_visit_date.cpython-313.pyc index d95c00e6..5879df90 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0010_visitor_left_date_visitor_visit_date.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0010_visitor_left_date_visitor_visit_date.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0011_visitor_country.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0011_visitor_country.cpython-313.pyc index f4038622..9713ab6d 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0011_visitor_country.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0011_visitor_country.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0012_alter_visitor_reference.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0012_alter_visitor_reference.cpython-313.pyc index 3927386c..a630986a 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0012_alter_visitor_reference.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0012_alter_visitor_reference.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0013_rename_reference_visitor_referrer.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0013_rename_reference_visitor_referrer.cpython-313.pyc index b20076e5..0a3d41f7 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0013_rename_reference_visitor_referrer.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0013_rename_reference_visitor_referrer.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0014_alter_chatmessageattachment_message.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0014_alter_chatmessageattachment_message.cpython-313.pyc index bcf67fdd..ad3aadfa 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0014_alter_chatmessageattachment_message.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0014_alter_chatmessageattachment_message.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0015_chatmessageseen_guest_alter_chatmessageseen_member.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0015_chatmessageseen_guest_alter_chatmessageseen_member.cpython-313.pyc index ae98a0bb..de53017d 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0015_chatmessageseen_guest_alter_chatmessageseen_member.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0015_chatmessageseen_guest_alter_chatmessageseen_member.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0016_chatmessageseen_seen_date.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0016_chatmessageseen_seen_date.cpython-313.pyc index dc51049b..b02d42bc 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0016_chatmessageseen_seen_date.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0016_chatmessageseen_seen_date.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0017_chatroom_date_terminated_chatroom_terminated_by.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0017_chatroom_date_terminated_chatroom_terminated_by.cpython-313.pyc index ad883c02..f6c97b63 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0017_chatroom_date_terminated_chatroom_terminated_by.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0017_chatroom_date_terminated_chatroom_terminated_by.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0018_visitorlog_remove_chatroomguest_mobile_number_and_more.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0018_visitorlog_remove_chatroomguest_mobile_number_and_more.cpython-313.pyc index 9b1b9a71..0a0334ac 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0018_visitorlog_remove_chatroomguest_mobile_number_and_more.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0018_visitorlog_remove_chatroomguest_mobile_number_and_more.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0019_visitorlog_visitor.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0019_visitorlog_visitor.cpython-313.pyc index 34093698..d6d44417 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0019_visitorlog_visitor.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0019_visitorlog_visitor.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0020_chatroomreview.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0020_chatroomreview.cpython-313.pyc index d5be5caa..d4f16c20 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0020_chatroomreview.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0020_chatroomreview.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0021_chatroomreview_details.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0021_chatroomreview_details.cpython-313.pyc index 5a5ae6dc..da09557b 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0021_chatroomreview_details.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0021_chatroomreview_details.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0022_visitorlog_title.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0022_visitorlog_title.cpython-313.pyc index d18923a1..47977886 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0022_visitorlog_title.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0022_visitorlog_title.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0023_visitor_browser_name_visitor_os_name.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0023_visitor_browser_name_visitor_os_name.cpython-313.pyc index 8c22ef9e..00b24902 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0023_visitor_browser_name_visitor_os_name.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0023_visitor_browser_name_visitor_os_name.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0024_chatotification.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0024_chatotification.cpython-313.pyc index 661cb446..e9eab8aa 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0024_chatotification.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0024_chatotification.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0025_rename_chatotification_chatnotification.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0025_rename_chatotification_chatnotification.cpython-313.pyc index decafc9a..ee7f9cf4 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0025_rename_chatotification_chatnotification.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0025_rename_chatotification_chatnotification.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0026_visitor_region.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0026_visitor_region.cpython-313.pyc index d651e503..61aec2c2 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0026_visitor_region.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0026_visitor_region.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0027_chatnotification_type.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0027_chatnotification_type.cpython-313.pyc index 950b48bc..8e796683 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0027_chatnotification_type.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0027_chatnotification_type.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0028_chatnotification_type_id.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0028_chatnotification_type_id.cpython-313.pyc index 1c0cfcf4..c5b83166 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0028_chatnotification_type_id.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0028_chatnotification_type_id.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0029_chatnotification_session_id.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0029_chatnotification_session_id.cpython-313.pyc index cc319fc0..773002b5 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0029_chatnotification_session_id.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0029_chatnotification_session_id.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0030_chatnotification_users.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0030_chatnotification_users.cpython-313.pyc index 94f5e832..97f47dad 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0030_chatnotification_users.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0030_chatnotification_users.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0031_alter_chatnotification_users.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0031_alter_chatnotification_users.cpython-313.pyc index 59b24e85..f9f84bca 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0031_alter_chatnotification_users.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0031_alter_chatnotification_users.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0032_remove_chatnotification_users_chatnotification_user.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0032_remove_chatnotification_users_chatnotification_user.cpython-313.pyc index 63878baa..da6b0cdc 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0032_remove_chatnotification_users_chatnotification_user.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0032_remove_chatnotification_users_chatnotification_user.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0033_chatconnection.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0033_chatconnection.cpython-313.pyc index b82c2864..a23f2df1 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0033_chatconnection.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0033_chatconnection.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0034_chatroom_group_chatroom_visitor.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0034_chatroom_group_chatroom_visitor.cpython-313.pyc index 75712c1f..0c651bb8 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0034_chatroom_group_chatroom_visitor.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0034_chatroom_group_chatroom_visitor.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/0035_remove_chatroom_group_remove_chatroom_visitor_and_more.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/0035_remove_chatroom_group_remove_chatroom_visitor_and_more.cpython-313.pyc index 3fa720d2..025255fe 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/0035_remove_chatroom_group_remove_chatroom_visitor_and_more.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/0035_remove_chatroom_group_remove_chatroom_visitor_and_more.cpython-313.pyc differ diff --git a/osinaweb/osichat/migrations/__pycache__/__init__.cpython-313.pyc b/osinaweb/osichat/migrations/__pycache__/__init__.cpython-313.pyc index 9a95c0a7..119cbcf4 100644 Binary files a/osinaweb/osichat/migrations/__pycache__/__init__.cpython-313.pyc and b/osinaweb/osichat/migrations/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/osinacore/__pycache__/__init__.cpython-313.pyc b/osinaweb/osinacore/__pycache__/__init__.cpython-313.pyc index e1e4b1e2..a7794322 100644 Binary files a/osinaweb/osinacore/__pycache__/__init__.cpython-313.pyc and b/osinaweb/osinacore/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/osinacore/__pycache__/admin.cpython-313.pyc b/osinaweb/osinacore/__pycache__/admin.cpython-313.pyc index f0604ea0..49e48c0a 100644 Binary files a/osinaweb/osinacore/__pycache__/admin.cpython-313.pyc and b/osinaweb/osinacore/__pycache__/admin.cpython-313.pyc differ diff --git a/osinaweb/osinacore/__pycache__/apps.cpython-313.pyc b/osinaweb/osinacore/__pycache__/apps.cpython-313.pyc index 651ac769..badf3e5b 100644 Binary files a/osinaweb/osinacore/__pycache__/apps.cpython-313.pyc and b/osinaweb/osinacore/__pycache__/apps.cpython-313.pyc differ diff --git a/osinaweb/osinacore/__pycache__/consumers.cpython-313.pyc b/osinaweb/osinacore/__pycache__/consumers.cpython-313.pyc index 328b2cae..32d06c0c 100644 Binary files a/osinaweb/osinacore/__pycache__/consumers.cpython-313.pyc and b/osinaweb/osinacore/__pycache__/consumers.cpython-313.pyc differ diff --git a/osinaweb/osinacore/__pycache__/decorators.cpython-313.pyc b/osinaweb/osinacore/__pycache__/decorators.cpython-313.pyc index ba89e281..6d72e762 100644 Binary files a/osinaweb/osinacore/__pycache__/decorators.cpython-313.pyc and b/osinaweb/osinacore/__pycache__/decorators.cpython-313.pyc differ diff --git a/osinaweb/osinacore/__pycache__/forms.cpython-313.pyc b/osinaweb/osinacore/__pycache__/forms.cpython-313.pyc index 40dd5135..082af28c 100644 Binary files a/osinaweb/osinacore/__pycache__/forms.cpython-313.pyc and b/osinaweb/osinacore/__pycache__/forms.cpython-313.pyc differ diff --git a/osinaweb/osinacore/__pycache__/models.cpython-313.pyc b/osinaweb/osinacore/__pycache__/models.cpython-313.pyc index d553824d..23847c2b 100644 Binary files a/osinaweb/osinacore/__pycache__/models.cpython-313.pyc and b/osinaweb/osinacore/__pycache__/models.cpython-313.pyc differ diff --git a/osinaweb/osinacore/__pycache__/routing.cpython-313.pyc b/osinaweb/osinacore/__pycache__/routing.cpython-313.pyc index 0e6eb6c4..93d60522 100644 Binary files a/osinaweb/osinacore/__pycache__/routing.cpython-313.pyc and b/osinaweb/osinacore/__pycache__/routing.cpython-313.pyc differ diff --git a/osinaweb/osinacore/__pycache__/urls.cpython-313.pyc b/osinaweb/osinacore/__pycache__/urls.cpython-313.pyc index aea943b5..e6c2a2fd 100644 Binary files a/osinaweb/osinacore/__pycache__/urls.cpython-313.pyc and b/osinaweb/osinacore/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/osinacore/__pycache__/views.cpython-313.pyc b/osinaweb/osinacore/__pycache__/views.cpython-313.pyc index ec444211..e0380495 100644 Binary files a/osinaweb/osinacore/__pycache__/views.cpython-313.pyc and b/osinaweb/osinacore/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/osinacore/add/__pycache__/urls.cpython-313.pyc b/osinaweb/osinacore/add/__pycache__/urls.cpython-313.pyc index 202942c7..3f8e7402 100644 Binary files a/osinaweb/osinacore/add/__pycache__/urls.cpython-313.pyc and b/osinaweb/osinacore/add/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/osinacore/add/__pycache__/views.cpython-313.pyc b/osinaweb/osinacore/add/__pycache__/views.cpython-313.pyc index fe48ca0c..78eb6264 100644 Binary files a/osinaweb/osinacore/add/__pycache__/views.cpython-313.pyc and b/osinaweb/osinacore/add/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/osinacore/api/__pycache__/serializers.cpython-313.pyc b/osinaweb/osinacore/api/__pycache__/serializers.cpython-313.pyc index 80ec8e54..ba1456a2 100644 Binary files a/osinaweb/osinacore/api/__pycache__/serializers.cpython-313.pyc and b/osinaweb/osinacore/api/__pycache__/serializers.cpython-313.pyc differ diff --git a/osinaweb/osinacore/api/__pycache__/urls.cpython-313.pyc b/osinaweb/osinacore/api/__pycache__/urls.cpython-313.pyc index a28ae342..dea234bb 100644 Binary files a/osinaweb/osinacore/api/__pycache__/urls.cpython-313.pyc and b/osinaweb/osinacore/api/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/osinacore/api/__pycache__/utils.cpython-313.pyc b/osinaweb/osinacore/api/__pycache__/utils.cpython-313.pyc index a807349f..dbfd822e 100644 Binary files a/osinaweb/osinacore/api/__pycache__/utils.cpython-313.pyc and b/osinaweb/osinacore/api/__pycache__/utils.cpython-313.pyc differ diff --git a/osinaweb/osinacore/api/__pycache__/views.cpython-313.pyc b/osinaweb/osinacore/api/__pycache__/views.cpython-313.pyc index cb8cdcb5..22308f44 100644 Binary files a/osinaweb/osinacore/api/__pycache__/views.cpython-313.pyc and b/osinaweb/osinacore/api/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/osinacore/delete/__pycache__/urls.cpython-313.pyc b/osinaweb/osinacore/delete/__pycache__/urls.cpython-313.pyc index d109747f..36df3b75 100644 Binary files a/osinaweb/osinacore/delete/__pycache__/urls.cpython-313.pyc and b/osinaweb/osinacore/delete/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/osinacore/delete/__pycache__/views.cpython-313.pyc b/osinaweb/osinacore/delete/__pycache__/views.cpython-313.pyc index 429bdb7f..c7ed75ad 100644 Binary files a/osinaweb/osinacore/delete/__pycache__/views.cpython-313.pyc and b/osinaweb/osinacore/delete/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/osinacore/edit/__pycache__/urls.cpython-313.pyc b/osinaweb/osinacore/edit/__pycache__/urls.cpython-313.pyc index 07c27eff..ca475cbf 100644 Binary files a/osinaweb/osinacore/edit/__pycache__/urls.cpython-313.pyc and b/osinaweb/osinacore/edit/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/osinacore/edit/__pycache__/views.cpython-313.pyc b/osinaweb/osinacore/edit/__pycache__/views.cpython-313.pyc index 3def4061..fde7b9a1 100644 Binary files a/osinaweb/osinacore/edit/__pycache__/views.cpython-313.pyc and b/osinaweb/osinacore/edit/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/osinacore/knowledge_base/__pycache__/urls.cpython-313.pyc b/osinaweb/osinacore/knowledge_base/__pycache__/urls.cpython-313.pyc index 478763c6..dc9b33bd 100644 Binary files a/osinaweb/osinacore/knowledge_base/__pycache__/urls.cpython-313.pyc and b/osinaweb/osinacore/knowledge_base/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/osinacore/knowledge_base/__pycache__/views.cpython-313.pyc b/osinaweb/osinacore/knowledge_base/__pycache__/views.cpython-313.pyc index ca26c1c3..4c85b1dd 100644 Binary files a/osinaweb/osinacore/knowledge_base/__pycache__/views.cpython-313.pyc and b/osinaweb/osinacore/knowledge_base/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/0119_remove_business_created_at_remove_business_uuid_and_more.py b/osinaweb/osinacore/migrations/0119_remove_business_created_at_remove_business_uuid_and_more.py new file mode 100644 index 00000000..4d7bb0bb --- /dev/null +++ b/osinaweb/osinacore/migrations/0119_remove_business_created_at_remove_business_uuid_and_more.py @@ -0,0 +1,229 @@ +# Generated by Django 5.1.7 on 2025-06-21 14:08 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('osinacore', '0118_business_created_at_business_uuid_and_more'), + ] + + operations = [ + migrations.RemoveField( + model_name='business', + name='created_at', + ), + migrations.RemoveField( + model_name='business', + name='uuid', + ), + migrations.RemoveField( + model_name='businesstype', + name='created_at', + ), + migrations.RemoveField( + model_name='businesstype', + name='uuid', + ), + migrations.RemoveField( + model_name='connection', + name='created_at', + ), + migrations.RemoveField( + model_name='connection', + name='uuid', + ), + migrations.RemoveField( + model_name='customerprofile', + name='created_at', + ), + migrations.RemoveField( + model_name='customerprofile', + name='uuid', + ), + migrations.RemoveField( + model_name='dailyreport', + name='created_at', + ), + migrations.RemoveField( + model_name='dailyreport', + name='uuid', + ), + migrations.RemoveField( + model_name='department', + name='created_at', + ), + migrations.RemoveField( + model_name='department', + name='uuid', + ), + migrations.RemoveField( + model_name='epic', + name='created_at', + ), + migrations.RemoveField( + model_name='epic', + name='uuid', + ), + migrations.RemoveField( + model_name='jobposition', + name='created_at', + ), + migrations.RemoveField( + model_name='jobposition', + name='uuid', + ), + migrations.RemoveField( + model_name='milestone', + name='created_at', + ), + migrations.RemoveField( + model_name='milestone', + name='uuid', + ), + migrations.RemoveField( + model_name='note', + name='created_at', + ), + migrations.RemoveField( + model_name='note', + name='uuid', + ), + migrations.RemoveField( + model_name='pinnedproject', + name='created_at', + ), + migrations.RemoveField( + model_name='pinnedproject', + name='uuid', + ), + migrations.RemoveField( + model_name='point', + name='created_at', + ), + migrations.RemoveField( + model_name='point', + name='uuid', + ), + migrations.RemoveField( + model_name='pointactivity', + name='created_at', + ), + migrations.RemoveField( + model_name='pointactivity', + name='uuid', + ), + migrations.RemoveField( + model_name='project', + name='created_at', + ), + migrations.RemoveField( + model_name='project', + name='uuid', + ), + migrations.RemoveField( + model_name='projectcredential', + name='created_at', + ), + migrations.RemoveField( + model_name='projectcredential', + name='uuid', + ), + migrations.RemoveField( + model_name='projectfile', + name='created_at', + ), + migrations.RemoveField( + model_name='projectfile', + name='uuid', + ), + migrations.RemoveField( + model_name='projectfilealbum', + name='created_at', + ), + migrations.RemoveField( + model_name='projectfilealbum', + name='uuid', + ), + migrations.RemoveField( + model_name='projectstatus', + name='created_at', + ), + migrations.RemoveField( + model_name='projectstatus', + name='uuid', + ), + migrations.RemoveField( + model_name='projecttype', + name='created_at', + ), + migrations.RemoveField( + model_name='projecttype', + name='uuid', + ), + migrations.RemoveField( + model_name='reaction', + name='created_at', + ), + migrations.RemoveField( + model_name='reaction', + name='uuid', + ), + migrations.RemoveField( + model_name='reference', + name='created_at', + ), + migrations.RemoveField( + model_name='reference', + name='uuid', + ), + migrations.RemoveField( + model_name='staffposition', + name='created_at', + ), + migrations.RemoveField( + model_name='staffposition', + name='uuid', + ), + migrations.RemoveField( + model_name='staffprofile', + name='created_at', + ), + migrations.RemoveField( + model_name='staffprofile', + name='uuid', + ), + migrations.RemoveField( + model_name='status', + name='created_at', + ), + migrations.RemoveField( + model_name='status', + name='uuid', + ), + migrations.RemoveField( + model_name='tag', + name='created_at', + ), + migrations.RemoveField( + model_name='tag', + name='uuid', + ), + migrations.RemoveField( + model_name='task', + name='created_at', + ), + migrations.RemoveField( + model_name='task', + name='uuid', + ), + migrations.RemoveField( + model_name='userstory', + name='created_at', + ), + migrations.RemoveField( + model_name='userstory', + name='uuid', + ), + ] diff --git a/osinaweb/osinacore/migrations/__pycache__/0001_initial.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0001_initial.cpython-313.pyc index 5e977721..db393102 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0001_initial.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0001_initial.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0002_projecttype_alter_business_options_staffprofile_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0002_projecttype_alter_business_options_staffprofile_and_more.cpython-313.pyc index 39584ff7..bd5cc6c0 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0002_projecttype_alter_business_options_staffprofile_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0002_projecttype_alter_business_options_staffprofile_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0003_milestone.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0003_milestone.cpython-313.pyc index 411e1701..46470587 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0003_milestone.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0003_milestone.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0004_epic.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0004_epic.cpython-313.pyc index 68c2701c..555139eb 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0004_epic.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0004_epic.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0005_staffprofile_image.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0005_staffprofile_image.cpython-313.pyc index 9cee0cf3..a1c6e3f7 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0005_staffprofile_image.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0005_staffprofile_image.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0006_note.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0006_note.cpython-313.pyc index b7179a5d..ccd04a56 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0006_note.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0006_note.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0007_project_project_id_alter_project_status.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0007_project_project_id_alter_project_status.cpython-313.pyc index 110125d7..70732411 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0007_project_project_id_alter_project_status.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0007_project_project_id_alter_project_status.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0008_alter_project_project_id.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0008_alter_project_project_id.cpython-313.pyc index 2a32de07..b1c23990 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0008_alter_project_project_id.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0008_alter_project_project_id.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0009_alter_project_project_id.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0009_alter_project_project_id.cpython-313.pyc index 5c58ce8d..e6282556 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0009_alter_project_project_id.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0009_alter_project_project_id.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0010_remove_note_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0010_remove_note_date.cpython-313.pyc index 05902594..1ab821e8 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0010_remove_note_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0010_remove_note_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0011_note_date_alter_note_color_alter_note_text_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0011_note_date_alter_note_color_alter_note_text_and_more.cpython-313.pyc index 026e70ce..dc44a601 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0011_note_date_alter_note_color_alter_note_text_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0011_note_date_alter_note_color_alter_note_text_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0012_projectrequirement.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0012_projectrequirement.cpython-313.pyc index df3e8308..b38ec7cd 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0012_projectrequirement.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0012_projectrequirement.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0013_projectfile.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0013_projectfile.cpython-313.pyc index 7657fe6c..8c61b3cb 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0013_projectfile.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0013_projectfile.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0014_alter_projectfile_file.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0014_alter_projectfile_file.cpython-313.pyc index efd928da..8e13e564 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0014_alter_projectfile_file.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0014_alter_projectfile_file.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0015_projectcredentials.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0015_projectcredentials.cpython-313.pyc index 9bfa37d7..b8620cfc 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0015_projectcredentials.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0015_projectcredentials.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0016_rename_projectcredentials_projectcredential.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0016_rename_projectcredentials_projectcredential.cpython-313.pyc index 84d06dd3..6e3a1546 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0016_rename_projectcredentials_projectcredential.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0016_rename_projectcredentials_projectcredential.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0017_alter_project_end_date_alter_project_start_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0017_alter_project_end_date_alter_project_start_date.cpython-313.pyc index d923b76d..62402b77 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0017_alter_project_end_date_alter_project_start_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0017_alter_project_end_date_alter_project_start_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0018_epic_status.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0018_epic_status.cpython-313.pyc index 226136aa..65bcb8c0 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0018_epic_status.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0018_epic_status.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0019_alter_epic_end_date_alter_epic_start_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0019_alter_epic_end_date_alter_epic_start_date.cpython-313.pyc index a7be43a5..a4d4069a 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0019_alter_epic_end_date_alter_epic_start_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0019_alter_epic_end_date_alter_epic_start_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0020_task.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0020_task.cpython-313.pyc index 8d53fc6a..860ce6d1 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0020_task.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0020_task.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0021_alter_customerprofile_business_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0021_alter_customerprofile_business_and_more.cpython-313.pyc index 52fd12c3..e25c0845 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0021_alter_customerprofile_business_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0021_alter_customerprofile_business_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0022_customerprofile_customer_id.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0022_customerprofile_customer_id.cpython-313.pyc index 1399c0f3..a824b794 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0022_customerprofile_customer_id.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0022_customerprofile_customer_id.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0023_task_assigned_to.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0023_task_assigned_to.cpython-313.pyc index 815ac0a5..8203a1e3 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0023_task_assigned_to.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0023_task_assigned_to.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0024_task_task_id.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0024_task_task_id.cpython-313.pyc index 6dde9a91..6066de17 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0024_task_task_id.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0024_task_task_id.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0025_status.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0025_status.cpython-313.pyc index 04fbc08a..1b8c0ade 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0025_status.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0025_status.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0026_remove_status_user_status_staff.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0026_remove_status_user_status_staff.cpython-313.pyc index f43881c1..df71de89 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0026_remove_status_user_status_staff.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0026_remove_status_user_status_staff.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0027_alter_status_staff.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0027_alter_status_staff.cpython-313.pyc index 97998d18..8667b9aa 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0027_alter_status_staff.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0027_alter_status_staff.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0028_remove_projecttype_color.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0028_remove_projecttype_color.cpython-313.pyc index 2db7d87b..3d614e63 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0028_remove_projecttype_color.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0028_remove_projecttype_color.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0029_alter_reference_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0029_alter_reference_date.cpython-313.pyc index 26238097..068e6596 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0029_alter_reference_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0029_alter_reference_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0030_tag.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0030_tag.cpython-313.pyc index 2bba2ae8..7f6cfde1 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0030_tag.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0030_tag.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0031_alter_staffprofile_image.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0031_alter_staffprofile_image.cpython-313.pyc index 4bd68653..f241bc56 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0031_alter_staffprofile_image.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0031_alter_staffprofile_image.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0032_point.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0032_point.cpython-313.pyc index 33b816e2..7d3d9253 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0032_point.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0032_point.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0033_point_date_completed_point_date_workingon_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0033_point_date_completed_point_date_workingon_and_more.cpython-313.pyc index 57e7331f..3aa64228 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0033_point_date_completed_point_date_workingon_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0033_point_date_completed_point_date_workingon_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0034_alter_point_date_completed_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0034_alter_point_date_completed_and_more.cpython-313.pyc index dd84446e..20a93e05 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0034_alter_point_date_completed_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0034_alter_point_date_completed_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0035_business_business_id.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0035_business_business_id.cpython-313.pyc index 657cd606..69a4fffd 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0035_business_business_id.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0035_business_business_id.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0036_staffposition_alter_staffprofile_position.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0036_staffposition_alter_staffprofile_position.cpython-313.pyc index 2cbd621c..39b160b4 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0036_staffposition_alter_staffprofile_position.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0036_staffposition_alter_staffprofile_position.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0037_remove_staffprofile_position.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0037_remove_staffprofile_position.cpython-313.pyc index 0f53e646..66a2ae91 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0037_remove_staffprofile_position.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0037_remove_staffprofile_position.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0038_staffprofile_staff_position.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0038_staffprofile_staff_position.cpython-313.pyc index f1e0d556..9e29d065 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0038_staffprofile_staff_position.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0038_staffprofile_staff_position.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0039_alter_staffprofile_staff_position.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0039_alter_staffprofile_staff_position.cpython-313.pyc index a5057c46..04d480c0 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0039_alter_staffprofile_staff_position.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0039_alter_staffprofile_staff_position.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0040_staffprofile_staff_id.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0040_staffprofile_staff_id.cpython-313.pyc index 58b7a810..936c1693 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0040_staffprofile_staff_id.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0040_staffprofile_staff_id.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0041_dailyreport.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0041_dailyreport.cpython-313.pyc index 3c336976..b67c8f9e 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0041_dailyreport.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0041_dailyreport.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0042_remove_customerprofile_email_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0042_remove_customerprofile_email_and_more.cpython-313.pyc index 77da6afe..124f493a 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0042_remove_customerprofile_email_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0042_remove_customerprofile_email_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0043_businesstype.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0043_businesstype.cpython-313.pyc index 8aefa42c..5d52ba56 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0043_businesstype.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0043_businesstype.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0044_remove_business_business_type.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0044_remove_business_business_type.cpython-313.pyc index d4c3a464..bd667038 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0044_remove_business_business_type.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0044_remove_business_business_type.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0045_business_type.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0045_business_type.cpython-313.pyc index 86ca619e..9895a85e 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0045_business_type.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0045_business_type.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0046_task_requirement.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0046_task_requirement.cpython-313.pyc index 32929570..e19dc3b8 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0046_task_requirement.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0046_task_requirement.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0047_task_status_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0047_task_status_date.cpython-313.pyc index b0781510..abde41e0 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0047_task_status_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0047_task_status_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0048_alter_customerprofile_business.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0048_alter_customerprofile_business.cpython-313.pyc index 34427828..e419114f 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0048_alter_customerprofile_business.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0048_alter_customerprofile_business.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0049_alter_customerprofile_business.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0049_alter_customerprofile_business.cpython-313.pyc index 623fa52d..8262448c 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0049_alter_customerprofile_business.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0049_alter_customerprofile_business.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0050_projectrequirement_added_by_projectrequirement_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0050_projectrequirement_added_by_projectrequirement_date.cpython-313.pyc index 94570ed0..91ae927e 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0050_projectrequirement_added_by_projectrequirement_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0050_projectrequirement_added_by_projectrequirement_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0051_alter_task_requirement.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0051_alter_task_requirement.cpython-313.pyc index ab11fcf9..ca64fe36 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0051_alter_task_requirement.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0051_alter_task_requirement.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0052_note_project.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0052_note_project.cpython-313.pyc index dc2355be..905c08f9 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0052_note_project.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0052_note_project.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0053_pointactivity.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0053_pointactivity.cpython-313.pyc index 65042721..ea87968b 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0053_pointactivity.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0053_pointactivity.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0054_remove_point_date_completed_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0054_remove_point_date_completed_and_more.cpython-313.pyc index c2528fe9..5dd3dc8b 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0054_remove_point_date_completed_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0054_remove_point_date_completed_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0055_alter_point_status.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0055_alter_point_status.cpython-313.pyc index 34a692f1..609460ba 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0055_alter_point_status.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0055_alter_point_status.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0056_alter_pointactivity_end_time.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0056_alter_pointactivity_end_time.cpython-313.pyc index da9def8a..c70f6bfd 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0056_alter_pointactivity_end_time.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0056_alter_pointactivity_end_time.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0057_point_total_time_hours_point_total_time_minutes_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0057_point_total_time_hours_point_total_time_minutes_and_more.cpython-313.pyc index 14e2c8bf..5d4025ad 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0057_point_total_time_hours_point_total_time_minutes_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0057_point_total_time_hours_point_total_time_minutes_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0058_remove_point_total_time_hours_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0058_remove_point_total_time_hours_and_more.cpython-313.pyc index 005c5b11..574e9424 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0058_remove_point_total_time_hours_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0058_remove_point_total_time_hours_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0059_alter_task_requirement.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0059_alter_task_requirement.cpython-313.pyc index 3830d084..113e97b2 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0059_alter_task_requirement.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0059_alter_task_requirement.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0060_pointactivity_total_time.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0060_pointactivity_total_time.cpython-313.pyc index 2c765c5d..9a77533c 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0060_pointactivity_total_time.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0060_pointactivity_total_time.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0061_alter_task_end_date_alter_task_start_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0061_alter_task_end_date_alter_task_start_date.cpython-313.pyc index 7085950a..88efa001 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0061_alter_task_end_date_alter_task_start_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0061_alter_task_end_date_alter_task_start_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0062_connection.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0062_connection.cpython-313.pyc index e56d2b8d..b1224149 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0062_connection.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0062_connection.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0063_alter_connection_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0063_alter_connection_date.cpython-313.pyc index 75aa10e3..89d0db53 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0063_alter_connection_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0063_alter_connection_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0064_reaction.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0064_reaction.cpython-313.pyc index 93756662..23a92e53 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0064_reaction.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0064_reaction.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0065_alter_customerprofile_status.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0065_alter_customerprofile_status.cpython-313.pyc index c38adca6..5ec0384b 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0065_alter_customerprofile_status.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0065_alter_customerprofile_status.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0066_remove_customerprofile_business_business_customer.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0066_remove_customerprofile_business_business_customer.cpython-313.pyc index 37f717c7..49de30d0 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0066_remove_customerprofile_business_business_customer.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0066_remove_customerprofile_business_business_customer.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0067_customerprofile_confirmed.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0067_customerprofile_confirmed.cpython-313.pyc index 7723852b..5b280931 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0067_customerprofile_confirmed.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0067_customerprofile_confirmed.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0068_remove_customerprofile_confirmed_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0068_remove_customerprofile_confirmed_and_more.cpython-313.pyc index 61c7b75a..e3856bc1 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0068_remove_customerprofile_confirmed_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0068_remove_customerprofile_confirmed_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0069_alter_business_logo_alter_projectfile_file_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0069_alter_business_logo_alter_projectfile_file_and_more.cpython-313.pyc index 6c6fc72a..b30be3f3 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0069_alter_business_logo_alter_projectfile_file_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0069_alter_business_logo_alter_projectfile_file_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0070_department_alter_staffprofile_staff_position_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0070_department_alter_staffprofile_staff_position_and_more.cpython-313.pyc index 9e7c15ac..c5e32f52 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0070_department_alter_staffprofile_staff_position_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0070_department_alter_staffprofile_staff_position_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0071_projecttype_department_ticket.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0071_projecttype_department_ticket.cpython-313.pyc index d13a6ad1..205c4fa2 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0071_projecttype_department_ticket.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0071_projecttype_department_ticket.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0072_ticketupdate_ticketreaction_ticketattachment.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0072_ticketupdate_ticketreaction_ticketattachment.cpython-313.pyc index 1767ba7b..6698c15e 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0072_ticketupdate_ticketreaction_ticketattachment.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0072_ticketupdate_ticketreaction_ticketattachment.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0073_alter_ticket_regarding.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0073_alter_ticket_regarding.cpython-313.pyc index 9dbd7795..23de6443 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0073_alter_ticket_regarding.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0073_alter_ticket_regarding.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0074_rename_dare_added_ticketupdate_date_added.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0074_rename_dare_added_ticketupdate_date_added.cpython-313.pyc index cfba1f46..d5c1f1ad 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0074_rename_dare_added_ticketupdate_date_added.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0074_rename_dare_added_ticketupdate_date_added.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0075_remove_ticketattachment_ticket_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0075_remove_ticketattachment_ticket_and_more.cpython-313.pyc index 19e48eee..998aa5fc 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0075_remove_ticketattachment_ticket_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0075_remove_ticketattachment_ticket_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0076_alter_reference_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0076_alter_reference_date.cpython-313.pyc index ca9f25d5..678e0b65 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0076_alter_reference_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0076_alter_reference_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0077_remove_project_status_project_active_projectstatus.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0077_remove_project_status_project_active_projectstatus.cpython-313.pyc index 5b232b39..5b798be7 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0077_remove_project_status_project_active_projectstatus.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0077_remove_project_status_project_active_projectstatus.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0078_alter_projectstatus_status.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0078_alter_projectstatus_status.cpython-313.pyc index a408cb0c..b667bd46 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0078_alter_projectstatus_status.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0078_alter_projectstatus_status.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0079_alter_project_end_date_alter_project_start_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0079_alter_project_end_date_alter_project_start_date.cpython-313.pyc index 1d3756ca..4474b5b9 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0079_alter_project_end_date_alter_project_start_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0079_alter_project_end_date_alter_project_start_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0080_project_logo.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0080_project_logo.cpython-313.pyc index e9d2b489..277b0f5c 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0080_project_logo.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0080_project_logo.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0081_status_task.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0081_status_task.cpython-313.pyc index f1c85ec5..259cf7e4 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0081_status_task.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0081_status_task.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0082_pinnedproject.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0082_pinnedproject.cpython-313.pyc index c65b096c..3ee48472 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0082_pinnedproject.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0082_pinnedproject.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0083_rename_staffposition_jobposition_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0083_rename_staffposition_jobposition_and_more.cpython-313.pyc index 0a457e2f..c77cac04 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0083_rename_staffposition_jobposition_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0083_rename_staffposition_jobposition_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0084_staffposition.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0084_staffposition.cpython-313.pyc index 08a27174..951c7e79 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0084_staffposition.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0084_staffposition.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0085_rename_date_staffposition_start_date_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0085_rename_date_staffposition_start_date_and_more.cpython-313.pyc index 8e56a4cd..4329657a 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0085_rename_date_staffposition_start_date_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0085_rename_date_staffposition_start_date_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0086_remove_connection_status_connection_terminated_at.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0086_remove_connection_status_connection_terminated_at.cpython-313.pyc index a6f7f26e..548fa954 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0086_remove_connection_status_connection_terminated_at.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0086_remove_connection_status_connection_terminated_at.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0087_remove_connection_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0087_remove_connection_date.cpython-313.pyc index 2ac0fe14..91589c64 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0087_remove_connection_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0087_remove_connection_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0088_connection_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0088_connection_date.cpython-313.pyc index 755d9b65..6468210f 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0088_connection_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0088_connection_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0089_connection_connected.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0089_connection_connected.cpython-313.pyc index a551aa40..bb97e647 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0089_connection_connected.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0089_connection_connected.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0090_rename_terminated_at_connection_last_seen.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0090_rename_terminated_at_connection_last_seen.cpython-313.pyc index 33834143..6dea5e0f 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0090_rename_terminated_at_connection_last_seen.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0090_rename_terminated_at_connection_last_seen.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0091_alter_connection_user.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0091_alter_connection_user.cpython-313.pyc index 50078b9b..2096dd29 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0091_alter_connection_user.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0091_alter_connection_user.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0092_rename_connected_connection_online.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0092_rename_connected_connection_online.cpython-313.pyc index 3775ea08..f4e0c33c 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0092_rename_connected_connection_online.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0092_rename_connected_connection_online.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0093_connection_disconnected.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0093_connection_disconnected.cpython-313.pyc index ff3541d6..3232c268 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0093_connection_disconnected.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0093_connection_disconnected.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0094_customuser.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0094_customuser.cpython-313.pyc index d728770b..a58e2d87 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0094_customuser.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0094_customuser.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0095_delete_customuser.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0095_delete_customuser.cpython-313.pyc index 3f2cc615..064a27c2 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0095_delete_customuser.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0095_delete_customuser.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0096_status_date_time.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0096_status_date_time.cpython-313.pyc index d3478c0e..23bb8cea 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0096_status_date_time.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0096_status_date_time.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0097_remove_status_date_remove_status_time.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0097_remove_status_date_remove_status_time.cpython-313.pyc index edb2a832..be9011bb 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0097_remove_status_date_remove_status_time.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0097_remove_status_date_remove_status_time.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0098_rename_emailorusername_projectcredential_identifier.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0098_rename_emailorusername_projectcredential_identifier.cpython-313.pyc index 2d2e6747..008fea50 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0098_rename_emailorusername_projectcredential_identifier.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0098_rename_emailorusername_projectcredential_identifier.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0099_remove_projectcredential_usedfor_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0099_remove_projectcredential_usedfor_and_more.cpython-313.pyc index bbaf7f58..5908cddb 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0099_remove_projectcredential_usedfor_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0099_remove_projectcredential_usedfor_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0100_projectcredential_date_added.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0100_projectcredential_date_added.cpython-313.pyc index d5614a52..88b7c86c 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0100_projectcredential_date_added.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0100_projectcredential_date_added.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0101_rename_date_projectfile_date_added.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0101_rename_date_projectfile_date_added.cpython-313.pyc index 29de1574..e97f544b 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0101_rename_date_projectfile_date_added.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0101_rename_date_projectfile_date_added.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0102_remove_projectfile_date_added_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0102_remove_projectfile_date_added_and_more.cpython-313.pyc index 442eac50..91791ded 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0102_remove_projectfile_date_added_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0102_remove_projectfile_date_added_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0103_alter_projectfilealbum_date_added.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0103_alter_projectfilealbum_date_added.cpython-313.pyc index 01453878..83e9c11f 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0103_alter_projectfilealbum_date_added.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0103_alter_projectfilealbum_date_added.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0104_projectfilealbum_file.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0104_projectfilealbum_file.cpython-313.pyc index a485ca03..587dad39 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0104_projectfilealbum_file.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0104_projectfilealbum_file.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0105_remove_projectfile_name_remove_projectfile_project_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0105_remove_projectfile_name_remove_projectfile_project_and_more.cpython-313.pyc index 56b2caf4..553c5f7e 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0105_remove_projectfile_name_remove_projectfile_project_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0105_remove_projectfile_name_remove_projectfile_project_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0106_alter_projectfile_file.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0106_alter_projectfile_file.cpython-313.pyc index 264e1605..58a39532 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0106_alter_projectfile_file.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0106_alter_projectfile_file.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0107_remove_staffprofile_active.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0107_remove_staffprofile_active.cpython-313.pyc index 924ac69d..f4cda0ff 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0107_remove_staffprofile_active.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0107_remove_staffprofile_active.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0108_status_type_status_type_id.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0108_status_type_status_type_id.cpython-313.pyc index 43d1e6cd..4aede223 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0108_status_type_status_type_id.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0108_status_type_status_type_id.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0109_remove_status_task.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0109_remove_status_task.cpython-313.pyc index 0ddd85a7..246d447b 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0109_remove_status_task.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0109_remove_status_task.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0110_projectrequirement_milestone.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0110_projectrequirement_milestone.cpython-313.pyc index 150789ad..6fefc2ca 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0110_projectrequirement_milestone.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0110_projectrequirement_milestone.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0111_rename_projectrequirement_userstory_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0111_rename_projectrequirement_userstory_and_more.cpython-313.pyc index 48958a01..d71ea269 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0111_rename_projectrequirement_userstory_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0111_rename_projectrequirement_userstory_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0112_rename_title_milestone_name.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0112_rename_title_milestone_name.cpython-313.pyc index 34dd9941..0cd712ff 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0112_rename_title_milestone_name.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0112_rename_title_milestone_name.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0113_userstory_completed_userstory_confirmed.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0113_userstory_completed_userstory_confirmed.cpython-313.pyc index 1f0c9f6a..b16eb159 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0113_userstory_completed_userstory_confirmed.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0113_userstory_completed_userstory_confirmed.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0114_alter_project_end_date.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0114_alter_project_end_date.cpython-313.pyc index 32b3230e..05770d93 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0114_alter_project_end_date.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0114_alter_project_end_date.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0115_projectstatus_default_created.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0115_projectstatus_default_created.cpython-313.pyc index e5fcb3f7..36d0b699 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0115_projectstatus_default_created.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0115_projectstatus_default_created.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0116_remove_projectstatus_default_created.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0116_remove_projectstatus_default_created.cpython-313.pyc index 13c82714..fbb33ad6 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0116_remove_projectstatus_default_created.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0116_remove_projectstatus_default_created.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0117_task_milestone.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0117_task_milestone.cpython-313.pyc index 35ee15d9..f44386ed 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0117_task_milestone.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0117_task_milestone.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0118_business_created_at_business_uuid_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0118_business_created_at_business_uuid_and_more.cpython-313.pyc index 626ddb9f..f76c5a3f 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/0118_business_created_at_business_uuid_and_more.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/0118_business_created_at_business_uuid_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/0119_remove_business_created_at_remove_business_uuid_and_more.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/0119_remove_business_created_at_remove_business_uuid_and_more.cpython-313.pyc new file mode 100644 index 00000000..36ebf8c8 Binary files /dev/null and b/osinaweb/osinacore/migrations/__pycache__/0119_remove_business_created_at_remove_business_uuid_and_more.cpython-313.pyc differ diff --git a/osinaweb/osinacore/migrations/__pycache__/__init__.cpython-313.pyc b/osinaweb/osinacore/migrations/__pycache__/__init__.cpython-313.pyc index 169d2761..147242d0 100644 Binary files a/osinaweb/osinacore/migrations/__pycache__/__init__.cpython-313.pyc and b/osinaweb/osinacore/migrations/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/osinacore/models.py b/osinaweb/osinacore/models.py index 7bdd0484..54be5cac 100644 --- a/osinaweb/osinacore/models.py +++ b/osinaweb/osinacore/models.py @@ -13,7 +13,7 @@ from channels.layers import get_channel_layer from datetime import timedelta from authentication .models import * -class Reference(BaseModel): +class Reference(models.Model): name = models.CharField(max_length=50) date = models.DateField() @@ -21,21 +21,21 @@ class Reference(BaseModel): return self.name -class Tag(BaseModel): +class Tag(models.Model): name = models.CharField(max_length=50) def __str__(self): return self.name -class BusinessType(BaseModel): +class BusinessType(models.Model): name = models.CharField(max_length=50) def __str__(self): return self.name -class CustomerProfile(BaseModel): +class CustomerProfile(models.Model): user = models.OneToOneField(User, on_delete=models.CASCADE, blank=True) mobile_number = models.CharField(max_length=50, blank=True) personal_website = models.URLField(null=True, blank=True) @@ -82,7 +82,7 @@ class CustomerProfile(BaseModel): return f"last seen on {last_seen_time.strftime('%b %d at %I:%M %p')}" -class Business(BaseModel): +class Business(models.Model): name = models.CharField(max_length=50) email = models.EmailField(unique=True) financial_number = models.CharField(max_length=50) @@ -112,7 +112,7 @@ class Business(BaseModel): super(Business, self).save(*args, **kwargs) -class Department(BaseModel): +class Department(models.Model): name = models.CharField(max_length=100) def __str__(self): @@ -124,7 +124,7 @@ class Department(BaseModel): return staff_profiles -class JobPosition(BaseModel): +class JobPosition(models.Model): name = models.CharField(max_length=100) department = models.ForeignKey(Department, on_delete=models.SET_NULL, null=True) @@ -133,7 +133,7 @@ class JobPosition(BaseModel): return self.name -class StaffProfile(BaseModel): +class StaffProfile(models.Model): user = models.OneToOneField(User, on_delete=models.CASCADE) image = models.ImageField(upload_to='uploaded_images', null=True, blank=True) mobile_number = models.CharField(max_length=50) @@ -177,14 +177,14 @@ class StaffProfile(BaseModel): return self.staffposition_set.filter(end_date__isnull=True).exists() -class StaffPosition(BaseModel): +class StaffPosition(models.Model): staff = models.ForeignKey(StaffProfile, on_delete=models.CASCADE) position = models.ForeignKey(JobPosition, null=True, on_delete=models.SET_NULL) start_date = models.DateField() end_date = models.DateField(null=True, blank=True) -class ProjectType(BaseModel): +class ProjectType(models.Model): name = models.CharField(max_length=50) department = models.ForeignKey(Department, on_delete=models.SET_NULL, null=True) @@ -192,7 +192,7 @@ class ProjectType(BaseModel): return self.name -class Project(BaseModel): +class Project(models.Model): name = models.CharField(max_length=50) logo = models.ImageField(null=True, blank=True) customer = models.ForeignKey(CustomerProfile, on_delete=models.CASCADE, null=True) @@ -246,7 +246,7 @@ class Project(BaseModel): return Task.objects.filter(project=self, assigned_to=user.staffprofile).exclude(status='Closed').count() -class ProjectStatus(BaseModel): +class ProjectStatus(models.Model): STATUS_CHOICES = ( ('In Progress', 'In Progress'), ('Completed', 'Completed'), @@ -258,12 +258,12 @@ class ProjectStatus(BaseModel): date = models.DateTimeField() -class PinnedProject(BaseModel): +class PinnedProject(models.Model): user = models.ForeignKey(User, on_delete=models.CASCADE) project = models.ForeignKey(Project, on_delete=models.CASCADE) -class Epic(BaseModel): +class Epic(models.Model): title = models.CharField(max_length=150) STATUS_CHOICES = ( ('Open', 'Open'), @@ -279,7 +279,7 @@ class Epic(BaseModel): return self.title -class Milestone(BaseModel): +class Milestone(models.Model): name = models.CharField(max_length=150) description = models.TextField() project = models.ForeignKey(Project, on_delete=models.CASCADE, null=True) @@ -290,7 +290,7 @@ class Milestone(BaseModel): return self.name -class UserStory(BaseModel): +class UserStory(models.Model): milestone = models.ForeignKey(Milestone, on_delete=models.SET_NULL, null=True) content = models.CharField(max_length=350) project = models.ForeignKey(Project, on_delete=models.CASCADE, null=True) @@ -303,18 +303,18 @@ class UserStory(BaseModel): return self.content -class ProjectFileAlbum(BaseModel): +class ProjectFileAlbum(models.Model): name = models.CharField(max_length=350, null=True) project = models.ForeignKey(Project, on_delete=models.CASCADE, null=True) -class ProjectFile(BaseModel): +class ProjectFile(models.Model): album = models.ForeignKey(ProjectFileAlbum, on_delete=models.CASCADE, null=True) file = models.FileField(null=True, upload_to='project_files') date_added = models.DateTimeField(null=True) -class ProjectCredential(BaseModel): +class ProjectCredential(models.Model): identifier = models.CharField(max_length=350) password = models.CharField(max_length=350) description = models.TextField(null=True, blank=True) @@ -322,7 +322,7 @@ class ProjectCredential(BaseModel): date_added = models.DateTimeField(null=True) -class Note(BaseModel): +class Note(models.Model): text = models.TextField(blank=True) date = models.DateTimeField(null=True, blank=True) user = models.ForeignKey(User, on_delete=models.CASCADE, null=True, blank=True) @@ -330,7 +330,7 @@ class Note(BaseModel): project = models.ForeignKey(Project, on_delete=models.CASCADE, null=True, blank=True) -class Task(BaseModel): +class Task(models.Model): name = models.CharField(max_length=250) project = models.ForeignKey(Project, on_delete=models.CASCADE, null=True) epic = models.ForeignKey(Epic, on_delete=models.CASCADE, null=True) @@ -380,7 +380,7 @@ class Task(BaseModel): return total_time_hours, total_time_minutes, total_time_seconds -class Point(BaseModel): +class Point(models.Model): text = models.TextField(blank=True) STATUS_CHOICES = ( ('Not Completed', 'Not Completed'), @@ -402,7 +402,7 @@ class Point(BaseModel): return total_time_hours, total_time_minutes, total_time_seconds -class PointActivity(BaseModel): +class PointActivity(models.Model): point = models.ForeignKey(Point, on_delete=models.CASCADE, null=True) start_time = models.DateTimeField() end_time = models.DateTimeField(null=True, blank=True) @@ -425,7 +425,7 @@ class PointActivity(BaseModel): return 0, 0, 0 -class Status(BaseModel): +class Status(models.Model): TYPE_CHOICES = ( ('Task', 'Task'), ('Daily Report', 'Daily Report'), @@ -489,20 +489,20 @@ def new_ticket_update_handler(sender, instance, created, **kwargs): async_to_sync(channel_layer.group_send)("new_status_group", event) -class Reaction(BaseModel): +class Reaction(models.Model): status = models.ForeignKey(Status, on_delete=models.CASCADE) emoji = models.CharField(max_length=15) user = models.ForeignKey(User, on_delete=models.CASCADE) -class DailyReport(BaseModel): +class DailyReport(models.Model): text = models.TextField(blank=True) date = models.CharField(max_length=40) time = models.CharField(max_length=40) staff = models.ForeignKey(StaffProfile, on_delete=models.CASCADE, null=True, blank=True, related_name='dailyreport_staff') -class Connection(BaseModel): +class Connection(models.Model): date = models.DateTimeField(null=True) user = models.OneToOneField(User, on_delete=models.CASCADE) online = models.BooleanField(default=True) diff --git a/osinaweb/osinaweb/__pycache__/__init__.cpython-313.pyc b/osinaweb/osinaweb/__pycache__/__init__.cpython-313.pyc index 07289bee..75e7fbca 100644 Binary files a/osinaweb/osinaweb/__pycache__/__init__.cpython-313.pyc and b/osinaweb/osinaweb/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/osinaweb/__pycache__/asgi.cpython-313.pyc b/osinaweb/osinaweb/__pycache__/asgi.cpython-313.pyc index 54396d30..37a5a8eb 100644 Binary files a/osinaweb/osinaweb/__pycache__/asgi.cpython-313.pyc and b/osinaweb/osinaweb/__pycache__/asgi.cpython-313.pyc differ diff --git a/osinaweb/osinaweb/__pycache__/routing.cpython-313.pyc b/osinaweb/osinaweb/__pycache__/routing.cpython-313.pyc index d68cb9bc..0d4c2376 100644 Binary files a/osinaweb/osinaweb/__pycache__/routing.cpython-313.pyc and b/osinaweb/osinaweb/__pycache__/routing.cpython-313.pyc differ diff --git a/osinaweb/osinaweb/__pycache__/settings.cpython-313.pyc b/osinaweb/osinaweb/__pycache__/settings.cpython-313.pyc index 6e0cc10b..ae9e5b6f 100644 Binary files a/osinaweb/osinaweb/__pycache__/settings.cpython-313.pyc and b/osinaweb/osinaweb/__pycache__/settings.cpython-313.pyc differ diff --git a/osinaweb/osinaweb/__pycache__/urls.cpython-313.pyc b/osinaweb/osinaweb/__pycache__/urls.cpython-313.pyc index a83cd67c..352eff44 100644 Binary files a/osinaweb/osinaweb/__pycache__/urls.cpython-313.pyc and b/osinaweb/osinaweb/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/support/__pycache__/__init__.cpython-313.pyc b/osinaweb/support/__pycache__/__init__.cpython-313.pyc index 923d51fa..6b85ea66 100644 Binary files a/osinaweb/support/__pycache__/__init__.cpython-313.pyc and b/osinaweb/support/__pycache__/__init__.cpython-313.pyc differ diff --git a/osinaweb/support/__pycache__/admin.cpython-313.pyc b/osinaweb/support/__pycache__/admin.cpython-313.pyc index 51ea45c9..c12e3e9e 100644 Binary files a/osinaweb/support/__pycache__/admin.cpython-313.pyc and b/osinaweb/support/__pycache__/admin.cpython-313.pyc differ diff --git a/osinaweb/support/__pycache__/apps.cpython-313.pyc b/osinaweb/support/__pycache__/apps.cpython-313.pyc index 3fbb8cea..507a1a43 100644 Binary files a/osinaweb/support/__pycache__/apps.cpython-313.pyc and b/osinaweb/support/__pycache__/apps.cpython-313.pyc differ diff --git a/osinaweb/support/__pycache__/consumers.cpython-313.pyc b/osinaweb/support/__pycache__/consumers.cpython-313.pyc index 52bf0045..4848f176 100644 Binary files a/osinaweb/support/__pycache__/consumers.cpython-313.pyc and b/osinaweb/support/__pycache__/consumers.cpython-313.pyc differ diff --git a/osinaweb/support/__pycache__/decorators.cpython-313.pyc b/osinaweb/support/__pycache__/decorators.cpython-313.pyc index 76f8094b..955946bb 100644 Binary files a/osinaweb/support/__pycache__/decorators.cpython-313.pyc and b/osinaweb/support/__pycache__/decorators.cpython-313.pyc differ diff --git a/osinaweb/support/__pycache__/models.cpython-313.pyc b/osinaweb/support/__pycache__/models.cpython-313.pyc index 562d6082..9f02298c 100644 Binary files a/osinaweb/support/__pycache__/models.cpython-313.pyc and b/osinaweb/support/__pycache__/models.cpython-313.pyc differ diff --git a/osinaweb/support/__pycache__/routing.cpython-313.pyc b/osinaweb/support/__pycache__/routing.cpython-313.pyc index 962b81dc..467fde69 100644 Binary files a/osinaweb/support/__pycache__/routing.cpython-313.pyc and b/osinaweb/support/__pycache__/routing.cpython-313.pyc differ diff --git a/osinaweb/support/__pycache__/urls.cpython-313.pyc b/osinaweb/support/__pycache__/urls.cpython-313.pyc index 136e8f41..9c4cd02b 100644 Binary files a/osinaweb/support/__pycache__/urls.cpython-313.pyc and b/osinaweb/support/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/support/__pycache__/views.cpython-313.pyc b/osinaweb/support/__pycache__/views.cpython-313.pyc index 957d2035..9d2cf055 100644 Binary files a/osinaweb/support/__pycache__/views.cpython-313.pyc and b/osinaweb/support/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/support/add/__pycache__/urls.cpython-313.pyc b/osinaweb/support/add/__pycache__/urls.cpython-313.pyc index 42645e01..7c93aeea 100644 Binary files a/osinaweb/support/add/__pycache__/urls.cpython-313.pyc and b/osinaweb/support/add/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/support/add/__pycache__/views.cpython-313.pyc b/osinaweb/support/add/__pycache__/views.cpython-313.pyc index c827ee32..8cfefe1b 100644 Binary files a/osinaweb/support/add/__pycache__/views.cpython-313.pyc and b/osinaweb/support/add/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/support/migrations/__pycache__/0001_initial.cpython-313.pyc b/osinaweb/support/migrations/__pycache__/0001_initial.cpython-313.pyc index 693d5497..6506d1db 100644 Binary files a/osinaweb/support/migrations/__pycache__/0001_initial.cpython-313.pyc and b/osinaweb/support/migrations/__pycache__/0001_initial.cpython-313.pyc differ diff --git a/osinaweb/support/migrations/__pycache__/0002_remove_ticket_departments_and_more.cpython-313.pyc b/osinaweb/support/migrations/__pycache__/0002_remove_ticket_departments_and_more.cpython-313.pyc index 2eef9dbe..d91733f8 100644 Binary files a/osinaweb/support/migrations/__pycache__/0002_remove_ticket_departments_and_more.cpython-313.pyc and b/osinaweb/support/migrations/__pycache__/0002_remove_ticket_departments_and_more.cpython-313.pyc differ diff --git a/osinaweb/support/migrations/__pycache__/0003_remove_ticket_status.cpython-313.pyc b/osinaweb/support/migrations/__pycache__/0003_remove_ticket_status.cpython-313.pyc index 1a35dad9..0dd4c17c 100644 Binary files a/osinaweb/support/migrations/__pycache__/0003_remove_ticket_status.cpython-313.pyc and b/osinaweb/support/migrations/__pycache__/0003_remove_ticket_status.cpython-313.pyc differ diff --git a/osinaweb/support/migrations/__pycache__/0004_alter_ticket_opened_date_ticketconnection.cpython-313.pyc b/osinaweb/support/migrations/__pycache__/0004_alter_ticket_opened_date_ticketconnection.cpython-313.pyc index e662f138..38d90b5e 100644 Binary files a/osinaweb/support/migrations/__pycache__/0004_alter_ticket_opened_date_ticketconnection.cpython-313.pyc and b/osinaweb/support/migrations/__pycache__/0004_alter_ticket_opened_date_ticketconnection.cpython-313.pyc differ diff --git a/osinaweb/support/migrations/__pycache__/0005_alter_ticketconnection_ticket.cpython-313.pyc b/osinaweb/support/migrations/__pycache__/0005_alter_ticketconnection_ticket.cpython-313.pyc index a10e2a01..56ca58bd 100644 Binary files a/osinaweb/support/migrations/__pycache__/0005_alter_ticketconnection_ticket.cpython-313.pyc and b/osinaweb/support/migrations/__pycache__/0005_alter_ticketconnection_ticket.cpython-313.pyc differ diff --git a/osinaweb/support/migrations/__pycache__/0006_remove_ticketconnection_type_and_more.cpython-313.pyc b/osinaweb/support/migrations/__pycache__/0006_remove_ticketconnection_type_and_more.cpython-313.pyc index 5686a361..72316f62 100644 Binary files a/osinaweb/support/migrations/__pycache__/0006_remove_ticketconnection_type_and_more.cpython-313.pyc and b/osinaweb/support/migrations/__pycache__/0006_remove_ticketconnection_type_and_more.cpython-313.pyc differ diff --git a/osinaweb/support/migrations/__pycache__/0007_alter_ticketstaff_staff.cpython-313.pyc b/osinaweb/support/migrations/__pycache__/0007_alter_ticketstaff_staff.cpython-313.pyc index 53843835..9bed7aef 100644 Binary files a/osinaweb/support/migrations/__pycache__/0007_alter_ticketstaff_staff.cpython-313.pyc and b/osinaweb/support/migrations/__pycache__/0007_alter_ticketstaff_staff.cpython-313.pyc differ diff --git a/osinaweb/support/migrations/__pycache__/0008_alter_tickettask_ticket.cpython-313.pyc b/osinaweb/support/migrations/__pycache__/0008_alter_tickettask_ticket.cpython-313.pyc index 3c28b1b0..6bbd3c42 100644 Binary files a/osinaweb/support/migrations/__pycache__/0008_alter_tickettask_ticket.cpython-313.pyc and b/osinaweb/support/migrations/__pycache__/0008_alter_tickettask_ticket.cpython-313.pyc differ diff --git a/osinaweb/support/migrations/__pycache__/0009_ticketconnection_terminated_at.cpython-313.pyc b/osinaweb/support/migrations/__pycache__/0009_ticketconnection_terminated_at.cpython-313.pyc index 7ca47d18..5e62190c 100644 Binary files a/osinaweb/support/migrations/__pycache__/0009_ticketconnection_terminated_at.cpython-313.pyc and b/osinaweb/support/migrations/__pycache__/0009_ticketconnection_terminated_at.cpython-313.pyc differ diff --git a/osinaweb/support/migrations/__pycache__/0010_remove_ticketconnection_terminated.cpython-313.pyc b/osinaweb/support/migrations/__pycache__/0010_remove_ticketconnection_terminated.cpython-313.pyc index 4ec3de63..9bbcbb35 100644 Binary files a/osinaweb/support/migrations/__pycache__/0010_remove_ticketconnection_terminated.cpython-313.pyc and b/osinaweb/support/migrations/__pycache__/0010_remove_ticketconnection_terminated.cpython-313.pyc differ diff --git a/osinaweb/support/migrations/__pycache__/__init__.cpython-313.pyc b/osinaweb/support/migrations/__pycache__/__init__.cpython-313.pyc index ee90a468..fd1bf71d 100644 Binary files a/osinaweb/support/migrations/__pycache__/__init__.cpython-313.pyc and b/osinaweb/support/migrations/__pycache__/__init__.cpython-313.pyc differ