tomtoolkit 2.31.2__tar.gz → 2.31.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (700) hide show
  1. tomtoolkit-2.31.4/.git/FETCH_HEAD +1 -0
  2. tomtoolkit-2.31.4/.git/HEAD +1 -0
  3. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/config +1 -1
  4. tomtoolkit-2.31.4/.git/index +0 -0
  5. tomtoolkit-2.31.4/.git/logs/HEAD +1 -0
  6. tomtoolkit-2.31.4/.git/objects/pack/pack-f9669201e3c73375276e7ae07a22401fd08d0b1f.idx +0 -0
  7. tomtoolkit-2.31.2/.git/objects/pack/pack-5b942d49833ed7eab0bf338c92b838577bb8f5ff.pack → tomtoolkit-2.31.4/.git/objects/pack/pack-f9669201e3c73375276e7ae07a22401fd08d0b1f.pack +0 -0
  8. tomtoolkit-2.31.4/.git/objects/pack/pack-f9669201e3c73375276e7ae07a22401fd08d0b1f.rev +0 -0
  9. tomtoolkit-2.31.4/.git/refs/tags/2.31.4 +1 -0
  10. tomtoolkit-2.31.4/.git/shallow +1 -0
  11. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/PKG-INFO +2 -2
  12. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/common/customsettings.rst +2 -2
  13. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/poetry.lock +19 -7
  14. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/pyproject.toml +2 -2
  15. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/management/commands/runbrokerquery.py +3 -6
  16. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_base/__init__.py +1 -1
  17. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_base/settings.py +3 -3
  18. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/harvesters/jplhorizons.py +7 -3
  19. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/middleware.py +8 -5
  20. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/session_utils.py +1 -1
  21. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/partials/navbar_login.html +5 -2
  22. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/tests.py +43 -0
  23. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/facilities/lco_redirect.py +3 -0
  24. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_setup/templates/tom_setup/settings.tmpl +3 -3
  25. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/forms.py +7 -0
  26. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/tests/tests.py +4 -4
  27. tomtoolkit-2.31.2/.git/FETCH_HEAD +0 -1
  28. tomtoolkit-2.31.2/.git/HEAD +0 -1
  29. tomtoolkit-2.31.2/.git/index +0 -0
  30. tomtoolkit-2.31.2/.git/logs/HEAD +0 -1
  31. tomtoolkit-2.31.2/.git/objects/pack/pack-5b942d49833ed7eab0bf338c92b838577bb8f5ff.idx +0 -0
  32. tomtoolkit-2.31.2/.git/objects/pack/pack-5b942d49833ed7eab0bf338c92b838577bb8f5ff.rev +0 -0
  33. tomtoolkit-2.31.2/.git/refs/tags/2.31.2 +0 -1
  34. tomtoolkit-2.31.2/.git/shallow +0 -1
  35. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.coveragerc +0 -0
  36. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.flake8 +0 -0
  37. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/description +0 -0
  38. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/applypatch-msg.sample +0 -0
  39. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/commit-msg.sample +0 -0
  40. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/fsmonitor-watchman.sample +0 -0
  41. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/post-update.sample +0 -0
  42. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/pre-applypatch.sample +0 -0
  43. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/pre-commit.sample +0 -0
  44. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/pre-merge-commit.sample +0 -0
  45. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/pre-push.sample +0 -0
  46. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/pre-rebase.sample +0 -0
  47. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/pre-receive.sample +0 -0
  48. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/prepare-commit-msg.sample +0 -0
  49. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/push-to-checkout.sample +0 -0
  50. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/sendemail-validate.sample +0 -0
  51. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/hooks/update.sample +0 -0
  52. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.git/info/exclude +0 -0
  53. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  54. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  55. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.github/ISSUE_TEMPLATE/sprint-story.md +0 -0
  56. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.github/dependabot.yml +0 -0
  57. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.github/workflows/github-release.yml +0 -0
  58. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.github/workflows/pypi-release.yml +0 -0
  59. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.github/workflows/run-canary-tests.yml +0 -0
  60. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.github/workflows/run-tests.yml +0 -0
  61. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.gitignore +0 -0
  62. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/.readthedocs.yml +0 -0
  63. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/CITATION.cff +0 -0
  64. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/CODE_OF_CONDUCT.md +0 -0
  65. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/CONTRIBUTING.md +0 -0
  66. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/LICENSE +0 -0
  67. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/MANIFEST.in +0 -0
  68. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/README-dev.md +0 -0
  69. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/README.md +0 -0
  70. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/Makefile +0 -0
  71. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/adding_pages_doc/base.png +0 -0
  72. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/adding_pages_doc/quote.png +0 -0
  73. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/adding_pages_doc/targets.png +0 -0
  74. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/architecture/erd.csv +0 -0
  75. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/architecture/erd.png +0 -0
  76. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/architecture/snex2layout.png +0 -0
  77. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/architecture/standardlayout.png +0 -0
  78. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/common_interface.png +0 -0
  79. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/compare-across-forks.png +0 -0
  80. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/create_broker_doc/example_query.png +0 -0
  81. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/create_broker_doc/populated_query_list.png +0 -0
  82. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/create_broker_doc/query_result.png +0 -0
  83. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/create_broker_doc/success_broker_list.png +0 -0
  84. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/custom.css +0 -0
  85. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/customize_observations/newform.png +0 -0
  86. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/customize_observations/observebutton.png +0 -0
  87. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/customize_template_tags_doc/Templatetags.png +0 -0
  88. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/customize_templates_doc/darkmode.png +0 -0
  89. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/customize_templates_doc/sciencecat.jpg +0 -0
  90. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/customize_templates_doc/toast_example.png +0 -0
  91. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/customize_templates_doc/tomhomepagemod.png +0 -0
  92. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/customize_templates_doc/tomhomepagenew.png +0 -0
  93. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/customize_views_doc/after.png +0 -0
  94. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/customize_views_doc/before.png +0 -0
  95. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/dataservices_doc/demo_Data_Service.png +0 -0
  96. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/fork.png +0 -0
  97. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/heroku_deploy_doc/branchdeployed.png +0 -0
  98. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/heroku_deploy_doc/githubconnected.png +0 -0
  99. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/heroku_deploy_doc/githubintegration.png +0 -0
  100. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/heroku_deploy_doc/herokudeploybranch.png +0 -0
  101. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/hs.jpg +0 -0
  102. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/htmx_tables_doc/sortable_table_with_general_search.png +0 -0
  103. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/jupyterdoc/newnotebook.png +0 -0
  104. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/lco.jpg +0 -0
  105. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/logo-color.png +0 -0
  106. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/logo.png +0 -0
  107. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/observation_module/empty_form.png +0 -0
  108. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/observation_module/fields.png +0 -0
  109. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/observation_module/myfacility.png +0 -0
  110. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/permissions_doc/addgroup.png +0 -0
  111. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/permissions_doc/targetgroups.png +0 -0
  112. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/plotting_data_doc/plot.png +0 -0
  113. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/pull-request.png +0 -0
  114. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/target_fields_doc/redshift.png +0 -0
  115. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/target_fields_doc/redshift_display.png +0 -0
  116. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/target_fields_doc/redshift_filter.png +0 -0
  117. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/target_fields_doc/redshift_tag.png +0 -0
  118. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/target_sources.png +0 -0
  119. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/_static/zff.png +0 -0
  120. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/affiliated.rst +0 -0
  121. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/management_commands.rst +0 -0
  122. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/modules.rst +0 -0
  123. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/plugins.md +0 -0
  124. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_alerts/brokers.rst +0 -0
  125. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_alerts/exceptions.rst +0 -0
  126. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_alerts/index.rst +0 -0
  127. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_alerts/models.rst +0 -0
  128. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_alerts/views.rst +0 -0
  129. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_catalogs/forms.rst +0 -0
  130. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_catalogs/harvesters.rst +0 -0
  131. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_catalogs/index.rst +0 -0
  132. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_catalogs/views.rst +0 -0
  133. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_common/exceptions.rst +0 -0
  134. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_common/hooks.rst +0 -0
  135. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_common/index.rst +0 -0
  136. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_common/template_tags.rst +0 -0
  137. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_common/views.rst +0 -0
  138. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_dataproducts/api_views.rst +0 -0
  139. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_dataproducts/data_processing.md +0 -0
  140. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_dataproducts/index.rst +0 -0
  141. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_dataproducts/models.rst +0 -0
  142. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_dataproducts/templatetags.rst +0 -0
  143. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_dataproducts/utils.rst +0 -0
  144. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_dataproducts/views.rst +0 -0
  145. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_dataservices/data_services.rst +0 -0
  146. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_dataservices/exceptions.rst +0 -0
  147. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_dataservices/index.rst +0 -0
  148. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_dataservices/models.rst +0 -0
  149. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_dataservices/views.rst +0 -0
  150. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_observations/facilities.rst +0 -0
  151. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_observations/index.rst +0 -0
  152. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_observations/models.rst +0 -0
  153. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_observations/templatetags.rst +0 -0
  154. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_observations/utils.rst +0 -0
  155. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_observations/views.rst +0 -0
  156. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_targets/api_views.rst +0 -0
  157. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_targets/groups.rst +0 -0
  158. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_targets/index.rst +0 -0
  159. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_targets/models.rst +0 -0
  160. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_targets/templatetags.rst +0 -0
  161. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_targets/utils.rst +0 -0
  162. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/api/tom_targets/views.rst +0 -0
  163. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/brokers/create_broker.rst +0 -0
  164. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/brokers/create_dash_broker.rst +0 -0
  165. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/brokers/create_dataservice.rst +0 -0
  166. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/brokers/index.rst +0 -0
  167. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/code/automation.rst +0 -0
  168. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/code/backgroundtasks.rst +0 -0
  169. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/code/custom_code.rst +0 -0
  170. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/code/index.rst +0 -0
  171. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/code/querying.rst +0 -0
  172. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/common/latex_generation.rst +0 -0
  173. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/common/permissions.rst +0 -0
  174. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/common/refactoring_roadmap.rst +0 -0
  175. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/common/scripts.rst +0 -0
  176. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/conf.py +0 -0
  177. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/customization/adding_pages.rst +0 -0
  178. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/customization/customize_template_tags.rst +0 -0
  179. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/customization/customize_templates.rst +0 -0
  180. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/customization/encrypted_model_fields.rst +0 -0
  181. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/customization/htmx_tables.rst +0 -0
  182. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/customization/index.rst +0 -0
  183. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/customization/testing_toms.rst +0 -0
  184. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/customization/widgets.rst +0 -0
  185. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/deployment/amazons3.rst +0 -0
  186. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/deployment/deployment_heroku.rst +0 -0
  187. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/deployment/deployment_tips.rst +0 -0
  188. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/deployment/index.rst +0 -0
  189. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/examples.rst +0 -0
  190. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/index.rst +0 -0
  191. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/about.rst +0 -0
  192. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/acknowledging_tom_toolkit.rst +0 -0
  193. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/contributing.rst +0 -0
  194. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/credits.rst +0 -0
  195. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/faqs.rst +0 -0
  196. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/getting_started.rst +0 -0
  197. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/index.rst +0 -0
  198. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/manual_installation.rst +0 -0
  199. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/resources.rst +0 -0
  200. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/support.rst +0 -0
  201. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/tomarchitecture.rst +0 -0
  202. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/troubleshooting.rst +0 -0
  203. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/introduction/workflow.rst +0 -0
  204. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/make.bat +0 -0
  205. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/managing_data/continuous_sharing.rst +0 -0
  206. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/managing_data/customizing_data_processing.rst +0 -0
  207. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/managing_data/index.rst +0 -0
  208. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/managing_data/plotting_data.rst +0 -0
  209. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/managing_data/single_target_data_service.rst +0 -0
  210. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/managing_data/stream_pub_sub.rst +0 -0
  211. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/managing_data/tom_direct_sharing.rst +0 -0
  212. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/observing/add_facility_form_admin.png +0 -0
  213. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/observing/customize_ocs_facility.rst +0 -0
  214. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/observing/index.rst +0 -0
  215. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/observing/observation_module.rst +0 -0
  216. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/observing/selecting_targets_for_facility.rst +0 -0
  217. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/observing/strategies.rst +0 -0
  218. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/observing/target_selection_menu_option.png +0 -0
  219. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/observing/target_selection_table_default.png +0 -0
  220. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/targets/index.rst +0 -0
  221. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/targets/target_fields.rst +0 -0
  222. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/targets/target_matcher.rst +0 -0
  223. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/docs/targets/target_table.rst +0 -0
  224. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/manage.py +0 -0
  225. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/test_settings.py +0 -0
  226. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/__init__.py +0 -0
  227. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/admin.py +0 -0
  228. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/alerts.py +0 -0
  229. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/apps.py +0 -0
  230. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/brokers/__init__.py +0 -0
  231. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/brokers/alerce.py +0 -0
  232. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/brokers/antares.py +0 -0
  233. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/brokers/fink.py +0 -0
  234. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/brokers/gaia.py +0 -0
  235. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/brokers/hermes.py +0 -0
  236. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/brokers/lasair.py +0 -0
  237. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/brokers/scout.py +0 -0
  238. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/brokers/tns.py +0 -0
  239. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/exceptions.py +0 -0
  240. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/management/__init__.py +0 -0
  241. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/management/commands/__init__.py +0 -0
  242. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/migrations/0001_initial.py +0 -0
  243. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/migrations/0002_auto_20190626_2135.py +0 -0
  244. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/migrations/0003_auto_20190701_2226.py +0 -0
  245. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/migrations/0004_auto_20210204_2300.py +0 -0
  246. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/migrations/0005_alertstreammessage.py +0 -0
  247. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/migrations/0006_alter_alertstreammessage_exchange_status.py +0 -0
  248. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/migrations/0007_alter_alertstreammessage_message_id.py +0 -0
  249. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/migrations/__init__.py +0 -0
  250. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/models.py +0 -0
  251. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/templates/tom_alerts/brokerquery_confirm_delete.html +0 -0
  252. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/templates/tom_alerts/brokerquery_list.html +0 -0
  253. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/templates/tom_alerts/partials/navbar_link.html +0 -0
  254. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/templates/tom_alerts/partials/submit_upstream_form.html +0 -0
  255. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/templates/tom_alerts/query_form.html +0 -0
  256. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/templates/tom_alerts/query_result.html +0 -0
  257. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/templatetags/alerts_extras.py +0 -0
  258. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/tests/__init__.py +0 -0
  259. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/tests/brokers/__init__.py +0 -0
  260. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/tests/brokers/test_alerce.py +0 -0
  261. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/tests/brokers/test_gaia.py +0 -0
  262. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/tests/brokers/test_lasair.py +0 -0
  263. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/tests/tests.py +0 -0
  264. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/urls.py +0 -0
  265. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_alerts/views.py +0 -0
  266. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_base/wsgi.py +0 -0
  267. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/__init__.py +0 -0
  268. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/admin.py +0 -0
  269. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/apps.py +0 -0
  270. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/forms.py +0 -0
  271. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/harvester.py +0 -0
  272. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/harvesters/__init__.py +0 -0
  273. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/harvesters/mpc.py +0 -0
  274. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/harvesters/ned.py +0 -0
  275. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/harvesters/simbad.py +0 -0
  276. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/harvesters/tns.py +0 -0
  277. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/templates/tom_catalogs/partials/catalog_query_menu.html +0 -0
  278. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/templates/tom_catalogs/query_form.html +0 -0
  279. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/templatetags/__init__.py +0 -0
  280. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/templatetags/dataservices_extras.py +0 -0
  281. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/tests/__init__.py +0 -0
  282. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/tests/harvesters/__init__.py +0 -0
  283. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/tests/harvesters/data/__init__.py +0 -0
  284. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/tests/harvesters/data/test_65803_mpc_orb.json +0 -0
  285. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/tests/harvesters/test_jplhorizons.py +0 -0
  286. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/tests/harvesters/test_mpc.py +0 -0
  287. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/tests/harvesters/test_simbad.py +0 -0
  288. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/tests/tests.py +0 -0
  289. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/urls.py +0 -0
  290. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_catalogs/views.py +0 -0
  291. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/__init__.py +0 -0
  292. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/admin.py +0 -0
  293. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/api_router.py +0 -0
  294. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/api_views.py +0 -0
  295. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/apps.py +0 -0
  296. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/exceptions.py +0 -0
  297. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/forms.py +0 -0
  298. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/hints.py +0 -0
  299. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/hooks.py +0 -0
  300. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/htmx_table.py +0 -0
  301. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/migrations/0001_initial.py +0 -0
  302. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/migrations/0002_usersession.py +0 -0
  303. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/migrations/__init__.py +0 -0
  304. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/mixins.py +0 -0
  305. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/models.py +0 -0
  306. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/serializers.py +0 -0
  307. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/signals.py +0 -0
  308. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/HELP-US-OUT.txt +0 -0
  309. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/css/font-awesome.css +0 -0
  310. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/css/font-awesome.min.css +0 -0
  311. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/fonts/FontAwesome.otf +0 -0
  312. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/fonts/fontawesome-webfont.eot +0 -0
  313. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/fonts/fontawesome-webfont.svg +0 -0
  314. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf +0 -0
  315. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/fonts/fontawesome-webfont.woff +0 -0
  316. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2 +0 -0
  317. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/animated.less +0 -0
  318. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/bordered-pulled.less +0 -0
  319. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/core.less +0 -0
  320. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/fixed-width.less +0 -0
  321. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/font-awesome.less +0 -0
  322. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/icons.less +0 -0
  323. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/larger.less +0 -0
  324. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/list.less +0 -0
  325. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/mixins.less +0 -0
  326. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/path.less +0 -0
  327. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/rotated-flipped.less +0 -0
  328. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/screen-reader.less +0 -0
  329. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/stacked.less +0 -0
  330. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/less/variables.less +0 -0
  331. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_animated.scss +0 -0
  332. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_bordered-pulled.scss +0 -0
  333. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_core.scss +0 -0
  334. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_fixed-width.scss +0 -0
  335. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_icons.scss +0 -0
  336. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_larger.scss +0 -0
  337. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_list.scss +0 -0
  338. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_mixins.scss +0 -0
  339. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_path.scss +0 -0
  340. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_rotated-flipped.scss +0 -0
  341. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_screen-reader.scss +0 -0
  342. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_stacked.scss +0 -0
  343. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/_variables.scss +0 -0
  344. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/font-awesome-4.7.0/scss/font-awesome.scss +0 -0
  345. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/css/dark.css +0 -0
  346. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/css/main.css +0 -0
  347. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/img/bluespinner.gif +0 -0
  348. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/img/favicon-16.ico +0 -0
  349. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/img/favicon-16x16.png +0 -0
  350. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/img/favicon-32.ico +0 -0
  351. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/img/favicon-32x32.png +0 -0
  352. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/img/favicon.ico +0 -0
  353. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/img/icon.png +0 -0
  354. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/img/logo-color-cropped.png +0 -0
  355. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/img/logo-color.png +0 -0
  356. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/img/logo-text.png +0 -0
  357. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/static/tom_common/js/htmx.min.js +0 -0
  358. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/404.html +0 -0
  359. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/auth/group_confirm_delete.html +0 -0
  360. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/auth/group_form.html +0 -0
  361. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/auth/partials/app_user_lists.html +0 -0
  362. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/auth/partials/group_list.html +0 -0
  363. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/auth/partials/user_list.html +0 -0
  364. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/auth/user_confirm_change_password.html +0 -0
  365. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/auth/user_confirm_delete.html +0 -0
  366. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/auth/user_list.html +0 -0
  367. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/bootstrap4_overrides/pagination.html +0 -0
  368. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/comments/form.html +0 -0
  369. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/comments/list.html +0 -0
  370. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/django_comments/comment_confirm_delete.html +0 -0
  371. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/django_filters/widgets/multiwidget.html +0 -0
  372. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/registration/login.html +0 -0
  373. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/base.html +0 -0
  374. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/bootstrap_htmx.html +0 -0
  375. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/change_user_password.html +0 -0
  376. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/create_user.html +0 -0
  377. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/index.html +0 -0
  378. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/navbar_content.html +0 -0
  379. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/partials/app_profiles.html +0 -0
  380. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/partials/confirm_user_delete.html +0 -0
  381. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/partials/copy_button.html +0 -0
  382. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/partials/htmx_table_partial.html +0 -0
  383. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/partials/include_app_partial.html +0 -0
  384. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/partials/navbar_app_addons.html +0 -0
  385. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/partials/user_data.html +0 -0
  386. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templates/tom_common/user_profile.html +0 -0
  387. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templatetags/__init__.py +0 -0
  388. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templatetags/bootstrap4_overrides.py +0 -0
  389. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templatetags/tom_common_extras.py +0 -0
  390. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/templatetags/user_extras.py +0 -0
  391. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/urls.py +0 -0
  392. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_common/views.py +0 -0
  393. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/__init__.py +0 -0
  394. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/admin.py +0 -0
  395. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/alertstreams/__init__.py +0 -0
  396. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/alertstreams/hermes.py +0 -0
  397. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/api_views.py +0 -0
  398. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/apps.py +0 -0
  399. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/data_processor.py +0 -0
  400. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/exceptions.py +0 -0
  401. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/filters.py +0 -0
  402. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/forms.py +0 -0
  403. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/hooks.py +0 -0
  404. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/management/__init__.py +0 -0
  405. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/management/commands/__init__.py +0 -0
  406. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/management/commands/downloaddata.py +0 -0
  407. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/management/commands/updatereduceddata.py +0 -0
  408. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/0001_initial.py +0 -0
  409. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/0004_auto_20190626_0904.py +0 -0
  410. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/0005_auto_20190704_1010.py +0 -0
  411. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/0006_auto_20190912_2013.py +0 -0
  412. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/0007_manual_20191016_rename_type.py +0 -0
  413. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/0008_auto_20191205_1952.py +0 -0
  414. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/0009_auto_20210204_2221.py +0 -0
  415. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/0010_manual_20210305_fix_spectroscopy.py +0 -0
  416. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/0011_reduceddatum_message.py +0 -0
  417. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/0012_alter_reduceddatum_data_product_and_more.py +0 -0
  418. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/0013_alter_reduceddatum_message.py +0 -0
  419. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/0014_alter_reduceddatum_timestamp.py +0 -0
  420. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/migrations/__init__.py +0 -0
  421. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/models.py +0 -0
  422. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/processors/__init__.py +0 -0
  423. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/processors/atlas_processor.py +0 -0
  424. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/processors/data_serializers.py +0 -0
  425. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/processors/panstarrs_processor.py +0 -0
  426. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/processors/photometry_processor.py +0 -0
  427. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/processors/spectroscopy_processor.py +0 -0
  428. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/serializers.py +0 -0
  429. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/sharing.py +0 -0
  430. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/single_target_data_service/__init__.py +0 -0
  431. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/single_target_data_service/atlas.py +0 -0
  432. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/single_target_data_service/panstarrs_service/__init__.py +0 -0
  433. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/single_target_data_service/panstarrs_service/panstarrs.py +0 -0
  434. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/single_target_data_service/panstarrs_service/panstarrs_api.py +0 -0
  435. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/single_target_data_service/panstarrs_service/tests.py +0 -0
  436. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/single_target_data_service/single_target_data_service.py +0 -0
  437. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/static/tom_dataproducts/img/placeholder.png +0 -0
  438. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/static/tom_dataproducts/photometry_sample.csv +0 -0
  439. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/static/tom_dataproducts/spectrum_sample.csv +0 -0
  440. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/tasks.py +0 -0
  441. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/add_product_to_group.html +0 -0
  442. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/dataproduct_confirm_delete.html +0 -0
  443. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/dataproduct_list.html +0 -0
  444. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/dataproductgroup_confirm_delete.html +0 -0
  445. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/dataproductgroup_detail.html +0 -0
  446. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/dataproductgroup_form.html +0 -0
  447. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/dataproductgroup_list.html +0 -0
  448. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/dataproduct_list_for_target.html +0 -0
  449. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/js9_button.html +0 -0
  450. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/js9_scripts.html +0 -0
  451. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/photometry_datalist_for_target.html +0 -0
  452. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/photometry_for_target.html +0 -0
  453. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/query_single_target_data_service.html +0 -0
  454. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/recent_photometry.html +0 -0
  455. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/reduceddatum_sparkline.html +0 -0
  456. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/saved_dataproduct_list_for_observation.html +0 -0
  457. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/spectroscopy_for_target.html +0 -0
  458. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/unsaved_dataproduct_list_for_observation.html +0 -0
  459. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/update_broker_data_button.html +0 -0
  460. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/partials/upload_dataproduct.html +0 -0
  461. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/single_target_data_service_form.html +0 -0
  462. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templates/tom_dataproducts/upload_reduced_data.html +0 -0
  463. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templatetags/__init__.py +0 -0
  464. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/templatetags/dataproduct_extras.py +0 -0
  465. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/tests/__init__.py +0 -0
  466. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/tests/test_api.py +0 -0
  467. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/tests/test_atlas.py +0 -0
  468. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/tests/test_data/test_atlas_fp.csv +0 -0
  469. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/tests/test_data/test_lightcurve.csv +0 -0
  470. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/tests/test_data/test_spectrum.csv +0 -0
  471. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/tests/test_data/test_spectrum.fits +0 -0
  472. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/tests/test_sharing.py +0 -0
  473. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/tests/tests.py +0 -0
  474. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/urls.py +0 -0
  475. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/utils.py +0 -0
  476. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataproducts/views.py +0 -0
  477. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/__init__.py +0 -0
  478. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/admin.py +0 -0
  479. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/apps.py +0 -0
  480. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/data_services/lsst.py +0 -0
  481. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/data_services/simbad.py +0 -0
  482. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/data_services/tns.py +0 -0
  483. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/dataservices.py +0 -0
  484. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/forms.py +0 -0
  485. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/migrations/0001_initial.py +0 -0
  486. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/migrations/__init__.py +0 -0
  487. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/models.py +0 -0
  488. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/templates/tom_dataservices/dataservicequery_confirm_delete.html +0 -0
  489. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/templates/tom_dataservices/partials/catalog_query_menu.html +0 -0
  490. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/templates/tom_dataservices/partials/navbar_list.html +0 -0
  491. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/templates/tom_dataservices/partials/query_results_table.html +0 -0
  492. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/templates/tom_dataservices/query_form.html +0 -0
  493. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/templates/tom_dataservices/query_list.html +0 -0
  494. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/templates/tom_dataservices/query_result.html +0 -0
  495. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/templates/tom_dataservices/tns/partials/tns_query_results_table.html +0 -0
  496. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/templates/tom_dataservices/tns/partials/tns_simple_form.html +0 -0
  497. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/templatetags/dataservices_extras.py +0 -0
  498. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/tests/__init__.py +0 -0
  499. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/tests/test_api.py +0 -0
  500. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/tests/tests.py +0 -0
  501. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/urls.py +0 -0
  502. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_dataservices/views.py +0 -0
  503. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/__init__.py +0 -0
  504. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/admin.py +0 -0
  505. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/api_views.py +0 -0
  506. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/apps.py +0 -0
  507. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/cadence.py +0 -0
  508. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/cadences/__init__.py +0 -0
  509. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/cadences/resume_cadence_after_failure.py +0 -0
  510. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/cadences/retry_failed_observations.py +0 -0
  511. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/facilities/__init__.py +0 -0
  512. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/facilities/blanco.py +0 -0
  513. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/facilities/gemini.py +0 -0
  514. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/facilities/lco.py +0 -0
  515. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/facilities/lt.py +0 -0
  516. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/facilities/manual.py +0 -0
  517. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/facilities/ocs.py +0 -0
  518. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/facilities/soar.py +0 -0
  519. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/facility.py +0 -0
  520. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/forms.py +0 -0
  521. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/management/__init__.py +0 -0
  522. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/management/commands/__init__.py +0 -0
  523. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/management/commands/runcadencestrategies.py +0 -0
  524. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/management/commands/updatestatus.py +0 -0
  525. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0001_initial.py +0 -0
  526. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0002_auto_20190306_2343.py +0 -0
  527. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0003_auto_20190503_2318.py +0 -0
  528. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0004_observationgroup.py +0 -0
  529. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0005_auto_20191210_0007.py +0 -0
  530. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0006_observationgroup_cadence_strategy.py +0 -0
  531. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0007_observationstrategy.py +0 -0
  532. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0008_observationgroup_cadence_parameters.py +0 -0
  533. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0009_observationrecord_user.py +0 -0
  534. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0010_manual_create_dynamic_cadence.py +0 -0
  535. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0011_auto_20200917_0306.py +0 -0
  536. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0012_auto_20210205_1819.py +0 -0
  537. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0013_facility.py +0 -0
  538. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0014_alter_facility_orbit.py +0 -0
  539. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0015_remove_facility_mpc_site_code_and_more.py +0 -0
  540. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/0016_alter_facility_options.py +0 -0
  541. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/migrations/__init__.py +0 -0
  542. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/models.py +0 -0
  543. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/observation_template.py +0 -0
  544. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/serializers.py +0 -0
  545. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/static/tom_observations/css/main.css +0 -0
  546. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/existing_observation_confirm.html +0 -0
  547. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/facility_status.html +0 -0
  548. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/observation_form.html +0 -0
  549. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/observation_list.html +0 -0
  550. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/observationgroup_confirm_delete.html +0 -0
  551. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/observationgroup_form.html +0 -0
  552. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/observationgroup_list.html +0 -0
  553. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/observationrecord_detail.html +0 -0
  554. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/observationtemplate_confirm_delete.html +0 -0
  555. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/observationtemplate_form.html +0 -0
  556. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/observationtemplate_list.html +0 -0
  557. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/observationupdate_form.html +0 -0
  558. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/existing_observation_form.html +0 -0
  559. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/facility_map.html +0 -0
  560. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/facility_observation_form.html +0 -0
  561. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/facility_status.html +0 -0
  562. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/observation_distribution.html +0 -0
  563. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/observation_list.html +0 -0
  564. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/observation_plan.html +0 -0
  565. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/observation_type_tabs.html +0 -0
  566. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/observationtemplate_from_record.html +0 -0
  567. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/observationtemplate_run.html +0 -0
  568. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/observing_buttons.html +0 -0
  569. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/update_observation_id_form.html +0 -0
  570. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templates/tom_observations/partials/update_status_button.html +0 -0
  571. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templatetags/__init__.py +0 -0
  572. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/templatetags/observation_extras.py +0 -0
  573. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/tests/__init__.py +0 -0
  574. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/tests/facilities/__init__.py +0 -0
  575. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/tests/facilities/test_gemini.py +0 -0
  576. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/tests/facilities/test_lco.py +0 -0
  577. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/tests/facilities/test_ocs.py +0 -0
  578. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/tests/facilities/test_soar.py +0 -0
  579. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/tests/factories.py +0 -0
  580. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/tests/test_api.py +0 -0
  581. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/tests/test_cadence.py +0 -0
  582. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/tests/test_credentials.py +0 -0
  583. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/tests/tests.py +0 -0
  584. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/tests/utils.py +0 -0
  585. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/urls.py +0 -0
  586. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/utils.py +0 -0
  587. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/views.py +0 -0
  588. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_observations/widgets.py +0 -0
  589. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_setup/__init__.py +0 -0
  590. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_setup/apps.py +0 -0
  591. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_setup/management/__init__.py +0 -0
  592. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_setup/management/commands/__init__.py +0 -0
  593. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_setup/management/commands/tom_setup.py +0 -0
  594. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_setup/templates/tom_setup/css.tmpl +0 -0
  595. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_setup/templates/tom_setup/models.tmpl +0 -0
  596. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_setup/templates/tom_setup/urls.tmpl +0 -0
  597. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/__init__.py +0 -0
  598. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/admin.py +0 -0
  599. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/api_views.py +0 -0
  600. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/apps.py +0 -0
  601. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/base_models.py +0 -0
  602. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/fields.py +0 -0
  603. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/filters.py +0 -0
  604. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/groups.py +0 -0
  605. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/management/__init__.py +0 -0
  606. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/management/commands/__init__.py +0 -0
  607. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/management/commands/converttargetextras.py +0 -0
  608. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/management/commands/setdefaultextras.py +0 -0
  609. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/merge.py +0 -0
  610. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0001_initial.py +0 -0
  611. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0002_auto_20190115_2102.py +0 -0
  612. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0002_auto_20190117_2248.py +0 -0
  613. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0003_merge_20190123_1754.py +0 -0
  614. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0004_auto_20190123_2010.py +0 -0
  615. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0005_auto_20190214_1722.py +0 -0
  616. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0006_auto_20190403_1659.py +0 -0
  617. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0007_auto_20190423_1455.py +0 -0
  618. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0007_auto_20190503_2318.py +0 -0
  619. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0007_auto_20190515_0047.py +0 -0
  620. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0008_merge_20190515_0914.py +0 -0
  621. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0008_merge_20190520_1645.py +0 -0
  622. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0009_auto_20190605_1656.py +0 -0
  623. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0010_auto_20190715_1657.py +0 -0
  624. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0010_merge_20190612_1227.py +0 -0
  625. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0011_merge_20190731_1821.py +0 -0
  626. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0012_target_perihdist.py +0 -0
  627. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0013_manual_20190916_multiple_names.py +0 -0
  628. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0014_auto_20190923_1827.py +0 -0
  629. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0015_auto_20190923_2233.py +0 -0
  630. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0016_auto_20191211_1707.py +0 -0
  631. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0017_auto_20200130_2350.py +0 -0
  632. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0018_auto_20200714_1832.py +0 -0
  633. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0019_auto_20210811_0018.py +0 -0
  634. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0020_alter_targetname_created_alter_targetname_modified.py +0 -0
  635. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0021_rename_target_basetarget_alter_basetarget_options.py +0 -0
  636. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0022_persistentshare.py +0 -0
  637. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0023_alter_basetarget_created.py +0 -0
  638. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0024_basetarget_permissions.py +0 -0
  639. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0025_auto_20250206_2017.py +0 -0
  640. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0026_alter_basetarget_permissions.py +0 -0
  641. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0027_alter_basetarget_epoch_of_elements_and_more.py +0 -0
  642. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0028_basetarget_abs_mag_basetarget_slope_and_more.py +0 -0
  643. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0029_alter_basetarget_permissions.py +0 -0
  644. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/0030_alter_basetarget_slope.py +0 -0
  645. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/migrations/__init__.py +0 -0
  646. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/models.py +0 -0
  647. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/permissions.py +0 -0
  648. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/persistent_sharing_serializers.py +0 -0
  649. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/seed.py +0 -0
  650. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/serializers.py +0 -0
  651. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/sharing.py +0 -0
  652. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/signals/__init__.py +0 -0
  653. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/signals/handlers.py +0 -0
  654. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/static/tom_targets/css/main.css +0 -0
  655. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/static/tom_targets/target_import.csv +0 -0
  656. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/tables.py +0 -0
  657. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/aladin_finderchart.html +0 -0
  658. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/aladin_skymap.html +0 -0
  659. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/aladin_skymap_targets_oob.html +0 -0
  660. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/app_tab_divs.html +0 -0
  661. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/app_tabs.html +0 -0
  662. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/create_persistent_share.html +0 -0
  663. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/module_buttons.html +0 -0
  664. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/moon_distance.html +0 -0
  665. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/persistent_share_table.html +0 -0
  666. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/recent_targets.html +0 -0
  667. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/recently_updated_targets.html +0 -0
  668. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/target_buttons.html +0 -0
  669. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/target_data.html +0 -0
  670. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/target_feature.html +0 -0
  671. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/target_groups.html +0 -0
  672. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/target_merge_fields.html +0 -0
  673. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/target_plan.html +0 -0
  674. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/target_table.html +0 -0
  675. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/target_table_partial.html +0 -0
  676. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/target_unknown_statuses.html +0 -0
  677. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/partials/targetlist_select.html +0 -0
  678. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/target_confirm_delete.html +0 -0
  679. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/target_detail.html +0 -0
  680. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/target_facility_selection.html +0 -0
  681. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/target_form.html +0 -0
  682. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/target_group_share.html +0 -0
  683. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/target_grouping.html +0 -0
  684. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/target_import.html +0 -0
  685. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/target_list.html +0 -0
  686. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/target_manage_persistent_shares.html +0 -0
  687. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/target_merge.html +0 -0
  688. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/target_share.html +0 -0
  689. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/targetlist_confirm_delete.html +0 -0
  690. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templates/tom_targets/targetlist_form.html +0 -0
  691. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templatetags/__init__.py +0 -0
  692. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/templatetags/targets_extras.py +0 -0
  693. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/tests/__init__.py +0 -0
  694. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/tests/factories.py +0 -0
  695. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/tests/test_api.py +0 -0
  696. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/urls.py +0 -0
  697. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/utils.py +0 -0
  698. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/validators.py +0 -0
  699. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/views.py +0 -0
  700. {tomtoolkit-2.31.2 → tomtoolkit-2.31.4}/tom_targets/viewsets.py +0 -0
@@ -0,0 +1 @@
1
+ 3c591fe37c1f58ee176c967673739f3080315528 '3c591fe37c1f58ee176c967673739f3080315528' of https://github.com/TOMToolkit/tom_base
@@ -0,0 +1 @@
1
+ 3c591fe37c1f58ee176c967673739f3080315528
@@ -9,4 +9,4 @@
9
9
  [gc]
10
10
  auto = 0
11
11
  [http "https://github.com/"]
12
- extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX21rRGlET1JCS0hwM3o3bnRnVDdJMko3a2M0Ym9MSzFQcXRQYg==
12
+ extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX0JFSlNPNlRnOXJyUnBUakpFaUhLUWtzNWpLbFl5VjFSMDJhTw==
Binary file
@@ -0,0 +1 @@
1
+ 0000000000000000000000000000000000000000 3c591fe37c1f58ee176c967673739f3080315528 runner <runner@runnervm46oaq.r4talzohrrqu3kjbgbocduguig.ex.internal.cloudapp.net> 1773943680 +0000 checkout: moving from master to refs/tags/2.31.4
@@ -0,0 +1 @@
1
+ 3c591fe37c1f58ee176c967673739f3080315528
@@ -0,0 +1 @@
1
+ 3c591fe37c1f58ee176c967673739f3080315528
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tomtoolkit
3
- Version: 2.31.2
3
+ Version: 2.31.4
4
4
  Summary: TOM Toolkit and base modules
5
5
  License-Expression: GPL-3.0-only
6
6
  License-File: LICENSE
@@ -29,7 +29,7 @@ Requires-Dist: astroquery (<1)
29
29
  Requires-Dist: beautifulsoup4 (<5)
30
30
  Requires-Dist: crispy-bootstrap4 (>=2023.1,<2024.11)
31
31
  Requires-Dist: cryptography (<=47)
32
- Requires-Dist: django (<5)
32
+ Requires-Dist: django (<6)
33
33
  Requires-Dist: django-bootstrap4 (>3,<25)
34
34
  Requires-Dist: django-contrib-comments (>=2.0,<3.0)
35
35
  Requires-Dist: django-crispy-forms (>=2.0,<3.0)
@@ -165,8 +165,8 @@ details and available hooks.
165
165
  Default: []
166
166
 
167
167
  With an `AUTH_STRATEGY <#auth-strategy>`__ value of **LOCKED**, urls in
168
- this list will remain visible to unauthenticated users. You might add
169
- the homepage (‘/’), for example.
168
+ this list will remain visible to unauthenticated users. You can also use wild cards to open an entire path.
169
+ You might add the homepage (‘/’), for example, or anything with a path that looks like '/accounts/reset/*/'.
170
170
 
171
171
  `TARGET_PERMISSIONS_ONLY <#target-permissions-only>`__
172
172
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -1,4 +1,4 @@
1
- # This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
1
+ # This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand.
2
2
 
3
3
  [[package]]
4
4
  name = "alabaster"
@@ -843,18 +843,18 @@ test-randomorder = ["pytest-randomly"]
843
843
 
844
844
  [[package]]
845
845
  name = "django"
846
- version = "4.2.28"
846
+ version = "5.2.11"
847
847
  description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
848
848
  optional = false
849
- python-versions = ">=3.8"
849
+ python-versions = ">=3.10"
850
850
  groups = ["main"]
851
851
  files = [
852
- {file = "django-4.2.28-py3-none-any.whl", hash = "sha256:49a23c1b83ef31525f8d71a57b040f91d34660edb3f086280a8519855655ed3c"},
853
- {file = "django-4.2.28.tar.gz", hash = "sha256:a4b9cd881991add394cafa8bb3b11ad1742d1e1470ba99c3ef53dc540316ccfe"},
852
+ {file = "django-5.2.11-py3-none-any.whl", hash = "sha256:e7130df33ada9ab5e5e929bc19346a20fe383f5454acb2cc004508f242ee92c0"},
853
+ {file = "django-5.2.11.tar.gz", hash = "sha256:7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3"},
854
854
  ]
855
855
 
856
856
  [package.dependencies]
857
- asgiref = ">=3.6.0,<4"
857
+ asgiref = ">=3.8.1"
858
858
  sqlparse = ">=0.3.1"
859
859
  tzdata = {version = "*", markers = "sys_platform == \"win32\""}
860
860
 
@@ -1787,8 +1787,10 @@ files = [
1787
1787
  {file = "psycopg2_binary-2.9.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:c47676e5b485393f069b4d7a811267d3168ce46f988fa602658b8bb901e9e64d"},
1788
1788
  {file = "psycopg2_binary-2.9.11-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:a28d8c01a7b27a1e3265b11250ba7557e5f72b5ee9e5f3a2fa8d2949c29bf5d2"},
1789
1789
  {file = "psycopg2_binary-2.9.11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:5f3f2732cf504a1aa9e9609d02f79bea1067d99edf844ab92c247bbca143303b"},
1790
+ {file = "psycopg2_binary-2.9.11-cp310-cp310-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:865f9945ed1b3950d968ec4690ce68c55019d79e4497366d36e090327ce7db14"},
1790
1791
  {file = "psycopg2_binary-2.9.11-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:91537a8df2bde69b1c1db01d6d944c831ca793952e4f57892600e96cee95f2cd"},
1791
1792
  {file = "psycopg2_binary-2.9.11-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:4dca1f356a67ecb68c81a7bc7809f1569ad9e152ce7fd02c2f2036862ca9f66b"},
1793
+ {file = "psycopg2_binary-2.9.11-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:0da4de5c1ac69d94ed4364b6cbe7190c1a70d325f112ba783d83f8440285f152"},
1792
1794
  {file = "psycopg2_binary-2.9.11-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:37d8412565a7267f7d79e29ab66876e55cb5e8e7b3bbf94f8206f6795f8f7e7e"},
1793
1795
  {file = "psycopg2_binary-2.9.11-cp310-cp310-win_amd64.whl", hash = "sha256:c665f01ec8ab273a61c62beeb8cce3014c214429ced8a308ca1fc410ecac3a39"},
1794
1796
  {file = "psycopg2_binary-2.9.11-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0e8480afd62362d0a6a27dd09e4ca2def6fa50ed3a4e7c09165266106b2ffa10"},
@@ -1796,8 +1798,10 @@ files = [
1796
1798
  {file = "psycopg2_binary-2.9.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:2e164359396576a3cc701ba8af4751ae68a07235d7a380c631184a611220d9a4"},
1797
1799
  {file = "psycopg2_binary-2.9.11-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:d57c9c387660b8893093459738b6abddbb30a7eab058b77b0d0d1c7d521ddfd7"},
1798
1800
  {file = "psycopg2_binary-2.9.11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:2c226ef95eb2250974bf6fa7a842082b31f68385c4f3268370e3f3870e7859ee"},
1801
+ {file = "psycopg2_binary-2.9.11-cp311-cp311-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a311f1edc9967723d3511ea7d2708e2c3592e3405677bf53d5c7246753591fbb"},
1799
1802
  {file = "psycopg2_binary-2.9.11-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ebb415404821b6d1c47353ebe9c8645967a5235e6d88f914147e7fd411419e6f"},
1800
1803
  {file = "psycopg2_binary-2.9.11-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:f07c9c4a5093258a03b28fab9b4f151aa376989e7f35f855088234e656ee6a94"},
1804
+ {file = "psycopg2_binary-2.9.11-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:00ce1830d971f43b667abe4a56e42c1e2d594b32da4802e44a73bacacb25535f"},
1801
1805
  {file = "psycopg2_binary-2.9.11-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:cffe9d7697ae7456649617e8bb8d7a45afb71cd13f7ab22af3e5c61f04840908"},
1802
1806
  {file = "psycopg2_binary-2.9.11-cp311-cp311-win_amd64.whl", hash = "sha256:304fd7b7f97eef30e91b8f7e720b3db75fee010b520e434ea35ed1ff22501d03"},
1803
1807
  {file = "psycopg2_binary-2.9.11-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:be9b840ac0525a283a96b556616f5b4820e0526addb8dcf6525a0fa162730be4"},
@@ -1805,8 +1809,10 @@ files = [
1805
1809
  {file = "psycopg2_binary-2.9.11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:ab8905b5dcb05bf3fb22e0cf90e10f469563486ffb6a96569e51f897c750a76a"},
1806
1810
  {file = "psycopg2_binary-2.9.11-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:bf940cd7e7fec19181fdbc29d76911741153d51cab52e5c21165f3262125685e"},
1807
1811
  {file = "psycopg2_binary-2.9.11-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:fa0f693d3c68ae925966f0b14b8edda71696608039f4ed61b1fe9ffa468d16db"},
1812
+ {file = "psycopg2_binary-2.9.11-cp312-cp312-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a1cf393f1cdaf6a9b57c0a719a1068ba1069f022a59b8b1fe44b006745b59757"},
1808
1813
  {file = "psycopg2_binary-2.9.11-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:ef7a6beb4beaa62f88592ccc65df20328029d721db309cb3250b0aae0fa146c3"},
1809
1814
  {file = "psycopg2_binary-2.9.11-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:31b32c457a6025e74d233957cc9736742ac5a6cb196c6b68499f6bb51390bd6a"},
1815
+ {file = "psycopg2_binary-2.9.11-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:edcb3aeb11cb4bf13a2af3c53a15b3d612edeb6409047ea0b5d6a21a9d744b34"},
1810
1816
  {file = "psycopg2_binary-2.9.11-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:62b6d93d7c0b61a1dd6197d208ab613eb7dcfdcca0a49c42ceb082257991de9d"},
1811
1817
  {file = "psycopg2_binary-2.9.11-cp312-cp312-win_amd64.whl", hash = "sha256:b33fabeb1fde21180479b2d4667e994de7bbf0eec22832ba5d9b5e4cf65b6c6d"},
1812
1818
  {file = "psycopg2_binary-2.9.11-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:b8fb3db325435d34235b044b199e56cdf9ff41223a4b9752e8576465170bb38c"},
@@ -1814,8 +1820,10 @@ files = [
1814
1820
  {file = "psycopg2_binary-2.9.11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8c55b385daa2f92cb64b12ec4536c66954ac53654c7f15a203578da4e78105c0"},
1815
1821
  {file = "psycopg2_binary-2.9.11-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:c0377174bf1dd416993d16edc15357f6eb17ac998244cca19bc67cdc0e2e5766"},
1816
1822
  {file = "psycopg2_binary-2.9.11-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:5c6ff3335ce08c75afaed19e08699e8aacf95d4a260b495a4a8545244fe2ceb3"},
1823
+ {file = "psycopg2_binary-2.9.11-cp313-cp313-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:84011ba3109e06ac412f95399b704d3d6950e386b7994475b231cf61eec2fc1f"},
1817
1824
  {file = "psycopg2_binary-2.9.11-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ba34475ceb08cccbdd98f6b46916917ae6eeb92b5ae111df10b544c3a4621dc4"},
1818
1825
  {file = "psycopg2_binary-2.9.11-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:b31e90fdd0f968c2de3b26ab014314fe814225b6c324f770952f7d38abf17e3c"},
1826
+ {file = "psycopg2_binary-2.9.11-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:d526864e0f67f74937a8fce859bd56c979f5e2ec57ca7c627f5f1071ef7fee60"},
1819
1827
  {file = "psycopg2_binary-2.9.11-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:04195548662fa544626c8ea0f06561eb6203f1984ba5b4562764fbeb4c3d14b1"},
1820
1828
  {file = "psycopg2_binary-2.9.11-cp313-cp313-win_amd64.whl", hash = "sha256:efff12b432179443f54e230fdf60de1f6cc726b6c832db8701227d089310e8aa"},
1821
1829
  {file = "psycopg2_binary-2.9.11-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:92e3b669236327083a2e33ccfa0d320dd01b9803b3e14dd986a4fc54aa00f4e1"},
@@ -1823,8 +1831,10 @@ files = [
1823
1831
  {file = "psycopg2_binary-2.9.11-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:9b52a3f9bb540a3e4ec0f6ba6d31339727b2950c9772850d6545b7eae0b9d7c5"},
1824
1832
  {file = "psycopg2_binary-2.9.11-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:db4fd476874ccfdbb630a54426964959e58da4c61c9feba73e6094d51303d7d8"},
1825
1833
  {file = "psycopg2_binary-2.9.11-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:47f212c1d3be608a12937cc131bd85502954398aaa1320cb4c14421a0ffccf4c"},
1834
+ {file = "psycopg2_binary-2.9.11-cp314-cp314-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e35b7abae2b0adab776add56111df1735ccc71406e56203515e228a8dc07089f"},
1826
1835
  {file = "psycopg2_binary-2.9.11-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:fcf21be3ce5f5659daefd2b3b3b6e4727b028221ddc94e6c1523425579664747"},
1827
1836
  {file = "psycopg2_binary-2.9.11-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:9bd81e64e8de111237737b29d68039b9c813bdf520156af36d26819c9a979e5f"},
1837
+ {file = "psycopg2_binary-2.9.11-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:32770a4d666fbdafab017086655bcddab791d7cb260a16679cc5a7338b64343b"},
1828
1838
  {file = "psycopg2_binary-2.9.11-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:c3cb3a676873d7506825221045bd70e0427c905b9c8ee8d6acd70cfcbd6e576d"},
1829
1839
  {file = "psycopg2_binary-2.9.11-cp314-cp314-win_amd64.whl", hash = "sha256:4012c9c954dfaccd28f94e84ab9f94e12df76b4afb22331b1f0d3154893a6316"},
1830
1840
  {file = "psycopg2_binary-2.9.11-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:20e7fb94e20b03dcc783f76c0865f9da39559dcc0c28dd1a3fce0d01902a6b9c"},
@@ -1832,8 +1842,10 @@ files = [
1832
1842
  {file = "psycopg2_binary-2.9.11-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:9d3a9edcfbe77a3ed4bc72836d466dfce4174beb79eda79ea155cc77237ed9e8"},
1833
1843
  {file = "psycopg2_binary-2.9.11-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:44fc5c2b8fa871ce7f0023f619f1349a0aa03a0857f2c96fbc01c657dcbbdb49"},
1834
1844
  {file = "psycopg2_binary-2.9.11-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:9c55460033867b4622cda1b6872edf445809535144152e5d14941ef591980edf"},
1845
+ {file = "psycopg2_binary-2.9.11-cp39-cp39-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:2d11098a83cca92deaeaed3d58cfd150d49b3b06ee0d0852be466bf87596899e"},
1835
1846
  {file = "psycopg2_binary-2.9.11-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:691c807d94aecfbc76a14e1408847d59ff5b5906a04a23e12a89007672b9e819"},
1836
1847
  {file = "psycopg2_binary-2.9.11-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:8b81627b691f29c4c30a8f322546ad039c40c328373b11dff7490a3e1b517855"},
1848
+ {file = "psycopg2_binary-2.9.11-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:b637d6d941209e8d96a072d7977238eea128046effbf37d1d8b2c0764750017d"},
1837
1849
  {file = "psycopg2_binary-2.9.11-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:41360b01c140c2a03d346cec3280cf8a71aa07d94f3b1509fa0161c366af66b4"},
1838
1850
  {file = "psycopg2_binary-2.9.11-cp39-cp39-win_amd64.whl", hash = "sha256:875039274f8a2361e5207857899706da840768e2a775bf8c65e82f60b197df02"},
1839
1851
  ]
@@ -2665,4 +2677,4 @@ type = ["pytest-mypy"]
2665
2677
  [metadata]
2666
2678
  lock-version = "2.1"
2667
2679
  python-versions = ">=3.10.0,<3.14"
2668
- content-hash = "4713a4989c2f14f316ba13c224270e8b7b270208b11f885f1713af4020f6315c"
2680
+ content-hash = "42e84dedd351bd8a9baa634188ea539502c13cb3ac9f831a53cd59a301ef81cd"
@@ -48,7 +48,7 @@ dependencies = [
48
48
  "astropy >=5.3.3,<7 ; python_version >= '3.10'",
49
49
  "astropy >=5.3.3,<6 ; python_version < '3.10'",
50
50
  "cryptography <=47",
51
- "django <5",
51
+ "django <6",
52
52
  "djangorestframework >=3.15,<4",
53
53
  "django-bootstrap4 >3,<25",
54
54
  "beautifulsoup4 <5",
@@ -71,7 +71,7 @@ dependencies = [
71
71
  "importlib-resources >=6.4.5,<6.5.0",
72
72
  "django-tasks (>=0.6.1,<0.7.0)",
73
73
  ]
74
- version = "2.31.2"
74
+ version = "2.31.4"
75
75
 
76
76
  [tool.poetry]
77
77
  packages = [ # tell poetry build that the repo is named tom_base (which != name, above)
@@ -3,7 +3,6 @@ from django.core.exceptions import ValidationError
3
3
 
4
4
  from tom_alerts.models import BrokerQuery
5
5
  from tom_alerts.alerts import get_service_class
6
- from time import sleep
7
6
 
8
7
 
9
8
  class Command(BaseCommand):
@@ -21,17 +20,15 @@ class Command(BaseCommand):
21
20
  broker_class = get_service_class(query.broker)
22
21
  broker = broker_class()
23
22
  alerts = broker.fetch_alerts(query.parameters)
24
- while True:
23
+ for alert in alerts:
25
24
  try:
26
- generic_alert = broker.to_generic_alert(next(alerts))
25
+ generic_alert = broker.to_generic_alert(alert)
27
26
  target, extras, aliases = generic_alert.to_target()
28
27
  target.full_clean() # Top Priority is checking that target is unique.
29
28
  target.save(extras=extras, names=aliases)
30
29
  self.stdout.write('Created target: {}'.format(target))
31
30
  except ValidationError as e:
32
31
  self.stdout.write(f'WARNING for {target.name}: {e}')
33
- except StopIteration:
34
- self.stdout.write('Finished creating targets')
35
- sleep(1)
32
+ self.stdout.write('Finished creating targets')
36
33
  except KeyboardInterrupt:
37
34
  self.stdout.write('Exiting...')
@@ -1,2 +1,2 @@
1
1
  # this is a placeholder for poetry-dynamic-versioning (see pyproject.toml)
2
- __version__ = "2.31.2"
2
+ __version__ = "2.31.4"
@@ -310,7 +310,7 @@ GENERAL_SEARCH_FUNCTIONS = {}
310
310
  # Define custom DataProcessor class
311
311
  # DATA_PROCESSOR_CLASS = 'mytom.custom_data_processor.CustomDataProcessor'
312
312
 
313
- # Authentication strategy can either be LOCKED (required login for all views)
313
+ # Authentication strategy can either be LOCKED (required login for all views, bypassed with OPEN_URLS)
314
314
  # or READ_ONLY (read only access to views)
315
315
  AUTH_STRATEGY = 'READ_ONLY'
316
316
 
@@ -330,8 +330,8 @@ TARGET_LIST_COLUMNS = [
330
330
  "name", "type", "observations", "saved_data"
331
331
  ]
332
332
 
333
- # URLs that should be allowed access even with AUTH_STRATEGY = LOCKED
334
- # for example: OPEN_URLS = ['/', '/about']
333
+ # URLs that should be allowed access even with AUTH_STRATEGY = LOCKED. Can use wildcards.
334
+ # for example: OPEN_URLS = ['/', '/about', '/accounts/reset/*/']
335
335
  OPEN_URLS = []
336
336
 
337
337
  HOOKS = {
@@ -27,7 +27,13 @@ class JPLHorizonsHarvester(AbstractHarvester):
27
27
  def to_target(self):
28
28
  target = super().to_target()
29
29
  target.type = 'NON_SIDEREAL'
30
- target.scheme = 'MPC_MINOR_PLANET'
30
+ # Special case for ingesting asteroids as comets, see tom_base #1180
31
+ target.eccentricity = self.catalog_data['e'][0] # eccentricity in JPL
32
+ target.epoch_of_perihelion = self.jd_to_mjd(self.catalog_data['Tp_jd'][0]) # time of periapsis in JPL
33
+ if target.eccentricity > 0.9 and target.epoch_of_perihelion is not None and target.epoch_of_perihelion != 0:
34
+ target.scheme = 'MPC_COMET'
35
+ else:
36
+ target.scheme = 'MPC_MINOR_PLANET'
31
37
  asteroid = True
32
38
  if 'M1' in self.catalog_data.colnames and 'k1' in self.catalog_data.colnames:
33
39
  asteroid = False
@@ -47,10 +53,8 @@ class JPLHorizonsHarvester(AbstractHarvester):
47
53
  target.inclination = self.catalog_data['incl'][0] # inclination in JPL
48
54
  target.mean_daily_motion = self.catalog_data['n'][0] # mean motion in JPL
49
55
  target.semimajor_axis = self.catalog_data['a'][0] # semi-major axis in JPL
50
- target.eccentricity = self.catalog_data['e'][0] # eccentricity in JPL
51
56
  # epoch Julian Date in JPL
52
57
  target.epoch_of_elements = self.jd_to_mjd(self.catalog_data['datetime_jd'][0])
53
- target.epoch_of_perihelion = self.jd_to_mjd(self.catalog_data['Tp_jd'][0]) # time of periapsis in JPL
54
58
  target.perihdist = self.catalog_data['q'][0] # periapsis distance in JPL
55
59
  # undocumented in JPL astroquery column names -- presuming P is the orbital period in JPL
56
60
  target.ephemeris_period = self.catalog_data['P'][0]
@@ -1,3 +1,4 @@
1
+ import fnmatch
1
2
  from django.conf import settings
2
3
  from django.contrib import messages
3
4
  from django.http import HttpResponseForbidden
@@ -35,11 +36,13 @@ class AuthStrategyMiddleware:
35
36
  self.open_urls = [reverse('login')] + getattr(settings, 'OPEN_URLS', [])
36
37
 
37
38
  def __call__(self, request):
38
- if settings.AUTH_STRATEGY == 'LOCKED':
39
- if not request.user.is_authenticated and request.path_info not in self.open_urls:
40
- return HttpResponseForbidden()
41
-
42
- return self.get_response(request)
39
+ if settings.AUTH_STRATEGY == 'LOCKED' and not request.user.is_authenticated:
40
+ for url in self.open_urls:
41
+ if fnmatch.fnmatch(request.path_info, url):
42
+ return self.get_response(request)
43
+ return HttpResponseForbidden()
44
+ else:
45
+ return self.get_response(request)
43
46
 
44
47
 
45
48
  class Raise403Middleware:
@@ -242,7 +242,7 @@ def reencrypt_data(user) -> None:
242
242
  logger.debug("Re-encrypting sensitive data...")
243
243
 
244
244
  # Get the current Session from the UserSession
245
- user_session = UserSession.objects.filter(user=user).first() # see comment above
245
+ user_session = UserSession.objects.filter(user=user.id).first() # see comment above
246
246
 
247
247
  if not user_session:
248
248
  logger.warning(f"User {user.username} is not logged in. Cannot re-encrypt sensitive data. "
@@ -9,10 +9,13 @@
9
9
  {% endif %}
10
10
  </li>
11
11
  <li>
12
- <a class="btn btn-outline-success" title="logout" href="{% url 'logout' %}">Logout</a>
12
+ <form method="post" action="{% url 'logout' %}">
13
+ {% csrf_token %}
14
+ <button class="btn btn-outline-success" title="Logout" type="submit">Logout</button>
15
+ </form>
13
16
  </li>
14
17
  {% else %}
15
18
  <li class="nav-item">
16
- <a class="btn btn-outline-success" title="logout" href="{% url 'login' %}">Login</a>
19
+ <a class="btn btn-outline-success" title="Login" href="{% url 'login' %}">Login</a>
17
20
  </li>
18
21
  {% endif %}
@@ -247,6 +247,49 @@ class TestAuthScheme(TestCase):
247
247
  self.assertContains(response, 'Create Targets')
248
248
 
249
249
 
250
+ class TestAuthStrategyMiddleware(TestCase):
251
+ login_url = '/accounts/login/'
252
+
253
+ @override_settings(AUTH_STRATEGY='LOCKED', OPEN_URLS=[])
254
+ def test_locked_unauthenticated_request_redirects_to_login(self):
255
+ # Raise403Middleware converts the 403 from AuthStrategyMiddleware to a redirect
256
+ response = self.client.get(reverse('tom_targets:list'))
257
+ self.assertRedirects(
258
+ response, self.login_url + '?next=' + reverse('tom_targets:list'), status_code=302
259
+ )
260
+
261
+ @override_settings(AUTH_STRATEGY='LOCKED', OPEN_URLS=['/accounts/reset/*/'])
262
+ def test_locked_password_reset_wildcard_matches_uid_token(self):
263
+ # /accounts/reset/abc123xyz/ should match the wildcard
264
+ response = self.client.get('/accounts/reset/abc123xyz/foobarfoo/')
265
+ self.assertNotEqual(response.status_code, 302)
266
+
267
+ @override_settings(AUTH_STRATEGY='LOCKED', OPEN_URLS=['/accounts/reset/*/'])
268
+ def test_locked_password_reset_wildcard_does_not_match_unrelated_path(self):
269
+ # /accounts/profile/ should not match /accounts/reset/*/
270
+ response = self.client.get('/accounts/profile/')
271
+ self.assertRedirects(
272
+ response, self.login_url + '?next=/accounts/profile/', status_code=302
273
+ )
274
+
275
+ @override_settings(AUTH_STRATEGY='LOCKED', OPEN_URLS=[])
276
+ def test_locked_login_url_always_open(self):
277
+ response = self.client.get(reverse('login'))
278
+ self.assertNotEqual(response.status_code, 302)
279
+
280
+ @override_settings(AUTH_STRATEGY='LOCKED', OPEN_URLS=[])
281
+ def test_locked_authenticated_user_allowed(self):
282
+ user = User.objects.create_user(username='testuser', password='password')
283
+ self.client.force_login(user)
284
+ response = self.client.get(reverse('tom_targets:list'))
285
+ self.assertEqual(response.status_code, 200)
286
+
287
+ @override_settings(AUTH_STRATEGY='READ_ONLY', OPEN_URLS=[])
288
+ def test_read_only_unauthenticated_allowed(self):
289
+ response = self.client.get(reverse('tom_targets:list'))
290
+ self.assertEqual(response.status_code, 200)
291
+
292
+
250
293
  class CommentDeleteViewTest(TestCase):
251
294
  def setUp(self):
252
295
  self.site = Site.objects.get_current()
@@ -122,3 +122,6 @@ class LCORedirectFacility(BaseRedirectObservationFacility):
122
122
  observation_group.observation_records.add(obs_record)
123
123
 
124
124
  return observation_group
125
+
126
+ def get_facility_status(self):
127
+ return self.lco_facility.get_facility_status()
@@ -328,7 +328,7 @@ GENERAL_SEARCH_FUNCTIONS = {}
328
328
  # This list can be used to add custom target parameters to the output from the target selection tool
329
329
  SELECTION_EXTRA_FIELDS = []
330
330
 
331
- # Authentication strategy can either be LOCKED (required login for all views)
331
+ # Authentication strategy can either be LOCKED (required login for all views, bypassed with OPEN_URLS)
332
332
  # or READ_ONLY (read only access to views)
333
333
  AUTH_STRATEGY = 'READ_ONLY'
334
334
 
@@ -348,8 +348,8 @@ TARGET_LIST_COLUMNS = [
348
348
  "name", "type", "observations", "saved_data"
349
349
  ]
350
350
 
351
- # URLs that should be allowed access even with AUTH_STRATEGY = LOCKED
352
- # for example: OPEN_URLS = ['/', '/about']
351
+ # URLs that should be allowed access even with AUTH_STRATEGY = LOCKED. Can use wildcards.
352
+ # for example: OPEN_URLS = ['/', '/about', '/accounts/reset/*/']
353
353
  OPEN_URLS = []
354
354
 
355
355
  HOOKS = {
@@ -161,8 +161,15 @@ class NonSiderealTargetCreateForm(TargetForm):
161
161
  """
162
162
  cleaned_data = super().clean()
163
163
  scheme = cleaned_data['scheme'] # scheme is a required field, so this should be safe
164
+ eccentricity = cleaned_data.get('eccentricity')
164
165
  required_fields = REQUIRED_NON_SIDEREAL_FIELDS_PER_SCHEME[scheme]
165
166
 
167
+ # Check that eccentiricty isn't too high for a non-comet orbital scheme.
168
+ if eccentricity and eccentricity > 0.9 and scheme != 'MPC_COMET':
169
+ raise ValidationError(
170
+ "High eccentricity objects should use the MPC_COMET scheme to ensure proper orbital calculations."
171
+ )
172
+
166
173
  for field in required_fields:
167
174
  if not cleaned_data.get(field):
168
175
  # Get verbose names of required fields
@@ -428,7 +428,7 @@ class TestTargetCreate(TestCase):
428
428
  'epoch_of_elements': 100,
429
429
  'lng_asc_node': 100,
430
430
  'arg_of_perihelion': 100,
431
- 'eccentricity': 100,
431
+ 'eccentricity': .1,
432
432
  'mean_anomaly': 100,
433
433
  'inclination': 100,
434
434
  'semimajor_axis': 100,
@@ -1878,8 +1878,8 @@ class TestTargetMerge(TestCase):
1878
1878
 
1879
1879
  # after we run merge --> TL1, TL2, and TL3 each should only contain st1
1880
1880
  target_merge(self.st1, self.st2)
1881
- self.assertQuerysetEqual(targetlist1.targets.all(), targetlist2.targets.all())
1882
- self.assertQuerysetEqual(targetlist1.targets.all(), targetlist3.targets.all())
1881
+ self.assertQuerySetEqual(targetlist1.targets.all(), targetlist2.targets.all())
1882
+ self.assertQuerySetEqual(targetlist1.targets.all(), targetlist3.targets.all())
1883
1883
  self.assertEqual(self.st1.targetlist_set.all().count(), 3)
1884
1884
 
1885
1885
  def test_merge_data_products(self):
@@ -1963,7 +1963,7 @@ class TestTargetMerge(TestCase):
1963
1963
  # write a test where the primary target extra queryset matches the expected queryset
1964
1964
  expected_queryset1 = st1_te + st2_te[1:]
1965
1965
  target_merge(self.st1, self.st2)
1966
- self.assertQuerysetEqual(list(self.st1.targetextra_set.all()), expected_queryset1, ordered=False)
1966
+ self.assertQuerySetEqual(list(self.st1.targetextra_set.all()), expected_queryset1, ordered=False)
1967
1967
  self.assertEqual(self.st1.targetextra_set.count(), 5)
1968
1968
 
1969
1969
  def test_merge_observation_records(self):
@@ -1 +0,0 @@
1
- 951ff38f38e975f335b10c4a96525beeddfd2428 '951ff38f38e975f335b10c4a96525beeddfd2428' of https://github.com/TOMToolkit/tom_base
@@ -1 +0,0 @@
1
- 951ff38f38e975f335b10c4a96525beeddfd2428
Binary file
@@ -1 +0,0 @@
1
- 0000000000000000000000000000000000000000 951ff38f38e975f335b10c4a96525beeddfd2428 runner <runner@runnervmwffz4.t1f0yj35bwtujcp2bpd3c1kvda.yx.internal.cloudapp.net> 1771962509 +0000 checkout: moving from master to refs/tags/2.31.2
@@ -1 +0,0 @@
1
- 951ff38f38e975f335b10c4a96525beeddfd2428
@@ -1 +0,0 @@
1
- 951ff38f38e975f335b10c4a96525beeddfd2428
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes