Skip to content

Commit

Permalink
remove models (#4184)
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola authored Sep 5, 2024
1 parent a734226 commit 8e0af8b
Show file tree
Hide file tree
Showing 10 changed files with 125 additions and 883 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
snapshots = Snapshot()



snapshots['TestFSPRelatedSchema::test_query_all_financial_service_provider_xlsx_templates 1'] = {
'data': {
'allFinancialServiceProviderXlsxTemplates': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,11 @@ def _import_cleaned_data(self, cleaned_data: dict) -> Individual:
field_name,
round_number,
value_from_xlsx,
collection_date_from_xlsx
if collection_date_from_xlsx
else self.periodic_data_update_template.created_at.date(),
(
collection_date_from_xlsx
if collection_date_from_xlsx
else self.periodic_data_update_template.created_at.date()
),
)
return individual

Expand Down
164 changes: 0 additions & 164 deletions backend/hct_mis_api/apps/registration_datahub/admin.py

This file was deleted.

98 changes: 0 additions & 98 deletions backend/hct_mis_api/apps/registration_datahub/fixtures.py

This file was deleted.

Loading

0 comments on commit 8e0af8b

Please sign in to comment.