django-handyhelpers 0.3.20__tar.gz → 0.3.36__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (7028) hide show
  1. django_handyhelpers-0.3.36/.gitignore +112 -0
  2. django_handyhelpers-0.3.36/PKG-INFO +114 -0
  3. django_handyhelpers-0.3.36/django_handyhelpers.egg-info/PKG-INFO +114 -0
  4. django_handyhelpers-0.3.36/django_handyhelpers.egg-info/SOURCES.txt +6950 -0
  5. django_handyhelpers-0.3.36/django_handyhelpers.egg-info/requires.txt +10 -0
  6. django_handyhelpers-0.3.36/handyhelpers/__init__.py +14 -0
  7. django_handyhelpers-0.3.36/handyhelpers/forms.py +45 -0
  8. django_handyhelpers-0.3.36/handyhelpers/mixins/form_mixins.py +92 -0
  9. django_handyhelpers-0.3.36/handyhelpers/mixins/model_mixins.py +21 -0
  10. django_handyhelpers-0.3.36/handyhelpers/mixins/serializer_mixins.py +35 -0
  11. django_handyhelpers-0.3.36/handyhelpers/mixins/view_mixins.py +162 -0
  12. django_handyhelpers-0.3.36/handyhelpers/serializers.py +49 -0
  13. django_handyhelpers-0.3.36/handyhelpers/static/handyhelpers/css/table_sortable.css +17 -0
  14. django_handyhelpers-0.3.36/handyhelpers/static/handyhelpers/js/sidebar.js +35 -0
  15. django_handyhelpers-0.3.36/handyhelpers/static/handyhelpers/js/table_sortable.js +119 -0
  16. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/.bin/acorn +4 -0
  17. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/.bin/css-b64-images +13 -0
  18. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/.bin/esbuild +0 -0
  19. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/.bin/html-minifier-terser +308 -0
  20. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/.bin/minify +98 -0
  21. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/.bin/terser +21 -0
  22. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/.bin/uglifyjs +624 -0
  23. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/.package-lock.json +750 -0
  24. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@esbuild/linux-x64/README.md +3 -0
  25. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
  26. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@esbuild/linux-x64/package.json +20 -0
  27. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  28. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  29. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
  30. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
  31. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
  32. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
  33. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
  34. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
  35. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
  36. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/gen-mapping/package.json +76 -0
  37. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  38. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  39. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +232 -0
  40. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
  41. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
  42. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
  43. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
  44. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  45. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/set-array/LICENSE +19 -0
  46. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/set-array/README.md +37 -0
  47. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
  48. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
  49. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
  50. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
  51. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
  52. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/set-array/package.json +65 -0
  53. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/source-map/LICENSE +19 -0
  54. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/source-map/README.md +184 -0
  55. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.cjs +95 -0
  56. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.cjs.map +1 -0
  57. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.mjs +90 -0
  58. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.mjs.map +1 -0
  59. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.umd.js +1242 -0
  60. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.umd.js.map +1 -0
  61. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts +35 -0
  62. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/source-map/package.json +71 -0
  63. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
  64. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
  65. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +424 -0
  66. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
  67. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +439 -0
  68. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
  69. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +49 -0
  70. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +8 -0
  71. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +15 -0
  72. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +6 -0
  73. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/package.json +75 -0
  74. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  75. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/README.md +257 -0
  76. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
  77. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
  78. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
  79. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
  80. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
  81. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
  82. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
  83. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
  84. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
  85. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
  86. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
  87. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
  88. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
  89. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@jridgewell/trace-mapping/package.json +77 -0
  90. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/enums.js +65 -0
  91. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js +939 -0
  92. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js.map +1 -0
  93. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js +1260 -0
  94. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js.map +1 -0
  95. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js +1819 -0
  96. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js.map +1 -0
  97. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/esm/createPopper.js +199 -0
  98. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/arrow.js +90 -0
  99. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/computeStyles.js +169 -0
  100. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/computeAutoPlacement.js +43 -0
  101. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/userAgent.js +11 -0
  102. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.js +71 -0
  103. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.min.js +6 -0
  104. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js +945 -0
  105. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js.map +1 -0
  106. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js +6 -0
  107. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js.map +1 -0
  108. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js +1266 -0
  109. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js.map +1 -0
  110. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js +6 -0
  111. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js.map +1 -0
  112. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js +1825 -0
  113. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js.map +1 -0
  114. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js +6 -0
  115. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js.map +1 -0
  116. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js +199 -0
  117. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js.flow +218 -0
  118. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js +90 -0
  119. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js.flow +120 -0
  120. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +169 -0
  121. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js.flow +233 -0
  122. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +43 -0
  123. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js.flow +73 -0
  124. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js +11 -0
  125. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js.flow +20 -0
  126. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@popperjs/core/package.json +119 -0
  127. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@putout/minify/LICENSE +21 -0
  128. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@putout/minify/README.md +110 -0
  129. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@putout/minify/bundle/minify.min.js +52 -0
  130. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@putout/minify/package.json +112 -0
  131. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core/Visitor.d.ts +218 -0
  132. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core/Visitor.js +1407 -0
  133. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core/binding.d.ts +56 -0
  134. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core/binding.js +351 -0
  135. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core/index.d.ts +118 -0
  136. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core/index.js +439 -0
  137. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core/package.json +114 -0
  138. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core/postinstall.js +148 -0
  139. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core/spack.d.ts +51 -0
  140. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core/spack.js +87 -0
  141. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core/util.d.ts +1 -0
  142. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core/util.js +104 -0
  143. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/README.md +3 -0
  144. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/package.json +45 -0
  145. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/swc.linux-x64-gnu.node +0 -0
  146. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/counter/CHANGELOG.md +7 -0
  147. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/counter/README.md +7 -0
  148. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/counter/index.js +1 -0
  149. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/counter/package.json +27 -0
  150. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/types/LICENSE +201 -0
  151. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/types/README.md +4 -0
  152. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/types/assumptions.d.ts +92 -0
  153. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/types/assumptions.js +2 -0
  154. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/types/index.d.ts +1977 -0
  155. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/types/index.js +2 -0
  156. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/@swc/types/package.json +39 -0
  157. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/acorn/CHANGELOG.md +928 -0
  158. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/acorn/LICENSE +21 -0
  159. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/acorn/README.md +282 -0
  160. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/acorn/bin/acorn +4 -0
  161. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/acorn/dist/acorn.d.mts +866 -0
  162. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/acorn/dist/acorn.d.ts +866 -0
  163. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/acorn/dist/acorn.js +6174 -0
  164. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/acorn/dist/acorn.mjs +6145 -0
  165. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/acorn/dist/bin.js +90 -0
  166. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/acorn/package.json +50 -0
  167. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/buffer-from/LICENSE +21 -0
  168. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/buffer-from/index.js +72 -0
  169. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/buffer-from/package.json +19 -0
  170. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/buffer-from/readme.md +69 -0
  171. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/LICENSE +21 -0
  172. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/README.md +47 -0
  173. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/dist/index.d.ts +5 -0
  174. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/dist/index.js +23 -0
  175. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/dist/index.js.map +1 -0
  176. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/dist/index.spec.js +26 -0
  177. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/dist/index.spec.js.map +1 -0
  178. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/dist.es2015/index.d.ts +5 -0
  179. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/dist.es2015/index.js +17 -0
  180. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/dist.es2015/index.js.map +1 -0
  181. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.js +24 -0
  182. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.js.map +1 -0
  183. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/package.json +89 -0
  184. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.interpolation.d.ts +1 -0
  185. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.segment.d.ts +1 -0
  186. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/clean-css/History.md +1504 -0
  187. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/clean-css/LICENSE +19 -0
  188. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/clean-css/README.md +987 -0
  189. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/clean-css/index.js +1 -0
  190. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/clean-css/package.json +48 -0
  191. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/commander/LICENSE +22 -0
  192. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/commander/Readme.md +1134 -0
  193. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/commander/esm.mjs +16 -0
  194. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/commander/index.js +27 -0
  195. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/commander/package-support.json +16 -0
  196. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/commander/package.json +80 -0
  197. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/commander/typings/index.d.ts +889 -0
  198. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/.npmignore +15 -0
  199. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/.travis.yml +5 -0
  200. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/README.md +78 -0
  201. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/bin/css-b64-images +13 -0
  202. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/draft.png +0 -0
  203. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/draft.xcf +0 -0
  204. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/package.json +30 -0
  205. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/css-b64-images-test.js +38 -0
  206. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/fixture/css/style.css +52 -0
  207. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.eot +0 -0
  208. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.svg +248 -0
  209. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.ttf +0 -0
  210. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.woff +0 -0
  211. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.eot +0 -0
  212. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.svg +245 -0
  213. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.ttf +0 -0
  214. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.woff +0 -0
  215. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/fixture/img/background-pattern.gif +0 -0
  216. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/fixture/img/dots.svg +6 -0
  217. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/css-b64-images/test/fixture/img/mixit-banner.png +0 -0
  218. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/debug/LICENSE +20 -0
  219. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/debug/README.md +481 -0
  220. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/debug/package.json +65 -0
  221. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/debug/src/browser.js +272 -0
  222. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/debug/src/common.js +292 -0
  223. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/debug/src/index.js +10 -0
  224. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/debug/src/node.js +263 -0
  225. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/LICENSE +21 -0
  226. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/README.md +37 -0
  227. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/dist/index.d.ts +3 -0
  228. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/dist/index.js +11 -0
  229. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/dist/index.js.map +1 -0
  230. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/dist/index.spec.d.ts +1 -0
  231. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/dist/index.spec.js +26 -0
  232. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/dist/index.spec.js.map +1 -0
  233. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/dist.es2015/index.d.ts +3 -0
  234. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/dist.es2015/index.js +7 -0
  235. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/dist.es2015/index.js.map +1 -0
  236. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.d.ts +1 -0
  237. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.js +24 -0
  238. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.js.map +1 -0
  239. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/dot-case/package.json +89 -0
  240. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/entities/LICENSE +11 -0
  241. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/entities/package.json +90 -0
  242. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/entities/readme.md +122 -0
  243. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/esbuild/LICENSE.md +21 -0
  244. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/esbuild/README.md +3 -0
  245. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/esbuild/bin/esbuild +0 -0
  246. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/esbuild/install.js +286 -0
  247. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/esbuild/package.json +47 -0
  248. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/find-up/index.d.ts +247 -0
  249. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/find-up/index.js +107 -0
  250. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/find-up/license +9 -0
  251. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/find-up/package.json +61 -0
  252. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/find-up/readme.md +160 -0
  253. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/LICENSE +674 -0
  254. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/README.md +10 -0
  255. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/dist/css/background_icons.min.css +1 -0
  256. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/dist/css/blur_group.min.css +1 -0
  257. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/dist/css/fades.min.css +1 -0
  258. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/dist/css/marquee.min.css +1 -0
  259. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/dist/css/scroller.min.css +1 -0
  260. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/dist/index.js +15 -0
  261. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/dist/js/background_icons.min.js +1 -0
  262. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/dist/js/marquee.min.js +1 -0
  263. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/dist/js/scroller.min.js +1 -0
  264. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/package.json +39 -0
  265. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/src/css/background_icons.css +39 -0
  266. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/src/css/blur_group.css +22 -0
  267. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/src/css/fades.css +94 -0
  268. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/src/css/marquee.css +45 -0
  269. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/src/css/scroller.css +144 -0
  270. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/src/index.js +15 -0
  271. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/src/js/background_icons.js +101 -0
  272. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/src/js/marquee.js +81 -0
  273. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/fun-effects/src/js/scroller.js +37 -0
  274. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/html-minifier-terser/LICENSE +22 -0
  275. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/html-minifier-terser/README.md +168 -0
  276. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/html-minifier-terser/cli.js +308 -0
  277. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.cjs +1857 -0
  278. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.esm.bundle.js +57509 -0
  279. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.umd.bundle.js +57520 -0
  280. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.umd.bundle.min.js +9 -0
  281. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/html-minifier-terser/package.json +105 -0
  282. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/html-minifier-terser/src/htmlminifier.js +1366 -0
  283. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/html-minifier-terser/src/htmlparser.js +565 -0
  284. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/html-minifier-terser/src/tokenchain.js +68 -0
  285. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/html-minifier-terser/src/utils.js +11 -0
  286. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/jju/LICENSE +21 -0
  287. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/jju/Makefile +20 -0
  288. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/jju/README.md +249 -0
  289. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/jju/index.js +32 -0
  290. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/jju/package.json +34 -0
  291. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/jju/package.yaml +36 -0
  292. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/locate-path/index.d.ts +92 -0
  293. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/locate-path/index.js +77 -0
  294. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/locate-path/license +9 -0
  295. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/locate-path/package.json +48 -0
  296. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/locate-path/readme.md +123 -0
  297. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/LICENSE +21 -0
  298. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/README.md +35 -0
  299. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/dist/index.d.ts +8 -0
  300. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/dist/index.js +53 -0
  301. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/dist/index.js.map +1 -0
  302. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/dist/index.spec.d.ts +1 -0
  303. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/dist/index.spec.js +36 -0
  304. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/dist/index.spec.js.map +1 -0
  305. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/dist.es2015/index.d.ts +8 -0
  306. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/dist.es2015/index.js +48 -0
  307. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/dist.es2015/index.js.map +1 -0
  308. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.d.ts +1 -0
  309. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.js +34 -0
  310. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.js.map +1 -0
  311. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/lower-case/package.json +87 -0
  312. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/minify/ChangeLog +1307 -0
  313. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/minify/LICENSE +22 -0
  314. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/minify/README.md +177 -0
  315. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/minify/bin/minify.js +98 -0
  316. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/minify/deno.json +5 -0
  317. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/minify/help.json +8 -0
  318. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/minify/package.json +65 -0
  319. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/ms/index.js +162 -0
  320. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/ms/license.md +21 -0
  321. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/ms/package.json +38 -0
  322. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/ms/readme.md +59 -0
  323. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/LICENSE +21 -0
  324. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/README.md +37 -0
  325. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/dist/index.d.ts +10 -0
  326. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/dist/index.js +35 -0
  327. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/dist/index.js.map +1 -0
  328. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/dist/index.spec.d.ts +1 -0
  329. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/dist/index.spec.js +59 -0
  330. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/dist/index.spec.js.map +1 -0
  331. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/dist.es2015/index.d.ts +10 -0
  332. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/dist.es2015/index.js +31 -0
  333. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/dist.es2015/index.js.map +1 -0
  334. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.d.ts +1 -0
  335. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.js +57 -0
  336. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.js.map +1 -0
  337. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/no-case/package.json +85 -0
  338. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/p-limit/index.d.ts +40 -0
  339. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/p-limit/index.js +68 -0
  340. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/p-limit/license +9 -0
  341. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/p-limit/package.json +54 -0
  342. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/p-limit/readme.md +99 -0
  343. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/p-locate/index.d.ts +49 -0
  344. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/p-locate/index.js +48 -0
  345. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/p-locate/license +9 -0
  346. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/p-locate/package.json +56 -0
  347. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/p-locate/readme.md +91 -0
  348. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/LICENSE +21 -0
  349. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/README.md +37 -0
  350. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/dist/index.d.ts +3 -0
  351. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/dist/index.js +11 -0
  352. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/dist/index.js.map +1 -0
  353. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/dist/index.spec.d.ts +1 -0
  354. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/dist/index.spec.js +24 -0
  355. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/dist/index.spec.js.map +1 -0
  356. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/dist.es2015/index.d.ts +3 -0
  357. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/dist.es2015/index.js +7 -0
  358. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/dist.es2015/index.js.map +1 -0
  359. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.d.ts +1 -0
  360. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.js +22 -0
  361. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.js.map +1 -0
  362. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/param-case/package.json +91 -0
  363. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/LICENSE +21 -0
  364. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/README.md +47 -0
  365. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/dist/index.d.ts +5 -0
  366. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/dist/index.js +24 -0
  367. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/dist/index.js.map +1 -0
  368. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/dist/index.spec.d.ts +1 -0
  369. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/dist/index.spec.js +25 -0
  370. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/dist/index.spec.js.map +1 -0
  371. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/dist.es2015/index.d.ts +5 -0
  372. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/dist.es2015/index.js +18 -0
  373. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/dist.es2015/index.js.map +1 -0
  374. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.d.ts +1 -0
  375. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.js +23 -0
  376. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.js.map +1 -0
  377. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/pascal-case/package.json +90 -0
  378. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/path-exists/index.d.ts +31 -0
  379. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/path-exists/index.js +19 -0
  380. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/path-exists/license +9 -0
  381. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/path-exists/package.json +41 -0
  382. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/path-exists/readme.md +52 -0
  383. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/readjson/ChangeLog +110 -0
  384. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/readjson/LICENSE +21 -0
  385. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/readjson/README.md +36 -0
  386. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/readjson/package.json +46 -0
  387. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/relateurl/README.md +159 -0
  388. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/relateurl/license +21 -0
  389. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/relateurl/package.json +46 -0
  390. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/simport/ChangeLog +77 -0
  391. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/simport/LICENSE +21 -0
  392. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/simport/README.md +81 -0
  393. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/simport/fixture/context.js +3 -0
  394. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/simport/fixture/default-frozen-function.mjs +2 -0
  395. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/simport/fixture/default-frozen-object.mjs +2 -0
  396. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/simport/package.json +65 -0
  397. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/simport/simport.js +84 -0
  398. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/simport/simport.mjs +22 -0
  399. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map/CHANGELOG.md +301 -0
  400. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map/LICENSE +28 -0
  401. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map/README.md +742 -0
  402. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map/dist/source-map.debug.js +3234 -0
  403. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map/dist/source-map.js +3233 -0
  404. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map/dist/source-map.min.js +2 -0
  405. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map/dist/source-map.min.js.map +1 -0
  406. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map/package.json +73 -0
  407. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map/source-map.d.ts +98 -0
  408. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map/source-map.js +8 -0
  409. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map-support/LICENSE.md +21 -0
  410. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map-support/README.md +284 -0
  411. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map-support/browser-source-map-support.js +114 -0
  412. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map-support/package.json +31 -0
  413. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map-support/register-hook-require.js +1 -0
  414. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map-support/register.js +1 -0
  415. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/source-map-support/source-map-support.js +625 -0
  416. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/CHANGELOG.md +783 -0
  417. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/LICENSE +27 -0
  418. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/PATRONS.md +15 -0
  419. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/README.md +1421 -0
  420. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/bin/package.json +10 -0
  421. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/bin/terser +21 -0
  422. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/bin/uglifyjs +10 -0
  423. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/dist/bundle.min.js +32962 -0
  424. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/dist/package.json +10 -0
  425. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/main.js +27 -0
  426. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/node_modules/commander/CHANGELOG.md +419 -0
  427. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/node_modules/commander/LICENSE +22 -0
  428. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/node_modules/commander/Readme.md +428 -0
  429. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/node_modules/commander/index.js +1224 -0
  430. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/node_modules/commander/package.json +38 -0
  431. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/node_modules/commander/typings/index.d.ts +310 -0
  432. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/package.json +153 -0
  433. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/tools/domprops.js +9026 -0
  434. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/tools/exit.cjs +7 -0
  435. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/tools/props.html +68 -0
  436. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/tools/terser.d.ts +216 -0
  437. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/LICENSE +21 -0
  438. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/README.md +63 -0
  439. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/animations/perspective-extreme.css +1 -0
  440. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/animations/perspective-subtle.css +1 -0
  441. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/animations/perspective.css +1 -0
  442. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/animations/scale-extreme.css +1 -0
  443. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/animations/scale-subtle.css +1 -0
  444. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/animations/scale.css +1 -0
  445. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/animations/shift-away-extreme.css +1 -0
  446. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/animations/shift-away-subtle.css +1 -0
  447. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/animations/shift-away.css +1 -0
  448. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/animations/shift-toward-extreme.css +1 -0
  449. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/animations/shift-toward-subtle.css +1 -0
  450. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/animations/shift-toward.css +1 -0
  451. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/backdrop.css +1 -0
  452. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/border.css +1 -0
  453. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/svg-arrow.css +1 -0
  454. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.js +2516 -0
  455. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.js.map +1 -0
  456. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.min.js +2 -0
  457. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.min.js.map +1 -0
  458. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy.cjs.js +2497 -0
  459. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy.cjs.js.map +1 -0
  460. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy.css +1 -0
  461. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy.esm.js +2486 -0
  462. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy.esm.js.map +1 -0
  463. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.js +2496 -0
  464. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.js.map +1 -0
  465. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.min.js +2 -0
  466. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.min.js.map +1 -0
  467. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.cjs.js +2388 -0
  468. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.cjs.js.map +1 -0
  469. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.esm.js +2377 -0
  470. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.esm.js.map +1 -0
  471. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.js +2382 -0
  472. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.js.map +1 -0
  473. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.min.js +2 -0
  474. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.min.js.map +1 -0
  475. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/headless/package.json +16 -0
  476. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/index.d.ts +260 -0
  477. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/package.json +157 -0
  478. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/themes/light-border.css +1 -0
  479. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/themes/light.css +1 -0
  480. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/themes/material.css +1 -0
  481. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tippy.js/themes/translucent.css +1 -0
  482. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/try-catch/ChangeLog +55 -0
  483. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/try-catch/LICENSE +21 -0
  484. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/try-catch/README.md +38 -0
  485. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/try-catch/package.json +34 -0
  486. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/try-to-catch/ChangeLog +64 -0
  487. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/try-to-catch/LICENSE +21 -0
  488. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/try-to-catch/README.md +74 -0
  489. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/try-to-catch/package.json +47 -0
  490. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/CopyrightNotice.txt +15 -0
  491. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/LICENSE.txt +12 -0
  492. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/README.md +164 -0
  493. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/SECURITY.md +41 -0
  494. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/modules/index.d.ts +38 -0
  495. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/modules/index.js +70 -0
  496. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/modules/package.json +3 -0
  497. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/package.json +47 -0
  498. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/tslib.d.ts +460 -0
  499. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/tslib.es6.html +1 -0
  500. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/tslib.es6.js +402 -0
  501. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/tslib.es6.mjs +401 -0
  502. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/tslib.html +1 -0
  503. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/tslib/tslib.js +484 -0
  504. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/uglify-js/LICENSE +29 -0
  505. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/uglify-js/README.md +1479 -0
  506. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/uglify-js/bin/uglifyjs +624 -0
  507. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/uglify-js/package.json +56 -0
  508. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/uglify-js/tools/domprops.html +456 -0
  509. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/uglify-js/tools/domprops.json +8327 -0
  510. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/uglify-js/tools/exports.js +8 -0
  511. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/uglify-js/tools/node.js +115 -0
  512. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/uglify-js/tools/tty.js +22 -0
  513. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/unicorn-magic/default.js +14 -0
  514. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/unicorn-magic/index.d.ts +29 -0
  515. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/unicorn-magic/license +9 -0
  516. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/unicorn-magic/node.js +7 -0
  517. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/unicorn-magic/package.json +49 -0
  518. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/unicorn-magic/readme.md +25 -0
  519. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/yocto-queue/index.d.ts +61 -0
  520. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/yocto-queue/index.js +78 -0
  521. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/yocto-queue/license +9 -0
  522. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/yocto-queue/package.json +48 -0
  523. django_handyhelpers-0.3.36/handyhelpers/static/node_modules/yocto-queue/readme.md +70 -0
  524. django_handyhelpers-0.3.36/handyhelpers/static/package.json +18 -0
  525. django_handyhelpers-0.3.36/handyhelpers/static/yarn.lock +462 -0
  526. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/generic/bs5/generic_index.html +47 -0
  527. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/handyhelpers_base_bs5.htm +104 -0
  528. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/handyhelpers_with_sidebar.htm +155 -0
  529. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/filter_form/generic_modal_swap.htm +48 -0
  530. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/form/form_wrapper.htm +48 -0
  531. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/form/inline_form.htm +166 -0
  532. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/form/inline_form_disabled.htm +125 -0
  533. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/generic_modal_swap.htm +49 -0
  534. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/content_title.htm +38 -0
  535. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/controls.htm +21 -0
  536. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/card.htm +17 -0
  537. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/list.htm +11 -0
  538. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/table.htm +21 -0
  539. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/filter_form_modal_swap.htm +48 -0
  540. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/full.html +6 -0
  541. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_card.htm +7 -0
  542. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_list.htm +7 -0
  543. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_minimal.htm +7 -0
  544. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_table.htm +18 -0
  545. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/htmx/bs5/index.htm +34 -0
  546. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/report/annual_stats.html +6 -0
  547. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/report/annual_stats_content.htm +43 -0
  548. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_chart.htm +51 -0
  549. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_content.htm +47 -0
  550. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/report/chartjs/annual_stats.html +49 -0
  551. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/report/chartjs/annual_trends_content.htm +43 -0
  552. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/report/chartjs/day_count_chart.htm +51 -0
  553. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/report/chartjs/month_count_chart.htm +51 -0
  554. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/report/chartjs/week_count_chart.htm +51 -0
  555. django_handyhelpers-0.3.36/handyhelpers/templates/handyhelpers/report/chartjs/year_count_chart.htm +51 -0
  556. django_handyhelpers-0.3.36/handyhelpers/templatetags/__init__.py +0 -0
  557. django_handyhelpers-0.3.36/handyhelpers/templatetags/form_tags.py +47 -0
  558. django_handyhelpers-0.3.36/handyhelpers/templatetags/htmx_tags.py +21 -0
  559. django_handyhelpers-0.3.36/handyhelpers/views/action.py +36 -0
  560. django_handyhelpers-0.3.36/handyhelpers/views/calendar.py +123 -0
  561. django_handyhelpers-0.3.36/handyhelpers/views/htmx.py +543 -0
  562. django_handyhelpers-0.3.36/handyhelpers/views/report.py +375 -0
  563. django_handyhelpers-0.3.36/requirements.txt +10 -0
  564. django-handyhelpers-0.3.20/.gitignore +0 -111
  565. django-handyhelpers-0.3.20/PKG-INFO +0 -104
  566. django-handyhelpers-0.3.20/django_handyhelpers.egg-info/PKG-INFO +0 -104
  567. django-handyhelpers-0.3.20/django_handyhelpers.egg-info/SOURCES.txt +0 -6463
  568. django-handyhelpers-0.3.20/django_handyhelpers.egg-info/requires.txt +0 -11
  569. django-handyhelpers-0.3.20/handyhelpers/__init__.py +0 -14
  570. django-handyhelpers-0.3.20/handyhelpers/forms.py +0 -37
  571. django-handyhelpers-0.3.20/handyhelpers/management/commands/generate_admin.py +0 -110
  572. django-handyhelpers-0.3.20/handyhelpers/mixins/form_mixins.py +0 -31
  573. django-handyhelpers-0.3.20/handyhelpers/mixins/view_mixins.py +0 -159
  574. django-handyhelpers-0.3.20/handyhelpers/serializers.py +0 -29
  575. django-handyhelpers-0.3.20/handyhelpers/static/handyhelpers/js/sidebar.js +0 -31
  576. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/enums.js +0 -65
  577. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js +0 -1097
  578. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js.map +0 -1
  579. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js +0 -1430
  580. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js.map +0 -1
  581. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js +0 -2002
  582. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js.map +0 -1
  583. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/esm/createPopper.js +0 -259
  584. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/arrow.js +0 -101
  585. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/computeStyles.js +0 -181
  586. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/computeAutoPlacement.js +0 -47
  587. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/format.js +0 -9
  588. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/userAgent.js +0 -11
  589. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/validateModifiers.js +0 -81
  590. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.js +0 -71
  591. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.min.js +0 -6
  592. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js +0 -1103
  593. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js.map +0 -1
  594. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js +0 -6
  595. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js.map +0 -1
  596. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js +0 -1436
  597. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js.map +0 -1
  598. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js +0 -6
  599. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js.map +0 -1
  600. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js +0 -2008
  601. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js.map +0 -1
  602. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js +0 -6
  603. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js.map +0 -1
  604. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js +0 -259
  605. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js.flow +0 -296
  606. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js +0 -101
  607. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js.flow +0 -142
  608. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +0 -181
  609. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js.flow +0 -263
  610. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +0 -47
  611. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js.flow +0 -85
  612. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.d.ts +0 -1
  613. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.js +0 -9
  614. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.js.flow +0 -5
  615. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js +0 -11
  616. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js.flow +0 -20
  617. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.d.ts +0 -1
  618. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.js +0 -81
  619. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.js.flow +0 -151
  620. django-handyhelpers-0.3.20/handyhelpers/static/node_modules/@popperjs/core/package.json +0 -119
  621. django-handyhelpers-0.3.20/handyhelpers/static/package.json +0 -16
  622. django-handyhelpers-0.3.20/handyhelpers/static/yarn.lock +0 -89
  623. django-handyhelpers-0.3.20/handyhelpers/templates/handyhelpers/generic/bs5/generic_index.html +0 -50
  624. django-handyhelpers-0.3.20/handyhelpers/templates/handyhelpers/handyhelpers_base_bs5.htm +0 -100
  625. django-handyhelpers-0.3.20/handyhelpers/templates/handyhelpers/handyhelpers_with_sidebar.htm +0 -108
  626. django-handyhelpers-0.3.20/handyhelpers/templates/handyhelpers/htmx/bs5/generic_modal_swap.htm +0 -50
  627. django-handyhelpers-0.3.20/handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_chart.htm +0 -51
  628. django-handyhelpers-0.3.20/handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_content.htm +0 -46
  629. django-handyhelpers-0.3.20/handyhelpers/templates/handyhelpers/report/chartjs/annual_stats.html +0 -60
  630. django-handyhelpers-0.3.20/handyhelpers/templates/handyhelpers/report/chartjs/annual_trends_content.htm +0 -42
  631. django-handyhelpers-0.3.20/handyhelpers/templates/handyhelpers/report/chartjs/day_count_chart.htm +0 -51
  632. django-handyhelpers-0.3.20/handyhelpers/templates/handyhelpers/report/chartjs/month_count_chart.htm +0 -51
  633. django-handyhelpers-0.3.20/handyhelpers/templates/handyhelpers/report/chartjs/week_count_chart.htm +0 -51
  634. django-handyhelpers-0.3.20/handyhelpers/templates/handyhelpers/report/chartjs/year_count_chart.htm +0 -51
  635. django-handyhelpers-0.3.20/handyhelpers/views/action.py +0 -34
  636. django-handyhelpers-0.3.20/handyhelpers/views/calendar.py +0 -104
  637. django-handyhelpers-0.3.20/handyhelpers/views/htmx.py +0 -151
  638. django-handyhelpers-0.3.20/handyhelpers/views/report.py +0 -368
  639. django-handyhelpers-0.3.20/requirements.txt +0 -11
  640. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/.github/workflows/python-publish.yaml +0 -0
  641. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/LICENSE +0 -0
  642. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/MANIFEST.in +0 -0
  643. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/README.md +0 -0
  644. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/django_handyhelpers.egg-info/dependency_links.txt +0 -0
  645. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/django_handyhelpers.egg-info/top_level.txt +0 -0
  646. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/docs/Makefile +0 -0
  647. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/docs/make.bat +0 -0
  648. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/docs/source/_static/internals.rst +0 -0
  649. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/docs/source/about.rst +0 -0
  650. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/docs/source/conf.py +0 -0
  651. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/docs/source/features.rst +0 -0
  652. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/docs/source/index.rst +0 -0
  653. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/docs/source/installation.rst +0 -0
  654. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/docs/source/internals.rst +0 -0
  655. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/docs/source/license.rst +0 -0
  656. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/docs/source/version_history.rst +0 -0
  657. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/apps.py +0 -0
  658. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/checks.py +0 -0
  659. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/context_processors.py +0 -0
  660. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/drf_permissions.py +0 -0
  661. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/lookups.py +0 -0
  662. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/management/__init__.py +0 -0
  663. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/management/commands/__init__.py +0 -0
  664. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/management/commands/_private.py +0 -0
  665. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/management/commands/add_superuser.py +0 -0
  666. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/management/commands/add_user.py +0 -0
  667. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/management/commands/admin_templates/admin.jinja +0 -0
  668. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/management/commands/create_admin.py +0 -0
  669. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/managers.py +0 -0
  670. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/middleware.py +0 -0
  671. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/mixins/__init__.py +0 -0
  672. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/mixins/viewset_mixins.py +0 -0
  673. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/models.py +0 -0
  674. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/permissions.py +0 -0
  675. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/querysets.py +0 -0
  676. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/css/handyhelper-cards.css +0 -0
  677. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/css/sidebar.css +0 -0
  678. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/css/zoom-cards.css +0 -0
  679. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/css/zoom-groups.css +0 -0
  680. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/js/zoom-cards.js +0 -0
  681. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/.yarn-integrity +0 -0
  682. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/LICENSE.txt +0 -0
  683. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/attribution.js +0 -0
  684. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/all.css +0 -0
  685. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/all.min.css +0 -0
  686. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/brands.css +0 -0
  687. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/brands.min.css +0 -0
  688. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/fontawesome.css +0 -0
  689. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/fontawesome.min.css +0 -0
  690. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/regular.css +0 -0
  691. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/regular.min.css +0 -0
  692. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/solid.css +0 -0
  693. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/solid.min.css +0 -0
  694. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/svg-with-js.css +0 -0
  695. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/svg-with-js.min.css +0 -0
  696. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/v4-font-face.css +0 -0
  697. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/v4-font-face.min.css +0 -0
  698. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/v4-shims.css +0 -0
  699. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css +0 -0
  700. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/v5-font-face.css +0 -0
  701. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/v5-font-face.min.css +0 -0
  702. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/all.js +0 -0
  703. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/all.min.js +0 -0
  704. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/brands.js +0 -0
  705. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/brands.min.js +0 -0
  706. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/conflict-detection.js +0 -0
  707. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/conflict-detection.min.js +0 -0
  708. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/fontawesome.js +0 -0
  709. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/fontawesome.min.js +0 -0
  710. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/regular.js +0 -0
  711. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/regular.min.js +0 -0
  712. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/solid.js +0 -0
  713. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/solid.min.js +0 -0
  714. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/v4-shims.js +0 -0
  715. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/v4-shims.min.js +0 -0
  716. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_animated.less +0 -0
  717. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_bordered-pulled.less +0 -0
  718. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_core.less +0 -0
  719. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_fixed-width.less +0 -0
  720. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_icons.less +0 -0
  721. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_list.less +0 -0
  722. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_mixins.less +0 -0
  723. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_rotated-flipped.less +0 -0
  724. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_screen-reader.less +0 -0
  725. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_shims.less +0 -0
  726. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_sizing.less +0 -0
  727. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_stacked.less +0 -0
  728. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_variables.less +0 -0
  729. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/brands.less +0 -0
  730. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/fontawesome.less +0 -0
  731. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/regular.less +0 -0
  732. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/solid.less +0 -0
  733. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/v4-shims.less +0 -0
  734. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/metadata/categories.yml +0 -0
  735. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/metadata/icon-families.json +0 -0
  736. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/metadata/icon-families.yml +0 -0
  737. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/metadata/icons.yml +0 -0
  738. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/metadata/shims.yml +0 -0
  739. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/metadata/sponsors.yml +0 -0
  740. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/package.json +0 -0
  741. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_animated.scss +0 -0
  742. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss +0 -0
  743. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_core.scss +0 -0
  744. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_fixed-width.scss +0 -0
  745. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_functions.scss +0 -0
  746. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_icons.scss +0 -0
  747. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_list.scss +0 -0
  748. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_mixins.scss +0 -0
  749. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss +0 -0
  750. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_screen-reader.scss +0 -0
  751. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_shims.scss +0 -0
  752. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss +0 -0
  753. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss +0 -0
  754. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_variables.scss +0 -0
  755. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/brands.scss +0 -0
  756. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss +0 -0
  757. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/regular.scss +0 -0
  758. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/solid.scss +0 -0
  759. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/v4-shims.scss +0 -0
  760. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/sprites/brands.svg +0 -0
  761. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/sprites/regular.svg +0 -0
  762. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/sprites/solid.svg +0 -0
  763. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/42-group.svg +0 -0
  764. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/500px.svg +0 -0
  765. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/accessible-icon.svg +0 -0
  766. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/accusoft.svg +0 -0
  767. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/adn.svg +0 -0
  768. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/adversal.svg +0 -0
  769. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/affiliatetheme.svg +0 -0
  770. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/airbnb.svg +0 -0
  771. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/algolia.svg +0 -0
  772. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/alipay.svg +0 -0
  773. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/amazon-pay.svg +0 -0
  774. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/amazon.svg +0 -0
  775. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/amilia.svg +0 -0
  776. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/android.svg +0 -0
  777. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/angellist.svg +0 -0
  778. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/angrycreative.svg +0 -0
  779. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/angular.svg +0 -0
  780. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/app-store-ios.svg +0 -0
  781. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/app-store.svg +0 -0
  782. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/apper.svg +0 -0
  783. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/apple-pay.svg +0 -0
  784. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/apple.svg +0 -0
  785. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/artstation.svg +0 -0
  786. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/asymmetrik.svg +0 -0
  787. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/atlassian.svg +0 -0
  788. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/audible.svg +0 -0
  789. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/autoprefixer.svg +0 -0
  790. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/avianex.svg +0 -0
  791. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/aviato.svg +0 -0
  792. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/aws.svg +0 -0
  793. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bandcamp.svg +0 -0
  794. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/battle-net.svg +0 -0
  795. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/behance.svg +0 -0
  796. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bilibili.svg +0 -0
  797. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bimobject.svg +0 -0
  798. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bitbucket.svg +0 -0
  799. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bitcoin.svg +0 -0
  800. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bity.svg +0 -0
  801. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/black-tie.svg +0 -0
  802. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/blackberry.svg +0 -0
  803. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/blogger-b.svg +0 -0
  804. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/blogger.svg +0 -0
  805. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bluetooth-b.svg +0 -0
  806. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bluetooth.svg +0 -0
  807. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bootstrap.svg +0 -0
  808. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bots.svg +0 -0
  809. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/btc.svg +0 -0
  810. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/buffer.svg +0 -0
  811. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/buromobelexperte.svg +0 -0
  812. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/buy-n-large.svg +0 -0
  813. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/buysellads.svg +0 -0
  814. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/canadian-maple-leaf.svg +0 -0
  815. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-amazon-pay.svg +0 -0
  816. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-amex.svg +0 -0
  817. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-apple-pay.svg +0 -0
  818. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-diners-club.svg +0 -0
  819. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-discover.svg +0 -0
  820. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-jcb.svg +0 -0
  821. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-mastercard.svg +0 -0
  822. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-paypal.svg +0 -0
  823. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-stripe.svg +0 -0
  824. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-visa.svg +0 -0
  825. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/centercode.svg +0 -0
  826. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/centos.svg +0 -0
  827. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/chrome.svg +0 -0
  828. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/chromecast.svg +0 -0
  829. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cloudflare.svg +0 -0
  830. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cloudscale.svg +0 -0
  831. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cloudsmith.svg +0 -0
  832. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cloudversify.svg +0 -0
  833. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cmplid.svg +0 -0
  834. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/codepen.svg +0 -0
  835. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/codiepie.svg +0 -0
  836. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/confluence.svg +0 -0
  837. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/connectdevelop.svg +0 -0
  838. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/contao.svg +0 -0
  839. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cotton-bureau.svg +0 -0
  840. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cpanel.svg +0 -0
  841. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-by.svg +0 -0
  842. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc-eu.svg +0 -0
  843. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc-jp.svg +0 -0
  844. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc.svg +0 -0
  845. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nd.svg +0 -0
  846. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-pd-alt.svg +0 -0
  847. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-pd.svg +0 -0
  848. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-remix.svg +0 -0
  849. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sa.svg +0 -0
  850. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sampling-plus.svg +0 -0
  851. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sampling.svg +0 -0
  852. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-share.svg +0 -0
  853. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-zero.svg +0 -0
  854. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons.svg +0 -0
  855. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/critical-role.svg +0 -0
  856. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/css3-alt.svg +0 -0
  857. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/css3.svg +0 -0
  858. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cuttlefish.svg +0 -0
  859. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/d-and-d-beyond.svg +0 -0
  860. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/d-and-d.svg +0 -0
  861. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dailymotion.svg +0 -0
  862. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dashcube.svg +0 -0
  863. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/deezer.svg +0 -0
  864. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/delicious.svg +0 -0
  865. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/deploydog.svg +0 -0
  866. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/deskpro.svg +0 -0
  867. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dev.svg +0 -0
  868. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/deviantart.svg +0 -0
  869. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dhl.svg +0 -0
  870. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/diaspora.svg +0 -0
  871. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/digg.svg +0 -0
  872. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/digital-ocean.svg +0 -0
  873. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/discord.svg +0 -0
  874. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/discourse.svg +0 -0
  875. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dochub.svg +0 -0
  876. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/docker.svg +0 -0
  877. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/draft2digital.svg +0 -0
  878. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dribbble.svg +0 -0
  879. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dropbox.svg +0 -0
  880. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/drupal.svg +0 -0
  881. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dyalog.svg +0 -0
  882. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/earlybirds.svg +0 -0
  883. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ebay.svg +0 -0
  884. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/edge-legacy.svg +0 -0
  885. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/edge.svg +0 -0
  886. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/elementor.svg +0 -0
  887. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ello.svg +0 -0
  888. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ember.svg +0 -0
  889. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/empire.svg +0 -0
  890. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/envira.svg +0 -0
  891. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/erlang.svg +0 -0
  892. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ethereum.svg +0 -0
  893. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/etsy.svg +0 -0
  894. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/evernote.svg +0 -0
  895. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/expeditedssl.svg +0 -0
  896. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/facebook-f.svg +0 -0
  897. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/facebook-messenger.svg +0 -0
  898. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/facebook.svg +0 -0
  899. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fantasy-flight-games.svg +0 -0
  900. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fedex.svg +0 -0
  901. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fedora.svg +0 -0
  902. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/figma.svg +0 -0
  903. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/firefox-browser.svg +0 -0
  904. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/firefox.svg +0 -0
  905. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/first-order-alt.svg +0 -0
  906. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/first-order.svg +0 -0
  907. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/firstdraft.svg +0 -0
  908. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/flickr.svg +0 -0
  909. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/flipboard.svg +0 -0
  910. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fly.svg +0 -0
  911. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/font-awesome.svg +0 -0
  912. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fonticons-fi.svg +0 -0
  913. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fonticons.svg +0 -0
  914. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fort-awesome-alt.svg +0 -0
  915. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fort-awesome.svg +0 -0
  916. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/forumbee.svg +0 -0
  917. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/foursquare.svg +0 -0
  918. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/free-code-camp.svg +0 -0
  919. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/freebsd.svg +0 -0
  920. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fulcrum.svg +0 -0
  921. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/galactic-republic.svg +0 -0
  922. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/galactic-senate.svg +0 -0
  923. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/get-pocket.svg +0 -0
  924. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gg-circle.svg +0 -0
  925. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gg.svg +0 -0
  926. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/git-alt.svg +0 -0
  927. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/git.svg +0 -0
  928. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/github-alt.svg +0 -0
  929. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/github.svg +0 -0
  930. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gitkraken.svg +0 -0
  931. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gitlab.svg +0 -0
  932. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gitter.svg +0 -0
  933. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/glide-g.svg +0 -0
  934. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/glide.svg +0 -0
  935. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gofore.svg +0 -0
  936. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/golang.svg +0 -0
  937. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/goodreads-g.svg +0 -0
  938. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/goodreads.svg +0 -0
  939. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google-drive.svg +0 -0
  940. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google-pay.svg +0 -0
  941. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google-play.svg +0 -0
  942. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google-plus-g.svg +0 -0
  943. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google-plus.svg +0 -0
  944. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google-wallet.svg +0 -0
  945. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google.svg +0 -0
  946. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gratipay.svg +0 -0
  947. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/grav.svg +0 -0
  948. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gripfire.svg +0 -0
  949. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/grunt.svg +0 -0
  950. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/guilded.svg +0 -0
  951. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gulp.svg +0 -0
  952. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hacker-news.svg +0 -0
  953. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hackerrank.svg +0 -0
  954. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hashnode.svg +0 -0
  955. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hips.svg +0 -0
  956. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hire-a-helper.svg +0 -0
  957. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hive.svg +0 -0
  958. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hooli.svg +0 -0
  959. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hornbill.svg +0 -0
  960. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hotjar.svg +0 -0
  961. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/houzz.svg +0 -0
  962. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/html5.svg +0 -0
  963. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hubspot.svg +0 -0
  964. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ideal.svg +0 -0
  965. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/imdb.svg +0 -0
  966. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/instagram.svg +0 -0
  967. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/instalod.svg +0 -0
  968. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/intercom.svg +0 -0
  969. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/internet-explorer.svg +0 -0
  970. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/invision.svg +0 -0
  971. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ioxhost.svg +0 -0
  972. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/itch-io.svg +0 -0
  973. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/itunes-note.svg +0 -0
  974. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/itunes.svg +0 -0
  975. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/java.svg +0 -0
  976. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/jedi-order.svg +0 -0
  977. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/jenkins.svg +0 -0
  978. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/jira.svg +0 -0
  979. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/joget.svg +0 -0
  980. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/joomla.svg +0 -0
  981. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/js.svg +0 -0
  982. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/jsfiddle.svg +0 -0
  983. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/kaggle.svg +0 -0
  984. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/keybase.svg +0 -0
  985. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/keycdn.svg +0 -0
  986. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/kickstarter-k.svg +0 -0
  987. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/kickstarter.svg +0 -0
  988. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/korvue.svg +0 -0
  989. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/laravel.svg +0 -0
  990. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/lastfm.svg +0 -0
  991. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/leanpub.svg +0 -0
  992. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/less.svg +0 -0
  993. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/line.svg +0 -0
  994. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/linkedin-in.svg +0 -0
  995. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/linkedin.svg +0 -0
  996. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/linode.svg +0 -0
  997. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/linux.svg +0 -0
  998. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/lyft.svg +0 -0
  999. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/magento.svg +0 -0
  1000. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mailchimp.svg +0 -0
  1001. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mandalorian.svg +0 -0
  1002. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/markdown.svg +0 -0
  1003. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mastodon.svg +0 -0
  1004. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/maxcdn.svg +0 -0
  1005. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mdb.svg +0 -0
  1006. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/medapps.svg +0 -0
  1007. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/medium.svg +0 -0
  1008. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/medrt.svg +0 -0
  1009. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/meetup.svg +0 -0
  1010. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/megaport.svg +0 -0
  1011. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mendeley.svg +0 -0
  1012. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/meta.svg +0 -0
  1013. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/microblog.svg +0 -0
  1014. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/microsoft.svg +0 -0
  1015. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mix.svg +0 -0
  1016. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mixcloud.svg +0 -0
  1017. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mixer.svg +0 -0
  1018. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mizuni.svg +0 -0
  1019. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/modx.svg +0 -0
  1020. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/monero.svg +0 -0
  1021. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/napster.svg +0 -0
  1022. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/neos.svg +0 -0
  1023. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/nfc-directional.svg +0 -0
  1024. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/nfc-symbol.svg +0 -0
  1025. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/nimblr.svg +0 -0
  1026. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/node-js.svg +0 -0
  1027. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/node.svg +0 -0
  1028. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/npm.svg +0 -0
  1029. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ns8.svg +0 -0
  1030. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/nutritionix.svg +0 -0
  1031. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/octopus-deploy.svg +0 -0
  1032. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/odnoklassniki.svg +0 -0
  1033. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/old-republic.svg +0 -0
  1034. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/opencart.svg +0 -0
  1035. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/openid.svg +0 -0
  1036. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/opera.svg +0 -0
  1037. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/optin-monster.svg +0 -0
  1038. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/orcid.svg +0 -0
  1039. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/osi.svg +0 -0
  1040. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/padlet.svg +0 -0
  1041. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/page4.svg +0 -0
  1042. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pagelines.svg +0 -0
  1043. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/palfed.svg +0 -0
  1044. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/patreon.svg +0 -0
  1045. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/paypal.svg +0 -0
  1046. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/perbyte.svg +0 -0
  1047. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/periscope.svg +0 -0
  1048. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/phabricator.svg +0 -0
  1049. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/phoenix-framework.svg +0 -0
  1050. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/phoenix-squadron.svg +0 -0
  1051. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/php.svg +0 -0
  1052. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pied-piper-alt.svg +0 -0
  1053. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pied-piper-hat.svg +0 -0
  1054. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pied-piper-pp.svg +0 -0
  1055. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pied-piper.svg +0 -0
  1056. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pinterest-p.svg +0 -0
  1057. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pinterest.svg +0 -0
  1058. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pix.svg +0 -0
  1059. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/playstation.svg +0 -0
  1060. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/product-hunt.svg +0 -0
  1061. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pushed.svg +0 -0
  1062. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/python.svg +0 -0
  1063. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/qq.svg +0 -0
  1064. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/quinscape.svg +0 -0
  1065. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/quora.svg +0 -0
  1066. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/r-project.svg +0 -0
  1067. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/raspberry-pi.svg +0 -0
  1068. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ravelry.svg +0 -0
  1069. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/react.svg +0 -0
  1070. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/reacteurope.svg +0 -0
  1071. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/readme.svg +0 -0
  1072. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/rebel.svg +0 -0
  1073. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/red-river.svg +0 -0
  1074. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/reddit-alien.svg +0 -0
  1075. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/reddit.svg +0 -0
  1076. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/redhat.svg +0 -0
  1077. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/renren.svg +0 -0
  1078. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/replyd.svg +0 -0
  1079. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/researchgate.svg +0 -0
  1080. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/resolving.svg +0 -0
  1081. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/rev.svg +0 -0
  1082. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/rocketchat.svg +0 -0
  1083. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/rockrms.svg +0 -0
  1084. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/rust.svg +0 -0
  1085. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/safari.svg +0 -0
  1086. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/salesforce.svg +0 -0
  1087. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sass.svg +0 -0
  1088. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/schlix.svg +0 -0
  1089. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/screenpal.svg +0 -0
  1090. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/scribd.svg +0 -0
  1091. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/searchengin.svg +0 -0
  1092. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sellcast.svg +0 -0
  1093. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sellsy.svg +0 -0
  1094. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/servicestack.svg +0 -0
  1095. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/shirtsinbulk.svg +0 -0
  1096. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/shopify.svg +0 -0
  1097. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/shopware.svg +0 -0
  1098. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/simplybuilt.svg +0 -0
  1099. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sistrix.svg +0 -0
  1100. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sith.svg +0 -0
  1101. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sitrox.svg +0 -0
  1102. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sketch.svg +0 -0
  1103. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/skyatlas.svg +0 -0
  1104. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/skype.svg +0 -0
  1105. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/slack.svg +0 -0
  1106. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/slideshare.svg +0 -0
  1107. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/snapchat.svg +0 -0
  1108. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/soundcloud.svg +0 -0
  1109. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sourcetree.svg +0 -0
  1110. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/space-awesome.svg +0 -0
  1111. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/speakap.svg +0 -0
  1112. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/speaker-deck.svg +0 -0
  1113. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/spotify.svg +0 -0
  1114. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-behance.svg +0 -0
  1115. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-dribbble.svg +0 -0
  1116. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-facebook.svg +0 -0
  1117. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-font-awesome-stroke.svg +0 -0
  1118. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-font-awesome.svg +0 -0
  1119. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-git.svg +0 -0
  1120. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-github.svg +0 -0
  1121. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-gitlab.svg +0 -0
  1122. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-google-plus.svg +0 -0
  1123. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-hacker-news.svg +0 -0
  1124. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-instagram.svg +0 -0
  1125. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-js.svg +0 -0
  1126. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-lastfm.svg +0 -0
  1127. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-odnoklassniki.svg +0 -0
  1128. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-pied-piper.svg +0 -0
  1129. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-pinterest.svg +0 -0
  1130. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-reddit.svg +0 -0
  1131. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-snapchat.svg +0 -0
  1132. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-steam.svg +0 -0
  1133. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-tumblr.svg +0 -0
  1134. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-twitter.svg +0 -0
  1135. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-viadeo.svg +0 -0
  1136. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-vimeo.svg +0 -0
  1137. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-whatsapp.svg +0 -0
  1138. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-xing.svg +0 -0
  1139. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-youtube.svg +0 -0
  1140. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/squarespace.svg +0 -0
  1141. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stack-exchange.svg +0 -0
  1142. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stack-overflow.svg +0 -0
  1143. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stackpath.svg +0 -0
  1144. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/staylinked.svg +0 -0
  1145. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/steam-symbol.svg +0 -0
  1146. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/steam.svg +0 -0
  1147. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sticker-mule.svg +0 -0
  1148. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/strava.svg +0 -0
  1149. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stripe-s.svg +0 -0
  1150. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stripe.svg +0 -0
  1151. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/studiovinari.svg +0 -0
  1152. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stumbleupon-circle.svg +0 -0
  1153. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stumbleupon.svg +0 -0
  1154. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/superpowers.svg +0 -0
  1155. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/supple.svg +0 -0
  1156. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/suse.svg +0 -0
  1157. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/swift.svg +0 -0
  1158. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/symfony.svg +0 -0
  1159. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/teamspeak.svg +0 -0
  1160. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/telegram.svg +0 -0
  1161. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/tencent-weibo.svg +0 -0
  1162. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/the-red-yeti.svg +0 -0
  1163. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/themeco.svg +0 -0
  1164. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/themeisle.svg +0 -0
  1165. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/think-peaks.svg +0 -0
  1166. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/tiktok.svg +0 -0
  1167. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/trade-federation.svg +0 -0
  1168. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/trello.svg +0 -0
  1169. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/tumblr.svg +0 -0
  1170. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/twitch.svg +0 -0
  1171. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/twitter.svg +0 -0
  1172. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/typo3.svg +0 -0
  1173. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/uber.svg +0 -0
  1174. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ubuntu.svg +0 -0
  1175. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/uikit.svg +0 -0
  1176. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/umbraco.svg +0 -0
  1177. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/uncharted.svg +0 -0
  1178. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/uniregistry.svg +0 -0
  1179. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/unity.svg +0 -0
  1180. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/unsplash.svg +0 -0
  1181. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/untappd.svg +0 -0
  1182. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ups.svg +0 -0
  1183. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/usb.svg +0 -0
  1184. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/usps.svg +0 -0
  1185. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ussunnah.svg +0 -0
  1186. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vaadin.svg +0 -0
  1187. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/viacoin.svg +0 -0
  1188. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/viadeo.svg +0 -0
  1189. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/viber.svg +0 -0
  1190. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vimeo-v.svg +0 -0
  1191. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vimeo.svg +0 -0
  1192. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vine.svg +0 -0
  1193. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vk.svg +0 -0
  1194. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vnv.svg +0 -0
  1195. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vuejs.svg +0 -0
  1196. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/watchman-monitoring.svg +0 -0
  1197. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/waze.svg +0 -0
  1198. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/weebly.svg +0 -0
  1199. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/weibo.svg +0 -0
  1200. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/weixin.svg +0 -0
  1201. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/whatsapp.svg +0 -0
  1202. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/whmcs.svg +0 -0
  1203. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wikipedia-w.svg +0 -0
  1204. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/windows.svg +0 -0
  1205. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wirsindhandwerk.svg +0 -0
  1206. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wix.svg +0 -0
  1207. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wizards-of-the-coast.svg +0 -0
  1208. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wodu.svg +0 -0
  1209. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wolf-pack-battalion.svg +0 -0
  1210. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wordpress-simple.svg +0 -0
  1211. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wordpress.svg +0 -0
  1212. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wpbeginner.svg +0 -0
  1213. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wpexplorer.svg +0 -0
  1214. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wpforms.svg +0 -0
  1215. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wpressr.svg +0 -0
  1216. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/xbox.svg +0 -0
  1217. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/xing.svg +0 -0
  1218. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/y-combinator.svg +0 -0
  1219. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yahoo.svg +0 -0
  1220. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yammer.svg +0 -0
  1221. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yandex-international.svg +0 -0
  1222. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yandex.svg +0 -0
  1223. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yarn.svg +0 -0
  1224. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yelp.svg +0 -0
  1225. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yoast.svg +0 -0
  1226. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/youtube.svg +0 -0
  1227. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/zhihu.svg +0 -0
  1228. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/address-book.svg +0 -0
  1229. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/address-card.svg +0 -0
  1230. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/bell-slash.svg +0 -0
  1231. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/bell.svg +0 -0
  1232. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/bookmark.svg +0 -0
  1233. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/building.svg +0 -0
  1234. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/calendar-check.svg +0 -0
  1235. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/calendar-days.svg +0 -0
  1236. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/calendar-minus.svg +0 -0
  1237. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/calendar-plus.svg +0 -0
  1238. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/calendar-xmark.svg +0 -0
  1239. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/calendar.svg +0 -0
  1240. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chart-bar.svg +0 -0
  1241. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chess-bishop.svg +0 -0
  1242. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chess-king.svg +0 -0
  1243. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chess-knight.svg +0 -0
  1244. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chess-pawn.svg +0 -0
  1245. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chess-queen.svg +0 -0
  1246. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chess-rook.svg +0 -0
  1247. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-check.svg +0 -0
  1248. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-dot.svg +0 -0
  1249. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-down.svg +0 -0
  1250. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-left.svg +0 -0
  1251. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-pause.svg +0 -0
  1252. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-play.svg +0 -0
  1253. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-question.svg +0 -0
  1254. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-right.svg +0 -0
  1255. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-stop.svg +0 -0
  1256. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-up.svg +0 -0
  1257. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-user.svg +0 -0
  1258. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-xmark.svg +0 -0
  1259. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle.svg +0 -0
  1260. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/clipboard.svg +0 -0
  1261. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/clock.svg +0 -0
  1262. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/clone.svg +0 -0
  1263. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/closed-captioning.svg +0 -0
  1264. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/comment-dots.svg +0 -0
  1265. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/comment.svg +0 -0
  1266. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/comments.svg +0 -0
  1267. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/compass.svg +0 -0
  1268. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/copy.svg +0 -0
  1269. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/copyright.svg +0 -0
  1270. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/credit-card.svg +0 -0
  1271. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/envelope-open.svg +0 -0
  1272. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/envelope.svg +0 -0
  1273. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/eye-slash.svg +0 -0
  1274. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/eye.svg +0 -0
  1275. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-angry.svg +0 -0
  1276. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-dizzy.svg +0 -0
  1277. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-flushed.svg +0 -0
  1278. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-frown-open.svg +0 -0
  1279. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-frown.svg +0 -0
  1280. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grimace.svg +0 -0
  1281. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-beam-sweat.svg +0 -0
  1282. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-beam.svg +0 -0
  1283. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-hearts.svg +0 -0
  1284. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-squint-tears.svg +0 -0
  1285. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-squint.svg +0 -0
  1286. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-stars.svg +0 -0
  1287. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-tears.svg +0 -0
  1288. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-tongue-squint.svg +0 -0
  1289. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-tongue-wink.svg +0 -0
  1290. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-tongue.svg +0 -0
  1291. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-wide.svg +0 -0
  1292. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-wink.svg +0 -0
  1293. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin.svg +0 -0
  1294. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-kiss-beam.svg +0 -0
  1295. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-kiss-wink-heart.svg +0 -0
  1296. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-kiss.svg +0 -0
  1297. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-laugh-beam.svg +0 -0
  1298. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-laugh-squint.svg +0 -0
  1299. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-laugh-wink.svg +0 -0
  1300. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-laugh.svg +0 -0
  1301. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-meh-blank.svg +0 -0
  1302. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-meh.svg +0 -0
  1303. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-rolling-eyes.svg +0 -0
  1304. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-sad-cry.svg +0 -0
  1305. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-sad-tear.svg +0 -0
  1306. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-smile-beam.svg +0 -0
  1307. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-smile-wink.svg +0 -0
  1308. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-smile.svg +0 -0
  1309. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-surprise.svg +0 -0
  1310. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-tired.svg +0 -0
  1311. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-audio.svg +0 -0
  1312. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-code.svg +0 -0
  1313. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-excel.svg +0 -0
  1314. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-image.svg +0 -0
  1315. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-lines.svg +0 -0
  1316. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-pdf.svg +0 -0
  1317. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-powerpoint.svg +0 -0
  1318. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-video.svg +0 -0
  1319. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-word.svg +0 -0
  1320. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-zipper.svg +0 -0
  1321. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file.svg +0 -0
  1322. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/flag.svg +0 -0
  1323. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/floppy-disk.svg +0 -0
  1324. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/folder-closed.svg +0 -0
  1325. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/folder-open.svg +0 -0
  1326. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/folder.svg +0 -0
  1327. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/font-awesome.svg +0 -0
  1328. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/futbol.svg +0 -0
  1329. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/gem.svg +0 -0
  1330. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-back-fist.svg +0 -0
  1331. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-lizard.svg +0 -0
  1332. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-peace.svg +0 -0
  1333. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-point-down.svg +0 -0
  1334. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-point-left.svg +0 -0
  1335. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-point-right.svg +0 -0
  1336. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-point-up.svg +0 -0
  1337. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-pointer.svg +0 -0
  1338. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-scissors.svg +0 -0
  1339. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-spock.svg +0 -0
  1340. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand.svg +0 -0
  1341. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/handshake.svg +0 -0
  1342. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hard-drive.svg +0 -0
  1343. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/heart.svg +0 -0
  1344. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hospital.svg +0 -0
  1345. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hourglass-half.svg +0 -0
  1346. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hourglass.svg +0 -0
  1347. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/id-badge.svg +0 -0
  1348. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/id-card.svg +0 -0
  1349. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/image.svg +0 -0
  1350. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/images.svg +0 -0
  1351. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/keyboard.svg +0 -0
  1352. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/lemon.svg +0 -0
  1353. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/life-ring.svg +0 -0
  1354. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/lightbulb.svg +0 -0
  1355. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/map.svg +0 -0
  1356. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/message.svg +0 -0
  1357. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/money-bill-1.svg +0 -0
  1358. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/moon.svg +0 -0
  1359. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/newspaper.svg +0 -0
  1360. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/note-sticky.svg +0 -0
  1361. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/object-group.svg +0 -0
  1362. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/object-ungroup.svg +0 -0
  1363. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/paper-plane.svg +0 -0
  1364. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/paste.svg +0 -0
  1365. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/pen-to-square.svg +0 -0
  1366. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/rectangle-list.svg +0 -0
  1367. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/rectangle-xmark.svg +0 -0
  1368. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/registered.svg +0 -0
  1369. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/share-from-square.svg +0 -0
  1370. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/snowflake.svg +0 -0
  1371. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-caret-down.svg +0 -0
  1372. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-caret-left.svg +0 -0
  1373. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-caret-right.svg +0 -0
  1374. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-caret-up.svg +0 -0
  1375. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-check.svg +0 -0
  1376. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-full.svg +0 -0
  1377. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-minus.svg +0 -0
  1378. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-plus.svg +0 -0
  1379. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square.svg +0 -0
  1380. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/star-half-stroke.svg +0 -0
  1381. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/star-half.svg +0 -0
  1382. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/star.svg +0 -0
  1383. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/sun.svg +0 -0
  1384. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/thumbs-down.svg +0 -0
  1385. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/thumbs-up.svg +0 -0
  1386. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/trash-can.svg +0 -0
  1387. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/user.svg +0 -0
  1388. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/window-maximize.svg +0 -0
  1389. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/window-minimize.svg +0 -0
  1390. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/window-restore.svg +0 -0
  1391. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/0.svg +0 -0
  1392. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/1.svg +0 -0
  1393. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/2.svg +0 -0
  1394. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/3.svg +0 -0
  1395. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/4.svg +0 -0
  1396. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/5.svg +0 -0
  1397. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/6.svg +0 -0
  1398. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/7.svg +0 -0
  1399. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/8.svg +0 -0
  1400. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/9.svg +0 -0
  1401. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/a.svg +0 -0
  1402. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/address-book.svg +0 -0
  1403. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/address-card.svg +0 -0
  1404. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/align-center.svg +0 -0
  1405. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/align-justify.svg +0 -0
  1406. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/align-left.svg +0 -0
  1407. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/align-right.svg +0 -0
  1408. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/anchor-circle-check.svg +0 -0
  1409. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/anchor-circle-exclamation.svg +0 -0
  1410. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/anchor-circle-xmark.svg +0 -0
  1411. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/anchor-lock.svg +0 -0
  1412. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/anchor.svg +0 -0
  1413. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angle-down.svg +0 -0
  1414. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angle-left.svg +0 -0
  1415. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angle-right.svg +0 -0
  1416. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angle-up.svg +0 -0
  1417. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angles-down.svg +0 -0
  1418. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angles-left.svg +0 -0
  1419. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angles-right.svg +0 -0
  1420. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angles-up.svg +0 -0
  1421. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ankh.svg +0 -0
  1422. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/apple-whole.svg +0 -0
  1423. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/archway.svg +0 -0
  1424. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-1-9.svg +0 -0
  1425. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-9-1.svg +0 -0
  1426. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-a-z.svg +0 -0
  1427. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-long.svg +0 -0
  1428. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-short-wide.svg +0 -0
  1429. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-up-across-line.svg +0 -0
  1430. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-up-lock.svg +0 -0
  1431. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-wide-short.svg +0 -0
  1432. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-z-a.svg +0 -0
  1433. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down.svg +0 -0
  1434. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-left-long.svg +0 -0
  1435. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-left.svg +0 -0
  1436. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-pointer.svg +0 -0
  1437. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right-arrow-left.svg +0 -0
  1438. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right-from-bracket.svg +0 -0
  1439. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right-long.svg +0 -0
  1440. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right-to-bracket.svg +0 -0
  1441. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right-to-city.svg +0 -0
  1442. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right.svg +0 -0
  1443. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-rotate-left.svg +0 -0
  1444. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-rotate-right.svg +0 -0
  1445. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-trend-down.svg +0 -0
  1446. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-trend-up.svg +0 -0
  1447. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-turn-down.svg +0 -0
  1448. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-turn-up.svg +0 -0
  1449. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-1-9.svg +0 -0
  1450. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-9-1.svg +0 -0
  1451. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-a-z.svg +0 -0
  1452. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-from-bracket.svg +0 -0
  1453. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-from-ground-water.svg +0 -0
  1454. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-from-water-pump.svg +0 -0
  1455. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-long.svg +0 -0
  1456. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-right-dots.svg +0 -0
  1457. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-right-from-square.svg +0 -0
  1458. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-short-wide.svg +0 -0
  1459. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-wide-short.svg +0 -0
  1460. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-z-a.svg +0 -0
  1461. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up.svg +0 -0
  1462. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-down-to-line.svg +0 -0
  1463. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-down-to-people.svg +0 -0
  1464. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-left-right-to-line.svg +0 -0
  1465. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-left-right.svg +0 -0
  1466. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-rotate.svg +0 -0
  1467. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-spin.svg +0 -0
  1468. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-split-up-and-left.svg +0 -0
  1469. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-to-circle.svg +0 -0
  1470. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-to-dot.svg +0 -0
  1471. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-to-eye.svg +0 -0
  1472. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-turn-right.svg +0 -0
  1473. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-turn-to-dots.svg +0 -0
  1474. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-up-down-left-right.svg +0 -0
  1475. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-up-down.svg +0 -0
  1476. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-up-to-line.svg +0 -0
  1477. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/asterisk.svg +0 -0
  1478. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/at.svg +0 -0
  1479. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/atom.svg +0 -0
  1480. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/audio-description.svg +0 -0
  1481. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/austral-sign.svg +0 -0
  1482. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/award.svg +0 -0
  1483. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/b.svg +0 -0
  1484. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/baby-carriage.svg +0 -0
  1485. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/baby.svg +0 -0
  1486. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/backward-fast.svg +0 -0
  1487. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/backward-step.svg +0 -0
  1488. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/backward.svg +0 -0
  1489. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bacon.svg +0 -0
  1490. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bacteria.svg +0 -0
  1491. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bacterium.svg +0 -0
  1492. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bag-shopping.svg +0 -0
  1493. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bahai.svg +0 -0
  1494. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/baht-sign.svg +0 -0
  1495. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ban-smoking.svg +0 -0
  1496. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ban.svg +0 -0
  1497. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bandage.svg +0 -0
  1498. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/barcode.svg +0 -0
  1499. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bars-progress.svg +0 -0
  1500. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bars-staggered.svg +0 -0
  1501. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bars.svg +0 -0
  1502. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/baseball-bat-ball.svg +0 -0
  1503. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/baseball.svg +0 -0
  1504. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/basket-shopping.svg +0 -0
  1505. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/basketball.svg +0 -0
  1506. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bath.svg +0 -0
  1507. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/battery-empty.svg +0 -0
  1508. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/battery-full.svg +0 -0
  1509. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/battery-half.svg +0 -0
  1510. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/battery-quarter.svg +0 -0
  1511. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/battery-three-quarters.svg +0 -0
  1512. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bed-pulse.svg +0 -0
  1513. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bed.svg +0 -0
  1514. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/beer-mug-empty.svg +0 -0
  1515. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bell-concierge.svg +0 -0
  1516. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bell-slash.svg +0 -0
  1517. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bell.svg +0 -0
  1518. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bezier-curve.svg +0 -0
  1519. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bicycle.svg +0 -0
  1520. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/binoculars.svg +0 -0
  1521. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/biohazard.svg +0 -0
  1522. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bitcoin-sign.svg +0 -0
  1523. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/blender-phone.svg +0 -0
  1524. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/blender.svg +0 -0
  1525. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/blog.svg +0 -0
  1526. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bold.svg +0 -0
  1527. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bolt-lightning.svg +0 -0
  1528. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bolt.svg +0 -0
  1529. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bomb.svg +0 -0
  1530. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bone.svg +0 -0
  1531. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bong.svg +0 -0
  1532. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-atlas.svg +0 -0
  1533. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-bible.svg +0 -0
  1534. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-bookmark.svg +0 -0
  1535. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-journal-whills.svg +0 -0
  1536. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-medical.svg +0 -0
  1537. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-open-reader.svg +0 -0
  1538. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-open.svg +0 -0
  1539. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-quran.svg +0 -0
  1540. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-skull.svg +0 -0
  1541. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-tanakh.svg +0 -0
  1542. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book.svg +0 -0
  1543. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bookmark.svg +0 -0
  1544. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/border-all.svg +0 -0
  1545. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/border-none.svg +0 -0
  1546. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/border-top-left.svg +0 -0
  1547. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bore-hole.svg +0 -0
  1548. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bottle-droplet.svg +0 -0
  1549. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bottle-water.svg +0 -0
  1550. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bowl-food.svg +0 -0
  1551. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bowl-rice.svg +0 -0
  1552. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bowling-ball.svg +0 -0
  1553. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/box-archive.svg +0 -0
  1554. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/box-open.svg +0 -0
  1555. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/box-tissue.svg +0 -0
  1556. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/box.svg +0 -0
  1557. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/boxes-packing.svg +0 -0
  1558. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/boxes-stacked.svg +0 -0
  1559. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/braille.svg +0 -0
  1560. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/brain.svg +0 -0
  1561. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/brazilian-real-sign.svg +0 -0
  1562. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bread-slice.svg +0 -0
  1563. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bridge-circle-check.svg +0 -0
  1564. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bridge-circle-exclamation.svg +0 -0
  1565. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bridge-circle-xmark.svg +0 -0
  1566. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bridge-lock.svg +0 -0
  1567. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bridge-water.svg +0 -0
  1568. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bridge.svg +0 -0
  1569. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/briefcase-medical.svg +0 -0
  1570. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/briefcase.svg +0 -0
  1571. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/broom-ball.svg +0 -0
  1572. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/broom.svg +0 -0
  1573. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/brush.svg +0 -0
  1574. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bucket.svg +0 -0
  1575. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bug-slash.svg +0 -0
  1576. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bug.svg +0 -0
  1577. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bugs.svg +0 -0
  1578. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-circle-arrow-right.svg +0 -0
  1579. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-circle-check.svg +0 -0
  1580. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-circle-exclamation.svg +0 -0
  1581. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-circle-xmark.svg +0 -0
  1582. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-columns.svg +0 -0
  1583. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-flag.svg +0 -0
  1584. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-lock.svg +0 -0
  1585. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-ngo.svg +0 -0
  1586. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-shield.svg +0 -0
  1587. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-un.svg +0 -0
  1588. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-user.svg +0 -0
  1589. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-wheat.svg +0 -0
  1590. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building.svg +0 -0
  1591. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bullhorn.svg +0 -0
  1592. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bullseye.svg +0 -0
  1593. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/burger.svg +0 -0
  1594. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/burst.svg +0 -0
  1595. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bus-simple.svg +0 -0
  1596. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bus.svg +0 -0
  1597. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/business-time.svg +0 -0
  1598. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/c.svg +0 -0
  1599. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cable-car.svg +0 -0
  1600. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cake-candles.svg +0 -0
  1601. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calculator.svg +0 -0
  1602. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-check.svg +0 -0
  1603. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-day.svg +0 -0
  1604. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-days.svg +0 -0
  1605. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-minus.svg +0 -0
  1606. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-plus.svg +0 -0
  1607. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-week.svg +0 -0
  1608. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-xmark.svg +0 -0
  1609. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar.svg +0 -0
  1610. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/camera-retro.svg +0 -0
  1611. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/camera-rotate.svg +0 -0
  1612. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/camera.svg +0 -0
  1613. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/campground.svg +0 -0
  1614. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/candy-cane.svg +0 -0
  1615. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cannabis.svg +0 -0
  1616. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/capsules.svg +0 -0
  1617. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car-battery.svg +0 -0
  1618. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car-burst.svg +0 -0
  1619. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car-on.svg +0 -0
  1620. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car-rear.svg +0 -0
  1621. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car-side.svg +0 -0
  1622. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car-tunnel.svg +0 -0
  1623. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car.svg +0 -0
  1624. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/caravan.svg +0 -0
  1625. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/caret-down.svg +0 -0
  1626. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/caret-left.svg +0 -0
  1627. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/caret-right.svg +0 -0
  1628. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/caret-up.svg +0 -0
  1629. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/carrot.svg +0 -0
  1630. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cart-arrow-down.svg +0 -0
  1631. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cart-flatbed-suitcase.svg +0 -0
  1632. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cart-flatbed.svg +0 -0
  1633. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cart-plus.svg +0 -0
  1634. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cart-shopping.svg +0 -0
  1635. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cash-register.svg +0 -0
  1636. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cat.svg +0 -0
  1637. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cedi-sign.svg +0 -0
  1638. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cent-sign.svg +0 -0
  1639. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/certificate.svg +0 -0
  1640. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chair.svg +0 -0
  1641. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chalkboard-user.svg +0 -0
  1642. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chalkboard.svg +0 -0
  1643. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/champagne-glasses.svg +0 -0
  1644. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/charging-station.svg +0 -0
  1645. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-area.svg +0 -0
  1646. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-bar.svg +0 -0
  1647. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-column.svg +0 -0
  1648. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-gantt.svg +0 -0
  1649. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-line.svg +0 -0
  1650. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-pie.svg +0 -0
  1651. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-simple.svg +0 -0
  1652. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/check-double.svg +0 -0
  1653. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/check-to-slot.svg +0 -0
  1654. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/check.svg +0 -0
  1655. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cheese.svg +0 -0
  1656. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-bishop.svg +0 -0
  1657. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-board.svg +0 -0
  1658. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-king.svg +0 -0
  1659. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-knight.svg +0 -0
  1660. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-pawn.svg +0 -0
  1661. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-queen.svg +0 -0
  1662. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-rook.svg +0 -0
  1663. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess.svg +0 -0
  1664. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chevron-down.svg +0 -0
  1665. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chevron-left.svg +0 -0
  1666. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chevron-right.svg +0 -0
  1667. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chevron-up.svg +0 -0
  1668. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/child-dress.svg +0 -0
  1669. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/child-reaching.svg +0 -0
  1670. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/child-rifle.svg +0 -0
  1671. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/child.svg +0 -0
  1672. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/children.svg +0 -0
  1673. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/church.svg +0 -0
  1674. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-arrow-down.svg +0 -0
  1675. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-arrow-left.svg +0 -0
  1676. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-arrow-right.svg +0 -0
  1677. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-arrow-up.svg +0 -0
  1678. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-check.svg +0 -0
  1679. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-chevron-down.svg +0 -0
  1680. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-chevron-left.svg +0 -0
  1681. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-chevron-right.svg +0 -0
  1682. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-chevron-up.svg +0 -0
  1683. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-dollar-to-slot.svg +0 -0
  1684. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-dot.svg +0 -0
  1685. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-down.svg +0 -0
  1686. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-exclamation.svg +0 -0
  1687. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-h.svg +0 -0
  1688. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-half-stroke.svg +0 -0
  1689. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-info.svg +0 -0
  1690. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-left.svg +0 -0
  1691. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-minus.svg +0 -0
  1692. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-nodes.svg +0 -0
  1693. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-notch.svg +0 -0
  1694. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-pause.svg +0 -0
  1695. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-play.svg +0 -0
  1696. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-plus.svg +0 -0
  1697. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-question.svg +0 -0
  1698. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-radiation.svg +0 -0
  1699. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-right.svg +0 -0
  1700. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-stop.svg +0 -0
  1701. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-up.svg +0 -0
  1702. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-user.svg +0 -0
  1703. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-xmark.svg +0 -0
  1704. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle.svg +0 -0
  1705. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/city.svg +0 -0
  1706. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clapperboard.svg +0 -0
  1707. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clipboard-check.svg +0 -0
  1708. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clipboard-list.svg +0 -0
  1709. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clipboard-question.svg +0 -0
  1710. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clipboard-user.svg +0 -0
  1711. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clipboard.svg +0 -0
  1712. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clock-rotate-left.svg +0 -0
  1713. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clock.svg +0 -0
  1714. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clone.svg +0 -0
  1715. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/closed-captioning.svg +0 -0
  1716. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-arrow-down.svg +0 -0
  1717. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-arrow-up.svg +0 -0
  1718. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-bolt.svg +0 -0
  1719. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-meatball.svg +0 -0
  1720. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-moon-rain.svg +0 -0
  1721. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-moon.svg +0 -0
  1722. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-rain.svg +0 -0
  1723. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-showers-heavy.svg +0 -0
  1724. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-showers-water.svg +0 -0
  1725. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-sun-rain.svg +0 -0
  1726. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-sun.svg +0 -0
  1727. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud.svg +0 -0
  1728. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clover.svg +0 -0
  1729. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code-branch.svg +0 -0
  1730. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code-commit.svg +0 -0
  1731. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code-compare.svg +0 -0
  1732. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code-fork.svg +0 -0
  1733. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code-merge.svg +0 -0
  1734. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code-pull-request.svg +0 -0
  1735. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code.svg +0 -0
  1736. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/coins.svg +0 -0
  1737. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/colon-sign.svg +0 -0
  1738. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comment-dollar.svg +0 -0
  1739. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comment-dots.svg +0 -0
  1740. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comment-medical.svg +0 -0
  1741. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comment-slash.svg +0 -0
  1742. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comment-sms.svg +0 -0
  1743. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comment.svg +0 -0
  1744. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comments-dollar.svg +0 -0
  1745. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comments.svg +0 -0
  1746. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/compact-disc.svg +0 -0
  1747. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/compass-drafting.svg +0 -0
  1748. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/compass.svg +0 -0
  1749. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/compress.svg +0 -0
  1750. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/computer-mouse.svg +0 -0
  1751. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/computer.svg +0 -0
  1752. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cookie-bite.svg +0 -0
  1753. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cookie.svg +0 -0
  1754. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/copy.svg +0 -0
  1755. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/copyright.svg +0 -0
  1756. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/couch.svg +0 -0
  1757. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cow.svg +0 -0
  1758. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/credit-card.svg +0 -0
  1759. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/crop-simple.svg +0 -0
  1760. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/crop.svg +0 -0
  1761. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cross.svg +0 -0
  1762. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/crosshairs.svg +0 -0
  1763. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/crow.svg +0 -0
  1764. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/crown.svg +0 -0
  1765. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/crutch.svg +0 -0
  1766. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cruzeiro-sign.svg +0 -0
  1767. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cube.svg +0 -0
  1768. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cubes-stacked.svg +0 -0
  1769. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cubes.svg +0 -0
  1770. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/d.svg +0 -0
  1771. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/database.svg +0 -0
  1772. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/delete-left.svg +0 -0
  1773. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/democrat.svg +0 -0
  1774. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/desktop.svg +0 -0
  1775. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dharmachakra.svg +0 -0
  1776. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/diagram-next.svg +0 -0
  1777. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/diagram-predecessor.svg +0 -0
  1778. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/diagram-project.svg +0 -0
  1779. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/diagram-successor.svg +0 -0
  1780. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/diamond-turn-right.svg +0 -0
  1781. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/diamond.svg +0 -0
  1782. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-d20.svg +0 -0
  1783. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-d6.svg +0 -0
  1784. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-five.svg +0 -0
  1785. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-four.svg +0 -0
  1786. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-one.svg +0 -0
  1787. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-six.svg +0 -0
  1788. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-three.svg +0 -0
  1789. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-two.svg +0 -0
  1790. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice.svg +0 -0
  1791. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/disease.svg +0 -0
  1792. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/display.svg +0 -0
  1793. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/divide.svg +0 -0
  1794. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dna.svg +0 -0
  1795. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dog.svg +0 -0
  1796. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dollar-sign.svg +0 -0
  1797. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dolly.svg +0 -0
  1798. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dong-sign.svg +0 -0
  1799. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/door-closed.svg +0 -0
  1800. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/door-open.svg +0 -0
  1801. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dove.svg +0 -0
  1802. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/down-left-and-up-right-to-center.svg +0 -0
  1803. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/down-long.svg +0 -0
  1804. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/download.svg +0 -0
  1805. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dragon.svg +0 -0
  1806. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/draw-polygon.svg +0 -0
  1807. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/droplet-slash.svg +0 -0
  1808. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/droplet.svg +0 -0
  1809. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/drum-steelpan.svg +0 -0
  1810. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/drum.svg +0 -0
  1811. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/drumstick-bite.svg +0 -0
  1812. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dumbbell.svg +0 -0
  1813. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dumpster-fire.svg +0 -0
  1814. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dumpster.svg +0 -0
  1815. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dungeon.svg +0 -0
  1816. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/e.svg +0 -0
  1817. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ear-deaf.svg +0 -0
  1818. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ear-listen.svg +0 -0
  1819. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/earth-africa.svg +0 -0
  1820. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/earth-americas.svg +0 -0
  1821. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/earth-asia.svg +0 -0
  1822. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/earth-europe.svg +0 -0
  1823. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/earth-oceania.svg +0 -0
  1824. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/egg.svg +0 -0
  1825. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/eject.svg +0 -0
  1826. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/elevator.svg +0 -0
  1827. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ellipsis-vertical.svg +0 -0
  1828. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ellipsis.svg +0 -0
  1829. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/envelope-circle-check.svg +0 -0
  1830. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/envelope-open-text.svg +0 -0
  1831. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/envelope-open.svg +0 -0
  1832. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/envelope.svg +0 -0
  1833. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/envelopes-bulk.svg +0 -0
  1834. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/equals.svg +0 -0
  1835. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/eraser.svg +0 -0
  1836. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ethernet.svg +0 -0
  1837. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/euro-sign.svg +0 -0
  1838. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/exclamation.svg +0 -0
  1839. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/expand.svg +0 -0
  1840. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/explosion.svg +0 -0
  1841. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/eye-dropper.svg +0 -0
  1842. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/eye-low-vision.svg +0 -0
  1843. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/eye-slash.svg +0 -0
  1844. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/eye.svg +0 -0
  1845. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/f.svg +0 -0
  1846. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-angry.svg +0 -0
  1847. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-dizzy.svg +0 -0
  1848. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-flushed.svg +0 -0
  1849. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-frown-open.svg +0 -0
  1850. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-frown.svg +0 -0
  1851. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grimace.svg +0 -0
  1852. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-beam-sweat.svg +0 -0
  1853. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-beam.svg +0 -0
  1854. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-hearts.svg +0 -0
  1855. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-squint-tears.svg +0 -0
  1856. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-squint.svg +0 -0
  1857. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-stars.svg +0 -0
  1858. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-tears.svg +0 -0
  1859. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-tongue-squint.svg +0 -0
  1860. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-tongue-wink.svg +0 -0
  1861. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-tongue.svg +0 -0
  1862. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-wide.svg +0 -0
  1863. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-wink.svg +0 -0
  1864. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin.svg +0 -0
  1865. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-kiss-beam.svg +0 -0
  1866. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-kiss-wink-heart.svg +0 -0
  1867. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-kiss.svg +0 -0
  1868. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-laugh-beam.svg +0 -0
  1869. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-laugh-squint.svg +0 -0
  1870. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-laugh-wink.svg +0 -0
  1871. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-laugh.svg +0 -0
  1872. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-meh-blank.svg +0 -0
  1873. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-meh.svg +0 -0
  1874. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-rolling-eyes.svg +0 -0
  1875. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-sad-cry.svg +0 -0
  1876. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-sad-tear.svg +0 -0
  1877. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-smile-beam.svg +0 -0
  1878. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-smile-wink.svg +0 -0
  1879. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-smile.svg +0 -0
  1880. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-surprise.svg +0 -0
  1881. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-tired.svg +0 -0
  1882. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fan.svg +0 -0
  1883. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/faucet-drip.svg +0 -0
  1884. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/faucet.svg +0 -0
  1885. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fax.svg +0 -0
  1886. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/feather-pointed.svg +0 -0
  1887. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/feather.svg +0 -0
  1888. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ferry.svg +0 -0
  1889. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-arrow-down.svg +0 -0
  1890. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-arrow-up.svg +0 -0
  1891. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-audio.svg +0 -0
  1892. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-circle-check.svg +0 -0
  1893. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-circle-exclamation.svg +0 -0
  1894. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-circle-minus.svg +0 -0
  1895. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-circle-plus.svg +0 -0
  1896. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-circle-question.svg +0 -0
  1897. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-circle-xmark.svg +0 -0
  1898. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-code.svg +0 -0
  1899. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-contract.svg +0 -0
  1900. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-csv.svg +0 -0
  1901. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-excel.svg +0 -0
  1902. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-export.svg +0 -0
  1903. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-image.svg +0 -0
  1904. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-import.svg +0 -0
  1905. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-invoice-dollar.svg +0 -0
  1906. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-invoice.svg +0 -0
  1907. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-lines.svg +0 -0
  1908. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-medical.svg +0 -0
  1909. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-pdf.svg +0 -0
  1910. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-pen.svg +0 -0
  1911. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-powerpoint.svg +0 -0
  1912. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-prescription.svg +0 -0
  1913. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-shield.svg +0 -0
  1914. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-signature.svg +0 -0
  1915. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-video.svg +0 -0
  1916. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-waveform.svg +0 -0
  1917. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-word.svg +0 -0
  1918. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-zipper.svg +0 -0
  1919. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file.svg +0 -0
  1920. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fill-drip.svg +0 -0
  1921. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fill.svg +0 -0
  1922. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/film.svg +0 -0
  1923. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/filter-circle-dollar.svg +0 -0
  1924. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/filter-circle-xmark.svg +0 -0
  1925. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/filter.svg +0 -0
  1926. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fingerprint.svg +0 -0
  1927. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fire-burner.svg +0 -0
  1928. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fire-extinguisher.svg +0 -0
  1929. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fire-flame-curved.svg +0 -0
  1930. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fire-flame-simple.svg +0 -0
  1931. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fire.svg +0 -0
  1932. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fish-fins.svg +0 -0
  1933. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fish.svg +0 -0
  1934. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/flag-checkered.svg +0 -0
  1935. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/flag-usa.svg +0 -0
  1936. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/flag.svg +0 -0
  1937. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/flask-vial.svg +0 -0
  1938. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/flask.svg +0 -0
  1939. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/floppy-disk.svg +0 -0
  1940. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/florin-sign.svg +0 -0
  1941. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/folder-closed.svg +0 -0
  1942. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/folder-minus.svg +0 -0
  1943. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/folder-open.svg +0 -0
  1944. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/folder-plus.svg +0 -0
  1945. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/folder-tree.svg +0 -0
  1946. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/folder.svg +0 -0
  1947. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/font-awesome.svg +0 -0
  1948. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/font.svg +0 -0
  1949. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/football.svg +0 -0
  1950. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/forward-fast.svg +0 -0
  1951. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/forward-step.svg +0 -0
  1952. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/forward.svg +0 -0
  1953. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/franc-sign.svg +0 -0
  1954. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/frog.svg +0 -0
  1955. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/futbol.svg +0 -0
  1956. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/g.svg +0 -0
  1957. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gamepad.svg +0 -0
  1958. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gas-pump.svg +0 -0
  1959. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gauge-high.svg +0 -0
  1960. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gauge-simple-high.svg +0 -0
  1961. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gauge-simple.svg +0 -0
  1962. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gauge.svg +0 -0
  1963. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gavel.svg +0 -0
  1964. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gear.svg +0 -0
  1965. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gears.svg +0 -0
  1966. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gem.svg +0 -0
  1967. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/genderless.svg +0 -0
  1968. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ghost.svg +0 -0
  1969. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gift.svg +0 -0
  1970. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gifts.svg +0 -0
  1971. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/glass-water-droplet.svg +0 -0
  1972. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/glass-water.svg +0 -0
  1973. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/glasses.svg +0 -0
  1974. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/globe.svg +0 -0
  1975. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/golf-ball-tee.svg +0 -0
  1976. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gopuram.svg +0 -0
  1977. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/graduation-cap.svg +0 -0
  1978. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/greater-than-equal.svg +0 -0
  1979. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/greater-than.svg +0 -0
  1980. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/grip-lines-vertical.svg +0 -0
  1981. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/grip-lines.svg +0 -0
  1982. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/grip-vertical.svg +0 -0
  1983. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/grip.svg +0 -0
  1984. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/group-arrows-rotate.svg +0 -0
  1985. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/guarani-sign.svg +0 -0
  1986. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/guitar.svg +0 -0
  1987. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gun.svg +0 -0
  1988. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/h.svg +0 -0
  1989. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hammer.svg +0 -0
  1990. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hamsa.svg +0 -0
  1991. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-back-fist.svg +0 -0
  1992. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-dots.svg +0 -0
  1993. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-fist.svg +0 -0
  1994. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-holding-dollar.svg +0 -0
  1995. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-holding-droplet.svg +0 -0
  1996. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-holding-hand.svg +0 -0
  1997. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-holding-heart.svg +0 -0
  1998. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-holding-medical.svg +0 -0
  1999. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-holding.svg +0 -0
  2000. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-lizard.svg +0 -0
  2001. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-middle-finger.svg +0 -0
  2002. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-peace.svg +0 -0
  2003. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-point-down.svg +0 -0
  2004. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-point-left.svg +0 -0
  2005. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-point-right.svg +0 -0
  2006. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-point-up.svg +0 -0
  2007. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-pointer.svg +0 -0
  2008. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-scissors.svg +0 -0
  2009. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-sparkles.svg +0 -0
  2010. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-spock.svg +0 -0
  2011. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand.svg +0 -0
  2012. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/handcuffs.svg +0 -0
  2013. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-asl-interpreting.svg +0 -0
  2014. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-bound.svg +0 -0
  2015. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-bubbles.svg +0 -0
  2016. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-clapping.svg +0 -0
  2017. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-holding-child.svg +0 -0
  2018. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-holding-circle.svg +0 -0
  2019. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-holding.svg +0 -0
  2020. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-praying.svg +0 -0
  2021. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands.svg +0 -0
  2022. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/handshake-angle.svg +0 -0
  2023. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/handshake-simple-slash.svg +0 -0
  2024. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/handshake-simple.svg +0 -0
  2025. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/handshake-slash.svg +0 -0
  2026. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/handshake.svg +0 -0
  2027. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hanukiah.svg +0 -0
  2028. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hard-drive.svg +0 -0
  2029. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hashtag.svg +0 -0
  2030. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hat-cowboy-side.svg +0 -0
  2031. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hat-cowboy.svg +0 -0
  2032. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hat-wizard.svg +0 -0
  2033. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/head-side-cough-slash.svg +0 -0
  2034. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/head-side-cough.svg +0 -0
  2035. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/head-side-mask.svg +0 -0
  2036. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/head-side-virus.svg +0 -0
  2037. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heading.svg +0 -0
  2038. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/headphones-simple.svg +0 -0
  2039. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/headphones.svg +0 -0
  2040. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/headset.svg +0 -0
  2041. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-circle-bolt.svg +0 -0
  2042. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-circle-check.svg +0 -0
  2043. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-circle-exclamation.svg +0 -0
  2044. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-circle-minus.svg +0 -0
  2045. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-circle-plus.svg +0 -0
  2046. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-circle-xmark.svg +0 -0
  2047. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-crack.svg +0 -0
  2048. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-pulse.svg +0 -0
  2049. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart.svg +0 -0
  2050. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/helicopter-symbol.svg +0 -0
  2051. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/helicopter.svg +0 -0
  2052. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/helmet-safety.svg +0 -0
  2053. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/helmet-un.svg +0 -0
  2054. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/highlighter.svg +0 -0
  2055. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hill-avalanche.svg +0 -0
  2056. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hill-rockslide.svg +0 -0
  2057. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hippo.svg +0 -0
  2058. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hockey-puck.svg +0 -0
  2059. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/holly-berry.svg +0 -0
  2060. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/horse-head.svg +0 -0
  2061. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/horse.svg +0 -0
  2062. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hospital-user.svg +0 -0
  2063. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hospital.svg +0 -0
  2064. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hot-tub-person.svg +0 -0
  2065. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hotdog.svg +0 -0
  2066. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hotel.svg +0 -0
  2067. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hourglass-end.svg +0 -0
  2068. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hourglass-half.svg +0 -0
  2069. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hourglass-start.svg +0 -0
  2070. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hourglass.svg +0 -0
  2071. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-chimney-crack.svg +0 -0
  2072. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-chimney-medical.svg +0 -0
  2073. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-chimney-user.svg +0 -0
  2074. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-chimney-window.svg +0 -0
  2075. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-chimney.svg +0 -0
  2076. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-circle-check.svg +0 -0
  2077. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-circle-exclamation.svg +0 -0
  2078. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-circle-xmark.svg +0 -0
  2079. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-crack.svg +0 -0
  2080. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-fire.svg +0 -0
  2081. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-flag.svg +0 -0
  2082. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-flood-water-circle-arrow-right.svg +0 -0
  2083. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-flood-water.svg +0 -0
  2084. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-laptop.svg +0 -0
  2085. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-lock.svg +0 -0
  2086. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-medical-circle-check.svg +0 -0
  2087. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-medical-circle-exclamation.svg +0 -0
  2088. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-medical-circle-xmark.svg +0 -0
  2089. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-medical-flag.svg +0 -0
  2090. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-medical.svg +0 -0
  2091. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-signal.svg +0 -0
  2092. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-tsunami.svg +0 -0
  2093. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-user.svg +0 -0
  2094. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house.svg +0 -0
  2095. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hryvnia-sign.svg +0 -0
  2096. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hurricane.svg +0 -0
  2097. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/i-cursor.svg +0 -0
  2098. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/i.svg +0 -0
  2099. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ice-cream.svg +0 -0
  2100. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/icicles.svg +0 -0
  2101. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/icons.svg +0 -0
  2102. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/id-badge.svg +0 -0
  2103. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/id-card-clip.svg +0 -0
  2104. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/id-card.svg +0 -0
  2105. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/igloo.svg +0 -0
  2106. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/image-portrait.svg +0 -0
  2107. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/image.svg +0 -0
  2108. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/images.svg +0 -0
  2109. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/inbox.svg +0 -0
  2110. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/indent.svg +0 -0
  2111. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/indian-rupee-sign.svg +0 -0
  2112. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/industry.svg +0 -0
  2113. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/infinity.svg +0 -0
  2114. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/info.svg +0 -0
  2115. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/italic.svg +0 -0
  2116. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/j.svg +0 -0
  2117. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/jar-wheat.svg +0 -0
  2118. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/jar.svg +0 -0
  2119. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/jedi.svg +0 -0
  2120. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/jet-fighter-up.svg +0 -0
  2121. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/jet-fighter.svg +0 -0
  2122. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/joint.svg +0 -0
  2123. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/jug-detergent.svg +0 -0
  2124. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/k.svg +0 -0
  2125. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/kaaba.svg +0 -0
  2126. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/key.svg +0 -0
  2127. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/keyboard.svg +0 -0
  2128. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/khanda.svg +0 -0
  2129. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/kip-sign.svg +0 -0
  2130. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/kit-medical.svg +0 -0
  2131. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/kitchen-set.svg +0 -0
  2132. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/kiwi-bird.svg +0 -0
  2133. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/l.svg +0 -0
  2134. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/land-mine-on.svg +0 -0
  2135. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/landmark-dome.svg +0 -0
  2136. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/landmark-flag.svg +0 -0
  2137. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/landmark.svg +0 -0
  2138. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/language.svg +0 -0
  2139. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/laptop-code.svg +0 -0
  2140. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/laptop-file.svg +0 -0
  2141. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/laptop-medical.svg +0 -0
  2142. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/laptop.svg +0 -0
  2143. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lari-sign.svg +0 -0
  2144. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/layer-group.svg +0 -0
  2145. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/leaf.svg +0 -0
  2146. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/left-long.svg +0 -0
  2147. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/left-right.svg +0 -0
  2148. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lemon.svg +0 -0
  2149. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/less-than-equal.svg +0 -0
  2150. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/less-than.svg +0 -0
  2151. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/life-ring.svg +0 -0
  2152. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lightbulb.svg +0 -0
  2153. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lines-leaning.svg +0 -0
  2154. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/link-slash.svg +0 -0
  2155. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/link.svg +0 -0
  2156. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lira-sign.svg +0 -0
  2157. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/list-check.svg +0 -0
  2158. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/list-ol.svg +0 -0
  2159. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/list-ul.svg +0 -0
  2160. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/list.svg +0 -0
  2161. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/litecoin-sign.svg +0 -0
  2162. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/location-arrow.svg +0 -0
  2163. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/location-crosshairs.svg +0 -0
  2164. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/location-dot.svg +0 -0
  2165. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/location-pin-lock.svg +0 -0
  2166. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/location-pin.svg +0 -0
  2167. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lock-open.svg +0 -0
  2168. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lock.svg +0 -0
  2169. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/locust.svg +0 -0
  2170. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lungs-virus.svg +0 -0
  2171. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lungs.svg +0 -0
  2172. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/m.svg +0 -0
  2173. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnet.svg +0 -0
  2174. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass-arrow-right.svg +0 -0
  2175. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass-chart.svg +0 -0
  2176. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass-dollar.svg +0 -0
  2177. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass-location.svg +0 -0
  2178. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass-minus.svg +0 -0
  2179. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass-plus.svg +0 -0
  2180. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass.svg +0 -0
  2181. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/manat-sign.svg +0 -0
  2182. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/map-location-dot.svg +0 -0
  2183. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/map-location.svg +0 -0
  2184. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/map-pin.svg +0 -0
  2185. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/map.svg +0 -0
  2186. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/marker.svg +0 -0
  2187. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars-and-venus-burst.svg +0 -0
  2188. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars-and-venus.svg +0 -0
  2189. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars-double.svg +0 -0
  2190. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars-stroke-right.svg +0 -0
  2191. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars-stroke-up.svg +0 -0
  2192. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars-stroke.svg +0 -0
  2193. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars.svg +0 -0
  2194. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/martini-glass-citrus.svg +0 -0
  2195. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/martini-glass-empty.svg +0 -0
  2196. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/martini-glass.svg +0 -0
  2197. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mask-face.svg +0 -0
  2198. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mask-ventilator.svg +0 -0
  2199. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mask.svg +0 -0
  2200. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/masks-theater.svg +0 -0
  2201. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mattress-pillow.svg +0 -0
  2202. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/maximize.svg +0 -0
  2203. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/medal.svg +0 -0
  2204. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/memory.svg +0 -0
  2205. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/menorah.svg +0 -0
  2206. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mercury.svg +0 -0
  2207. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/message.svg +0 -0
  2208. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/meteor.svg +0 -0
  2209. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/microchip.svg +0 -0
  2210. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/microphone-lines-slash.svg +0 -0
  2211. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/microphone-lines.svg +0 -0
  2212. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/microphone-slash.svg +0 -0
  2213. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/microphone.svg +0 -0
  2214. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/microscope.svg +0 -0
  2215. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mill-sign.svg +0 -0
  2216. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/minimize.svg +0 -0
  2217. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/minus.svg +0 -0
  2218. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mitten.svg +0 -0
  2219. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile-button.svg +0 -0
  2220. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile-retro.svg +0 -0
  2221. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile-screen-button.svg +0 -0
  2222. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile-screen.svg +0 -0
  2223. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile.svg +0 -0
  2224. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill-1-wave.svg +0 -0
  2225. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill-1.svg +0 -0
  2226. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill-transfer.svg +0 -0
  2227. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill-trend-up.svg +0 -0
  2228. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill-wave.svg +0 -0
  2229. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill-wheat.svg +0 -0
  2230. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill.svg +0 -0
  2231. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bills.svg +0 -0
  2232. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-check-dollar.svg +0 -0
  2233. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-check.svg +0 -0
  2234. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/monument.svg +0 -0
  2235. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/moon.svg +0 -0
  2236. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mortar-pestle.svg +0 -0
  2237. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mosque.svg +0 -0
  2238. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mosquito-net.svg +0 -0
  2239. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mosquito.svg +0 -0
  2240. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/motorcycle.svg +0 -0
  2241. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mound.svg +0 -0
  2242. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mountain-city.svg +0 -0
  2243. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mountain-sun.svg +0 -0
  2244. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mountain.svg +0 -0
  2245. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mug-hot.svg +0 -0
  2246. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mug-saucer.svg +0 -0
  2247. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/music.svg +0 -0
  2248. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/n.svg +0 -0
  2249. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/naira-sign.svg +0 -0
  2250. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/network-wired.svg +0 -0
  2251. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/neuter.svg +0 -0
  2252. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/newspaper.svg +0 -0
  2253. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/not-equal.svg +0 -0
  2254. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/note-sticky.svg +0 -0
  2255. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/notes-medical.svg +0 -0
  2256. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/o.svg +0 -0
  2257. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/object-group.svg +0 -0
  2258. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/object-ungroup.svg +0 -0
  2259. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/oil-can.svg +0 -0
  2260. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/oil-well.svg +0 -0
  2261. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/om.svg +0 -0
  2262. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/otter.svg +0 -0
  2263. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/outdent.svg +0 -0
  2264. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/p.svg +0 -0
  2265. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pager.svg +0 -0
  2266. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paint-roller.svg +0 -0
  2267. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paintbrush.svg +0 -0
  2268. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/palette.svg +0 -0
  2269. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pallet.svg +0 -0
  2270. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/panorama.svg +0 -0
  2271. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paper-plane.svg +0 -0
  2272. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paperclip.svg +0 -0
  2273. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/parachute-box.svg +0 -0
  2274. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paragraph.svg +0 -0
  2275. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/passport.svg +0 -0
  2276. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paste.svg +0 -0
  2277. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pause.svg +0 -0
  2278. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paw.svg +0 -0
  2279. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/peace.svg +0 -0
  2280. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pen-clip.svg +0 -0
  2281. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pen-fancy.svg +0 -0
  2282. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pen-nib.svg +0 -0
  2283. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pen-ruler.svg +0 -0
  2284. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pen-to-square.svg +0 -0
  2285. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pen.svg +0 -0
  2286. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pencil.svg +0 -0
  2287. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-arrows.svg +0 -0
  2288. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-carry-box.svg +0 -0
  2289. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-group.svg +0 -0
  2290. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-line.svg +0 -0
  2291. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-pulling.svg +0 -0
  2292. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-robbery.svg +0 -0
  2293. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-roof.svg +0 -0
  2294. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pepper-hot.svg +0 -0
  2295. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/percent.svg +0 -0
  2296. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-arrow-down-to-line.svg +0 -0
  2297. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-arrow-up-from-line.svg +0 -0
  2298. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-biking.svg +0 -0
  2299. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-booth.svg +0 -0
  2300. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-breastfeeding.svg +0 -0
  2301. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-burst.svg +0 -0
  2302. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-cane.svg +0 -0
  2303. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-chalkboard.svg +0 -0
  2304. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-circle-check.svg +0 -0
  2305. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-circle-exclamation.svg +0 -0
  2306. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-circle-minus.svg +0 -0
  2307. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-circle-plus.svg +0 -0
  2308. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-circle-question.svg +0 -0
  2309. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-circle-xmark.svg +0 -0
  2310. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-digging.svg +0 -0
  2311. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-dots-from-line.svg +0 -0
  2312. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-dress-burst.svg +0 -0
  2313. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-dress.svg +0 -0
  2314. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-drowning.svg +0 -0
  2315. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-falling-burst.svg +0 -0
  2316. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-falling.svg +0 -0
  2317. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-half-dress.svg +0 -0
  2318. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-harassing.svg +0 -0
  2319. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-hiking.svg +0 -0
  2320. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-military-pointing.svg +0 -0
  2321. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-military-rifle.svg +0 -0
  2322. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-military-to-person.svg +0 -0
  2323. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-praying.svg +0 -0
  2324. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-pregnant.svg +0 -0
  2325. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-rays.svg +0 -0
  2326. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-rifle.svg +0 -0
  2327. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-running.svg +0 -0
  2328. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-shelter.svg +0 -0
  2329. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-skating.svg +0 -0
  2330. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-skiing-nordic.svg +0 -0
  2331. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-skiing.svg +0 -0
  2332. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-snowboarding.svg +0 -0
  2333. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-swimming.svg +0 -0
  2334. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-through-window.svg +0 -0
  2335. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-walking-arrow-loop-left.svg +0 -0
  2336. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-walking-arrow-right.svg +0 -0
  2337. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-walking-dashed-line-arrow-right.svg +0 -0
  2338. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-walking-luggage.svg +0 -0
  2339. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-walking-with-cane.svg +0 -0
  2340. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-walking.svg +0 -0
  2341. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person.svg +0 -0
  2342. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/peseta-sign.svg +0 -0
  2343. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/peso-sign.svg +0 -0
  2344. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/phone-flip.svg +0 -0
  2345. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/phone-slash.svg +0 -0
  2346. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/phone-volume.svg +0 -0
  2347. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/phone.svg +0 -0
  2348. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/photo-film.svg +0 -0
  2349. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/piggy-bank.svg +0 -0
  2350. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pills.svg +0 -0
  2351. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pizza-slice.svg +0 -0
  2352. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/place-of-worship.svg +0 -0
  2353. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-arrival.svg +0 -0
  2354. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-circle-check.svg +0 -0
  2355. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-circle-exclamation.svg +0 -0
  2356. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-circle-xmark.svg +0 -0
  2357. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-departure.svg +0 -0
  2358. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-lock.svg +0 -0
  2359. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-slash.svg +0 -0
  2360. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-up.svg +0 -0
  2361. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane.svg +0 -0
  2362. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plant-wilt.svg +0 -0
  2363. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plate-wheat.svg +0 -0
  2364. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/play.svg +0 -0
  2365. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug-circle-bolt.svg +0 -0
  2366. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug-circle-check.svg +0 -0
  2367. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug-circle-exclamation.svg +0 -0
  2368. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug-circle-minus.svg +0 -0
  2369. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug-circle-plus.svg +0 -0
  2370. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug-circle-xmark.svg +0 -0
  2371. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug.svg +0 -0
  2372. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plus-minus.svg +0 -0
  2373. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plus.svg +0 -0
  2374. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/podcast.svg +0 -0
  2375. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/poo-storm.svg +0 -0
  2376. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/poo.svg +0 -0
  2377. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/poop.svg +0 -0
  2378. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/power-off.svg +0 -0
  2379. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/prescription-bottle-medical.svg +0 -0
  2380. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/prescription-bottle.svg +0 -0
  2381. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/prescription.svg +0 -0
  2382. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/print.svg +0 -0
  2383. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pump-medical.svg +0 -0
  2384. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pump-soap.svg +0 -0
  2385. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/puzzle-piece.svg +0 -0
  2386. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/q.svg +0 -0
  2387. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/qrcode.svg +0 -0
  2388. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/question.svg +0 -0
  2389. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/quote-left.svg +0 -0
  2390. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/quote-right.svg +0 -0
  2391. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/r.svg +0 -0
  2392. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/radiation.svg +0 -0
  2393. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/radio.svg +0 -0
  2394. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rainbow.svg +0 -0
  2395. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ranking-star.svg +0 -0
  2396. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/receipt.svg +0 -0
  2397. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/record-vinyl.svg +0 -0
  2398. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rectangle-ad.svg +0 -0
  2399. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rectangle-list.svg +0 -0
  2400. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rectangle-xmark.svg +0 -0
  2401. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/recycle.svg +0 -0
  2402. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/registered.svg +0 -0
  2403. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/repeat.svg +0 -0
  2404. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/reply-all.svg +0 -0
  2405. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/reply.svg +0 -0
  2406. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/republican.svg +0 -0
  2407. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/restroom.svg +0 -0
  2408. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/retweet.svg +0 -0
  2409. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ribbon.svg +0 -0
  2410. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/right-from-bracket.svg +0 -0
  2411. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/right-left.svg +0 -0
  2412. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/right-long.svg +0 -0
  2413. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/right-to-bracket.svg +0 -0
  2414. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ring.svg +0 -0
  2415. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-barrier.svg +0 -0
  2416. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-bridge.svg +0 -0
  2417. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-circle-check.svg +0 -0
  2418. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-circle-exclamation.svg +0 -0
  2419. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-circle-xmark.svg +0 -0
  2420. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-lock.svg +0 -0
  2421. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-spikes.svg +0 -0
  2422. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road.svg +0 -0
  2423. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/robot.svg +0 -0
  2424. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rocket.svg +0 -0
  2425. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rotate-left.svg +0 -0
  2426. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rotate-right.svg +0 -0
  2427. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rotate.svg +0 -0
  2428. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/route.svg +0 -0
  2429. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rss.svg +0 -0
  2430. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ruble-sign.svg +0 -0
  2431. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rug.svg +0 -0
  2432. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ruler-combined.svg +0 -0
  2433. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ruler-horizontal.svg +0 -0
  2434. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ruler-vertical.svg +0 -0
  2435. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ruler.svg +0 -0
  2436. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rupee-sign.svg +0 -0
  2437. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rupiah-sign.svg +0 -0
  2438. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/s.svg +0 -0
  2439. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sack-dollar.svg +0 -0
  2440. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sack-xmark.svg +0 -0
  2441. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sailboat.svg +0 -0
  2442. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/satellite-dish.svg +0 -0
  2443. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/satellite.svg +0 -0
  2444. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/scale-balanced.svg +0 -0
  2445. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/scale-unbalanced-flip.svg +0 -0
  2446. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/scale-unbalanced.svg +0 -0
  2447. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/school-circle-check.svg +0 -0
  2448. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/school-circle-exclamation.svg +0 -0
  2449. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/school-circle-xmark.svg +0 -0
  2450. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/school-flag.svg +0 -0
  2451. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/school-lock.svg +0 -0
  2452. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/school.svg +0 -0
  2453. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/scissors.svg +0 -0
  2454. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/screwdriver-wrench.svg +0 -0
  2455. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/screwdriver.svg +0 -0
  2456. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/scroll-torah.svg +0 -0
  2457. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/scroll.svg +0 -0
  2458. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sd-card.svg +0 -0
  2459. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/section.svg +0 -0
  2460. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/seedling.svg +0 -0
  2461. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/server.svg +0 -0
  2462. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shapes.svg +0 -0
  2463. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/share-from-square.svg +0 -0
  2464. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/share-nodes.svg +0 -0
  2465. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/share.svg +0 -0
  2466. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sheet-plastic.svg +0 -0
  2467. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shekel-sign.svg +0 -0
  2468. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shield-cat.svg +0 -0
  2469. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shield-dog.svg +0 -0
  2470. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shield-halved.svg +0 -0
  2471. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shield-heart.svg +0 -0
  2472. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shield-virus.svg +0 -0
  2473. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shield.svg +0 -0
  2474. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ship.svg +0 -0
  2475. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shirt.svg +0 -0
  2476. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shoe-prints.svg +0 -0
  2477. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shop-lock.svg +0 -0
  2478. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shop-slash.svg +0 -0
  2479. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shop.svg +0 -0
  2480. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shower.svg +0 -0
  2481. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shrimp.svg +0 -0
  2482. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shuffle.svg +0 -0
  2483. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shuttle-space.svg +0 -0
  2484. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sign-hanging.svg +0 -0
  2485. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/signal.svg +0 -0
  2486. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/signature.svg +0 -0
  2487. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/signs-post.svg +0 -0
  2488. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sim-card.svg +0 -0
  2489. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sink.svg +0 -0
  2490. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sitemap.svg +0 -0
  2491. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/skull-crossbones.svg +0 -0
  2492. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/skull.svg +0 -0
  2493. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/slash.svg +0 -0
  2494. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sleigh.svg +0 -0
  2495. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sliders.svg +0 -0
  2496. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/smog.svg +0 -0
  2497. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/smoking.svg +0 -0
  2498. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/snowflake.svg +0 -0
  2499. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/snowman.svg +0 -0
  2500. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/snowplow.svg +0 -0
  2501. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/soap.svg +0 -0
  2502. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/socks.svg +0 -0
  2503. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/solar-panel.svg +0 -0
  2504. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sort-down.svg +0 -0
  2505. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sort-up.svg +0 -0
  2506. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sort.svg +0 -0
  2507. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spa.svg +0 -0
  2508. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spaghetti-monster-flying.svg +0 -0
  2509. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spell-check.svg +0 -0
  2510. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spider.svg +0 -0
  2511. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spinner.svg +0 -0
  2512. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/splotch.svg +0 -0
  2513. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spoon.svg +0 -0
  2514. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spray-can-sparkles.svg +0 -0
  2515. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spray-can.svg +0 -0
  2516. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-arrow-up-right.svg +0 -0
  2517. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-caret-down.svg +0 -0
  2518. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-caret-left.svg +0 -0
  2519. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-caret-right.svg +0 -0
  2520. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-caret-up.svg +0 -0
  2521. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-check.svg +0 -0
  2522. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-envelope.svg +0 -0
  2523. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-full.svg +0 -0
  2524. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-h.svg +0 -0
  2525. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-minus.svg +0 -0
  2526. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-nfi.svg +0 -0
  2527. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-parking.svg +0 -0
  2528. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-pen.svg +0 -0
  2529. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-person-confined.svg +0 -0
  2530. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-phone-flip.svg +0 -0
  2531. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-phone.svg +0 -0
  2532. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-plus.svg +0 -0
  2533. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-poll-horizontal.svg +0 -0
  2534. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-poll-vertical.svg +0 -0
  2535. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-root-variable.svg +0 -0
  2536. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-rss.svg +0 -0
  2537. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-share-nodes.svg +0 -0
  2538. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-up-right.svg +0 -0
  2539. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-virus.svg +0 -0
  2540. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-xmark.svg +0 -0
  2541. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square.svg +0 -0
  2542. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/staff-snake.svg +0 -0
  2543. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stairs.svg +0 -0
  2544. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stamp.svg +0 -0
  2545. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stapler.svg +0 -0
  2546. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/star-and-crescent.svg +0 -0
  2547. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/star-half-stroke.svg +0 -0
  2548. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/star-half.svg +0 -0
  2549. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/star-of-david.svg +0 -0
  2550. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/star-of-life.svg +0 -0
  2551. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/star.svg +0 -0
  2552. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sterling-sign.svg +0 -0
  2553. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stethoscope.svg +0 -0
  2554. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stop.svg +0 -0
  2555. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stopwatch-20.svg +0 -0
  2556. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stopwatch.svg +0 -0
  2557. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/store-slash.svg +0 -0
  2558. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/store.svg +0 -0
  2559. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/street-view.svg +0 -0
  2560. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/strikethrough.svg +0 -0
  2561. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stroopwafel.svg +0 -0
  2562. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/subscript.svg +0 -0
  2563. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/suitcase-medical.svg +0 -0
  2564. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/suitcase-rolling.svg +0 -0
  2565. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/suitcase.svg +0 -0
  2566. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sun-plant-wilt.svg +0 -0
  2567. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sun.svg +0 -0
  2568. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/superscript.svg +0 -0
  2569. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/swatchbook.svg +0 -0
  2570. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/synagogue.svg +0 -0
  2571. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/syringe.svg +0 -0
  2572. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/t.svg +0 -0
  2573. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/table-cells-large.svg +0 -0
  2574. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/table-cells.svg +0 -0
  2575. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/table-columns.svg +0 -0
  2576. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/table-list.svg +0 -0
  2577. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/table-tennis-paddle-ball.svg +0 -0
  2578. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/table.svg +0 -0
  2579. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tablet-button.svg +0 -0
  2580. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tablet-screen-button.svg +0 -0
  2581. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tablet.svg +0 -0
  2582. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tablets.svg +0 -0
  2583. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tachograph-digital.svg +0 -0
  2584. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tag.svg +0 -0
  2585. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tags.svg +0 -0
  2586. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tape.svg +0 -0
  2587. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tarp-droplet.svg +0 -0
  2588. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tarp.svg +0 -0
  2589. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/taxi.svg +0 -0
  2590. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/teeth-open.svg +0 -0
  2591. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/teeth.svg +0 -0
  2592. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-arrow-down.svg +0 -0
  2593. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-arrow-up.svg +0 -0
  2594. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-empty.svg +0 -0
  2595. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-full.svg +0 -0
  2596. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-half.svg +0 -0
  2597. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-high.svg +0 -0
  2598. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-low.svg +0 -0
  2599. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-quarter.svg +0 -0
  2600. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-three-quarters.svg +0 -0
  2601. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tenge-sign.svg +0 -0
  2602. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tent-arrow-down-to-line.svg +0 -0
  2603. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tent-arrow-left-right.svg +0 -0
  2604. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tent-arrow-turn-left.svg +0 -0
  2605. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tent-arrows-down.svg +0 -0
  2606. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tent.svg +0 -0
  2607. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tents.svg +0 -0
  2608. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/terminal.svg +0 -0
  2609. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/text-height.svg +0 -0
  2610. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/text-slash.svg +0 -0
  2611. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/text-width.svg +0 -0
  2612. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/thermometer.svg +0 -0
  2613. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/thumbs-down.svg +0 -0
  2614. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/thumbs-up.svg +0 -0
  2615. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/thumbtack.svg +0 -0
  2616. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ticket-simple.svg +0 -0
  2617. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ticket.svg +0 -0
  2618. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/timeline.svg +0 -0
  2619. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toggle-off.svg +0 -0
  2620. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toggle-on.svg +0 -0
  2621. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toilet-paper-slash.svg +0 -0
  2622. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toilet-paper.svg +0 -0
  2623. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toilet-portable.svg +0 -0
  2624. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toilet.svg +0 -0
  2625. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toilets-portable.svg +0 -0
  2626. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toolbox.svg +0 -0
  2627. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tooth.svg +0 -0
  2628. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/torii-gate.svg +0 -0
  2629. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tornado.svg +0 -0
  2630. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tower-broadcast.svg +0 -0
  2631. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tower-cell.svg +0 -0
  2632. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tower-observation.svg +0 -0
  2633. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tractor.svg +0 -0
  2634. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trademark.svg +0 -0
  2635. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/traffic-light.svg +0 -0
  2636. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trailer.svg +0 -0
  2637. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/train-subway.svg +0 -0
  2638. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/train-tram.svg +0 -0
  2639. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/train.svg +0 -0
  2640. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/transgender.svg +0 -0
  2641. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trash-arrow-up.svg +0 -0
  2642. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trash-can-arrow-up.svg +0 -0
  2643. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trash-can.svg +0 -0
  2644. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trash.svg +0 -0
  2645. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tree-city.svg +0 -0
  2646. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tree.svg +0 -0
  2647. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/triangle-exclamation.svg +0 -0
  2648. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trophy.svg +0 -0
  2649. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trowel-bricks.svg +0 -0
  2650. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trowel.svg +0 -0
  2651. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-arrow-right.svg +0 -0
  2652. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-droplet.svg +0 -0
  2653. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-fast.svg +0 -0
  2654. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-field-un.svg +0 -0
  2655. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-field.svg +0 -0
  2656. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-front.svg +0 -0
  2657. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-medical.svg +0 -0
  2658. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-monster.svg +0 -0
  2659. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-moving.svg +0 -0
  2660. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-pickup.svg +0 -0
  2661. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-plane.svg +0 -0
  2662. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-ramp-box.svg +0 -0
  2663. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck.svg +0 -0
  2664. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tty.svg +0 -0
  2665. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/turkish-lira-sign.svg +0 -0
  2666. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/turn-down.svg +0 -0
  2667. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/turn-up.svg +0 -0
  2668. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tv.svg +0 -0
  2669. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/u.svg +0 -0
  2670. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/umbrella-beach.svg +0 -0
  2671. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/umbrella.svg +0 -0
  2672. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/underline.svg +0 -0
  2673. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/universal-access.svg +0 -0
  2674. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/unlock-keyhole.svg +0 -0
  2675. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/unlock.svg +0 -0
  2676. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/up-down-left-right.svg +0 -0
  2677. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/up-down.svg +0 -0
  2678. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/up-long.svg +0 -0
  2679. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/up-right-and-down-left-from-center.svg +0 -0
  2680. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/up-right-from-square.svg +0 -0
  2681. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/upload.svg +0 -0
  2682. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-astronaut.svg +0 -0
  2683. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-check.svg +0 -0
  2684. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-clock.svg +0 -0
  2685. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-doctor.svg +0 -0
  2686. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-gear.svg +0 -0
  2687. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-graduate.svg +0 -0
  2688. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-group.svg +0 -0
  2689. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-injured.svg +0 -0
  2690. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-large-slash.svg +0 -0
  2691. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-large.svg +0 -0
  2692. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-lock.svg +0 -0
  2693. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-minus.svg +0 -0
  2694. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-ninja.svg +0 -0
  2695. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-nurse.svg +0 -0
  2696. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-pen.svg +0 -0
  2697. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-plus.svg +0 -0
  2698. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-secret.svg +0 -0
  2699. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-shield.svg +0 -0
  2700. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-slash.svg +0 -0
  2701. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-tag.svg +0 -0
  2702. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-tie.svg +0 -0
  2703. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-xmark.svg +0 -0
  2704. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user.svg +0 -0
  2705. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-between-lines.svg +0 -0
  2706. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-gear.svg +0 -0
  2707. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-line.svg +0 -0
  2708. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-rays.svg +0 -0
  2709. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-rectangle.svg +0 -0
  2710. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-slash.svg +0 -0
  2711. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-viewfinder.svg +0 -0
  2712. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users.svg +0 -0
  2713. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/utensils.svg +0 -0
  2714. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/v.svg +0 -0
  2715. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/van-shuttle.svg +0 -0
  2716. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vault.svg +0 -0
  2717. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vector-square.svg +0 -0
  2718. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/venus-double.svg +0 -0
  2719. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/venus-mars.svg +0 -0
  2720. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/venus.svg +0 -0
  2721. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vest-patches.svg +0 -0
  2722. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vest.svg +0 -0
  2723. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vial-circle-check.svg +0 -0
  2724. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vial-virus.svg +0 -0
  2725. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vial.svg +0 -0
  2726. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vials.svg +0 -0
  2727. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/video-slash.svg +0 -0
  2728. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/video.svg +0 -0
  2729. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vihara.svg +0 -0
  2730. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/virus-covid-slash.svg +0 -0
  2731. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/virus-covid.svg +0 -0
  2732. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/virus-slash.svg +0 -0
  2733. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/virus.svg +0 -0
  2734. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/viruses.svg +0 -0
  2735. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/voicemail.svg +0 -0
  2736. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/volcano.svg +0 -0
  2737. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/volleyball.svg +0 -0
  2738. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/volume-high.svg +0 -0
  2739. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/volume-low.svg +0 -0
  2740. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/volume-off.svg +0 -0
  2741. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/volume-xmark.svg +0 -0
  2742. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vr-cardboard.svg +0 -0
  2743. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/w.svg +0 -0
  2744. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/walkie-talkie.svg +0 -0
  2745. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wallet.svg +0 -0
  2746. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wand-magic-sparkles.svg +0 -0
  2747. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wand-magic.svg +0 -0
  2748. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wand-sparkles.svg +0 -0
  2749. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/warehouse.svg +0 -0
  2750. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/water-ladder.svg +0 -0
  2751. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/water.svg +0 -0
  2752. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wave-square.svg +0 -0
  2753. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/weight-hanging.svg +0 -0
  2754. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/weight-scale.svg +0 -0
  2755. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wheat-awn-circle-exclamation.svg +0 -0
  2756. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wheat-awn.svg +0 -0
  2757. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wheelchair-move.svg +0 -0
  2758. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wheelchair.svg +0 -0
  2759. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/whiskey-glass.svg +0 -0
  2760. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wifi.svg +0 -0
  2761. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wind.svg +0 -0
  2762. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/window-maximize.svg +0 -0
  2763. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/window-minimize.svg +0 -0
  2764. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/window-restore.svg +0 -0
  2765. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wine-bottle.svg +0 -0
  2766. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wine-glass-empty.svg +0 -0
  2767. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wine-glass.svg +0 -0
  2768. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/won-sign.svg +0 -0
  2769. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/worm.svg +0 -0
  2770. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wrench.svg +0 -0
  2771. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/x-ray.svg +0 -0
  2772. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/x.svg +0 -0
  2773. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/xmark.svg +0 -0
  2774. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/xmarks-lines.svg +0 -0
  2775. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/y.svg +0 -0
  2776. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/yen-sign.svg +0 -0
  2777. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/yin-yang.svg +0 -0
  2778. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/z.svg +0 -0
  2779. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf +0 -0
  2780. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2 +0 -0
  2781. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf +0 -0
  2782. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2 +0 -0
  2783. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf +0 -0
  2784. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 +0 -0
  2785. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf +0 -0
  2786. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2 +0 -0
  2787. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/LICENSE.md +0 -0
  2788. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/README.md +0 -0
  2789. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/enums.js.flow +0 -0
  2790. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/enums.js.map +0 -0
  2791. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js.flow +0 -0
  2792. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js.flow +0 -0
  2793. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js.flow +0 -0
  2794. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/contains.js +0 -0
  2795. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getBoundingClientRect.js +0 -0
  2796. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getClippingRect.js +0 -0
  2797. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getCompositeRect.js +0 -0
  2798. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getComputedStyle.js +0 -0
  2799. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getDocumentElement.js +0 -0
  2800. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getDocumentRect.js +0 -0
  2801. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getHTMLElementScroll.js +0 -0
  2802. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getLayoutRect.js +0 -0
  2803. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getNodeName.js +0 -0
  2804. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getNodeScroll.js +0 -0
  2805. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getOffsetParent.js +0 -0
  2806. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getParentNode.js +0 -0
  2807. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getScrollParent.js +0 -0
  2808. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getViewportRect.js +0 -0
  2809. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getWindow.js +0 -0
  2810. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getWindowScroll.js +0 -0
  2811. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getWindowScrollBarX.js +0 -0
  2812. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/instanceOf.js +0 -0
  2813. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/isLayoutViewport.js +0 -0
  2814. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/isScrollParent.js +0 -0
  2815. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/isTableElement.js +0 -0
  2816. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/listScrollParents.js +0 -0
  2817. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/enums.js +0 -0
  2818. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/index.js +0 -0
  2819. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/applyStyles.js +0 -0
  2820. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/eventListeners.js +0 -0
  2821. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/flip.js +0 -0
  2822. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/hide.js +0 -0
  2823. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/index.js +0 -0
  2824. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/offset.js +0 -0
  2825. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/popperOffsets.js +0 -0
  2826. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/preventOverflow.js +0 -0
  2827. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/popper-base.js +0 -0
  2828. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/popper-lite.js +0 -0
  2829. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/popper.js +0 -0
  2830. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/types.js +0 -0
  2831. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/computeOffsets.js +0 -0
  2832. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/debounce.js +0 -0
  2833. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/detectOverflow.js +0 -0
  2834. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/expandToHashMap.js +0 -0
  2835. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getAltAxis.js +0 -0
  2836. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getAltLen.js +0 -0
  2837. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getBasePlacement.js +0 -0
  2838. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getFreshSideObject.js +0 -0
  2839. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getMainAxisFromPlacement.js +0 -0
  2840. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getOppositePlacement.js +0 -0
  2841. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getOppositeVariationPlacement.js +0 -0
  2842. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getVariation.js +0 -0
  2843. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/math.js +0 -0
  2844. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/mergeByName.js +0 -0
  2845. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/mergePaddingObject.js +0 -0
  2846. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/orderModifiers.js +0 -0
  2847. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/rectToClientRect.js +0 -0
  2848. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/uniqueBy.js +0 -0
  2849. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/within.js +0 -0
  2850. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.js.map +0 -0
  2851. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.min.js.flow +0 -0
  2852. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.min.js.map +0 -0
  2853. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js.flow +0 -0
  2854. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js.flow +0 -0
  2855. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js.flow +0 -0
  2856. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/index.d.ts +0 -0
  2857. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.d.ts +0 -0
  2858. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/contains.d.ts +0 -0
  2859. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/contains.js +0 -0
  2860. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/contains.js.flow +0 -0
  2861. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.d.ts +0 -0
  2862. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js +0 -0
  2863. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js.flow +0 -0
  2864. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.d.ts +0 -0
  2865. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js +0 -0
  2866. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js.flow +0 -0
  2867. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.d.ts +0 -0
  2868. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js +0 -0
  2869. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js.flow +0 -0
  2870. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.d.ts +0 -0
  2871. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js +0 -0
  2872. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js.flow +0 -0
  2873. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.d.ts +0 -0
  2874. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js +0 -0
  2875. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js.flow +0 -0
  2876. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.d.ts +0 -0
  2877. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js +0 -0
  2878. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js.flow +0 -0
  2879. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.d.ts +0 -0
  2880. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js +0 -0
  2881. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js.flow +0 -0
  2882. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.d.ts +0 -0
  2883. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js +0 -0
  2884. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js.flow +0 -0
  2885. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getNodeName.d.ts +0 -0
  2886. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js +0 -0
  2887. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js.flow +0 -0
  2888. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.d.ts +0 -0
  2889. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js +0 -0
  2890. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js.flow +0 -0
  2891. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.d.ts +0 -0
  2892. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js +0 -0
  2893. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js.flow +0 -0
  2894. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getParentNode.d.ts +0 -0
  2895. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js +0 -0
  2896. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js.flow +0 -0
  2897. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.d.ts +0 -0
  2898. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js +0 -0
  2899. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js.flow +0 -0
  2900. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.d.ts +0 -0
  2901. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js +0 -0
  2902. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js.flow +0 -0
  2903. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindow.d.ts +0 -0
  2904. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindow.js +0 -0
  2905. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindow.js.flow +0 -0
  2906. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.d.ts +0 -0
  2907. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js +0 -0
  2908. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js.flow +0 -0
  2909. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.d.ts +0 -0
  2910. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js +0 -0
  2911. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js.flow +0 -0
  2912. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/instanceOf.d.ts +0 -0
  2913. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js +0 -0
  2914. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js.flow +0 -0
  2915. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.d.ts +0 -0
  2916. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js +0 -0
  2917. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js.flow +0 -0
  2918. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.d.ts +0 -0
  2919. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js +0 -0
  2920. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js.flow +0 -0
  2921. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isTableElement.d.ts +0 -0
  2922. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js +0 -0
  2923. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js.flow +0 -0
  2924. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.d.ts +0 -0
  2925. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js +0 -0
  2926. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js.flow +0 -0
  2927. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/enums.d.ts +0 -0
  2928. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/enums.js +0 -0
  2929. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/enums.js.flow +0 -0
  2930. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/index.d.ts +0 -0
  2931. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/index.js +0 -0
  2932. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/index.js.flow +0 -0
  2933. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/applyStyles.d.ts +0 -0
  2934. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/applyStyles.js +0 -0
  2935. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/applyStyles.js.flow +0 -0
  2936. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.d.ts +0 -0
  2937. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts +0 -0
  2938. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/eventListeners.d.ts +0 -0
  2939. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/eventListeners.js +0 -0
  2940. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/eventListeners.js.flow +0 -0
  2941. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/flip.d.ts +0 -0
  2942. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/flip.js +0 -0
  2943. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/flip.js.flow +0 -0
  2944. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/hide.d.ts +0 -0
  2945. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/hide.js +0 -0
  2946. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/hide.js.flow +0 -0
  2947. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/index.d.ts +0 -0
  2948. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/index.js +0 -0
  2949. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/index.js.flow +0 -0
  2950. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/offset.d.ts +0 -0
  2951. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/offset.js +0 -0
  2952. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/offset.js.flow +0 -0
  2953. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/popperOffsets.d.ts +0 -0
  2954. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js +0 -0
  2955. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js.flow +0 -0
  2956. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts +0 -0
  2957. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js +0 -0
  2958. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js.flow +0 -0
  2959. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper-base.d.ts +0 -0
  2960. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper-base.js +0 -0
  2961. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper-base.js.flow +0 -0
  2962. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper-lite.d.ts +0 -0
  2963. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper-lite.js +0 -0
  2964. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper-lite.js.flow +0 -0
  2965. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper.d.ts +0 -0
  2966. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper.js +0 -0
  2967. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper.js.flow +0 -0
  2968. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/types.d.ts +0 -0
  2969. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/types.js +0 -0
  2970. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/types.js.flow +0 -0
  2971. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.d.ts +0 -0
  2972. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeOffsets.d.ts +0 -0
  2973. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeOffsets.js +0 -0
  2974. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeOffsets.js.flow +0 -0
  2975. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/debounce.d.ts +0 -0
  2976. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/debounce.js +0 -0
  2977. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/debounce.js.flow +0 -0
  2978. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts +0 -0
  2979. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/detectOverflow.js +0 -0
  2980. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/detectOverflow.js.flow +0 -0
  2981. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/expandToHashMap.d.ts +0 -0
  2982. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/expandToHashMap.js +0 -0
  2983. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/expandToHashMap.js.flow +0 -0
  2984. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getAltAxis.d.ts +0 -0
  2985. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getAltAxis.js +0 -0
  2986. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getAltAxis.js.flow +0 -0
  2987. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getAltLen.d.ts +0 -0
  2988. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getAltLen.js +0 -0
  2989. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getAltLen.js.flow +0 -0
  2990. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getBasePlacement.d.ts +0 -0
  2991. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getBasePlacement.js +0 -0
  2992. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getBasePlacement.js.flow +0 -0
  2993. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getFreshSideObject.d.ts +0 -0
  2994. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js +0 -0
  2995. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js.flow +0 -0
  2996. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.d.ts +0 -0
  2997. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js +0 -0
  2998. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js.flow +0 -0
  2999. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getOppositePlacement.d.ts +0 -0
  3000. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js +0 -0
  3001. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js.flow +0 -0
  3002. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.d.ts +0 -0
  3003. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js +0 -0
  3004. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js.flow +0 -0
  3005. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getVariation.d.ts +0 -0
  3006. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getVariation.js +0 -0
  3007. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getVariation.js.flow +0 -0
  3008. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/math.d.ts +0 -0
  3009. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/math.js +0 -0
  3010. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/math.js.flow +0 -0
  3011. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/mergeByName.d.ts +0 -0
  3012. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/mergeByName.js +0 -0
  3013. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/mergeByName.js.flow +0 -0
  3014. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/mergePaddingObject.d.ts +0 -0
  3015. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js +0 -0
  3016. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js.flow +0 -0
  3017. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/orderModifiers.d.ts +0 -0
  3018. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/orderModifiers.js +0 -0
  3019. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/orderModifiers.js.flow +0 -0
  3020. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/rectToClientRect.d.ts +0 -0
  3021. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/rectToClientRect.js +0 -0
  3022. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/rectToClientRect.js.flow +0 -0
  3023. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/uniqueBy.d.ts +0 -0
  3024. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/uniqueBy.js +0 -0
  3025. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/uniqueBy.js.flow +0 -0
  3026. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.d.ts +0 -0
  3027. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/within.d.ts +0 -0
  3028. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/within.js +0 -0
  3029. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/within.js.flow +0 -0
  3030. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/LICENSE +0 -0
  3031. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/README.md +0 -0
  3032. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/animate.compat.css +0 -0
  3033. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/animate.css +0 -0
  3034. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/animate.min.css +0 -0
  3035. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/package.json +0 -0
  3036. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/_base.css +0 -0
  3037. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/_vars.css +0 -0
  3038. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/animate.css +0 -0
  3039. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/bounce.css +0 -0
  3040. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/flash.css +0 -0
  3041. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/headShake.css +0 -0
  3042. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/heartBeat.css +0 -0
  3043. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/jello.css +0 -0
  3044. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/pulse.css +0 -0
  3045. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/rubberBand.css +0 -0
  3046. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/shake.css +0 -0
  3047. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/shakeX.css +0 -0
  3048. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/shakeY.css +0 -0
  3049. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/swing.css +0 -0
  3050. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/tada.css +0 -0
  3051. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/wobble.css +0 -0
  3052. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_entrances/backInDown.css +0 -0
  3053. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_entrances/backInLeft.css +0 -0
  3054. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_entrances/backInRight.css +0 -0
  3055. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_entrances/backInUp.css +0 -0
  3056. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_exits/backOutDown.css +0 -0
  3057. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_exits/backOutLeft.css +0 -0
  3058. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_exits/backOutRight.css +0 -0
  3059. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_exits/backOutUp.css +0 -0
  3060. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_entrances/bounceIn.css +0 -0
  3061. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_entrances/bounceInDown.css +0 -0
  3062. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_entrances/bounceInLeft.css +0 -0
  3063. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_entrances/bounceInRight.css +0 -0
  3064. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_entrances/bounceInUp.css +0 -0
  3065. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_exits/bounceOut.css +0 -0
  3066. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_exits/bounceOutDown.css +0 -0
  3067. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_exits/bounceOutLeft.css +0 -0
  3068. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_exits/bounceOutRight.css +0 -0
  3069. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_exits/bounceOutUp.css +0 -0
  3070. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeIn.css +0 -0
  3071. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInBottomLeft.css +0 -0
  3072. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInBottomRight.css +0 -0
  3073. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInDown.css +0 -0
  3074. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInDownBig.css +0 -0
  3075. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInLeft.css +0 -0
  3076. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInLeftBig.css +0 -0
  3077. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInRight.css +0 -0
  3078. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInRightBig.css +0 -0
  3079. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInTopLeft.css +0 -0
  3080. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInTopRight.css +0 -0
  3081. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInUp.css +0 -0
  3082. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInUpBig.css +0 -0
  3083. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOut.css +0 -0
  3084. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutBottomLeft.css +0 -0
  3085. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutBottomRight.css +0 -0
  3086. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutDown.css +0 -0
  3087. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutDownBig.css +0 -0
  3088. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutLeft.css +0 -0
  3089. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutLeftBig.css +0 -0
  3090. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutRight.css +0 -0
  3091. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutRightBig.css +0 -0
  3092. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutTopLeft.css +0 -0
  3093. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutTopRight.css +0 -0
  3094. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutUp.css +0 -0
  3095. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutUpBig.css +0 -0
  3096. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/flippers/flip.css +0 -0
  3097. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/flippers/flipInX.css +0 -0
  3098. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/flippers/flipInY.css +0 -0
  3099. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/flippers/flipOutX.css +0 -0
  3100. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/flippers/flipOutY.css +0 -0
  3101. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/lightspeed/lightSpeedInLeft.css +0 -0
  3102. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/lightspeed/lightSpeedInRight.css +0 -0
  3103. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/lightspeed/lightSpeedOutLeft.css +0 -0
  3104. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/lightspeed/lightSpeedOutRight.css +0 -0
  3105. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_entrances/rotateIn.css +0 -0
  3106. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_entrances/rotateInDownLeft.css +0 -0
  3107. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_entrances/rotateInDownRight.css +0 -0
  3108. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_entrances/rotateInUpLeft.css +0 -0
  3109. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_entrances/rotateInUpRight.css +0 -0
  3110. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_exits/rotateOut.css +0 -0
  3111. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_exits/rotateOutDownLeft.css +0 -0
  3112. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_exits/rotateOutDownRight.css +0 -0
  3113. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_exits/rotateOutUpLeft.css +0 -0
  3114. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_exits/rotateOutUpRight.css +0 -0
  3115. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_entrances/slideInDown.css +0 -0
  3116. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_entrances/slideInLeft.css +0 -0
  3117. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_entrances/slideInRight.css +0 -0
  3118. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_entrances/slideInUp.css +0 -0
  3119. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_exits/slideOutDown.css +0 -0
  3120. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_exits/slideOutLeft.css +0 -0
  3121. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_exits/slideOutRight.css +0 -0
  3122. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_exits/slideOutUp.css +0 -0
  3123. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/specials/hinge.css +0 -0
  3124. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/specials/jackInTheBox.css +0 -0
  3125. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/specials/rollIn.css +0 -0
  3126. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/specials/rollOut.css +0 -0
  3127. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_entrances/zoomIn.css +0 -0
  3128. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_entrances/zoomInDown.css +0 -0
  3129. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_entrances/zoomInLeft.css +0 -0
  3130. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_entrances/zoomInRight.css +0 -0
  3131. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_entrances/zoomInUp.css +0 -0
  3132. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_exits/zoomOut.css +0 -0
  3133. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_exits/zoomOutDown.css +0 -0
  3134. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_exits/zoomOutLeft.css +0 -0
  3135. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_exits/zoomOutRight.css +0 -0
  3136. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_exits/zoomOutUp.css +0 -0
  3137. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/LICENSE +0 -0
  3138. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/README.md +0 -0
  3139. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.css +0 -0
  3140. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.css.map +0 -0
  3141. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.min.css +0 -0
  3142. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map +0 -0
  3143. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.css +0 -0
  3144. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.css.map +0 -0
  3145. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.min.css +0 -0
  3146. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +0 -0
  3147. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.css +0 -0
  3148. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map +0 -0
  3149. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css +0 -0
  3150. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map +0 -0
  3151. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.css +0 -0
  3152. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +0 -0
  3153. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +0 -0
  3154. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +0 -0
  3155. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.css +0 -0
  3156. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.css.map +0 -0
  3157. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.min.css +0 -0
  3158. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.min.css.map +0 -0
  3159. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.css +0 -0
  3160. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +0 -0
  3161. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +0 -0
  3162. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +0 -0
  3163. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.css +0 -0
  3164. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.css.map +0 -0
  3165. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.min.css +0 -0
  3166. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.min.css.map +0 -0
  3167. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.rtl.css +0 -0
  3168. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.rtl.css.map +0 -0
  3169. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.rtl.min.css +0 -0
  3170. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.rtl.min.css.map +0 -0
  3171. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.bundle.js +0 -0
  3172. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.bundle.js.map +0 -0
  3173. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js +0 -0
  3174. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map +0 -0
  3175. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.esm.js +0 -0
  3176. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.esm.js.map +0 -0
  3177. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.esm.min.js +0 -0
  3178. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.esm.min.js.map +0 -0
  3179. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.js +0 -0
  3180. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.js.map +0 -0
  3181. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.min.js +0 -0
  3182. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.min.js.map +0 -0
  3183. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/alert.js +0 -0
  3184. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/alert.js.map +0 -0
  3185. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/base-component.js +0 -0
  3186. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/base-component.js.map +0 -0
  3187. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/button.js +0 -0
  3188. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/button.js.map +0 -0
  3189. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/carousel.js +0 -0
  3190. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/carousel.js.map +0 -0
  3191. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/collapse.js +0 -0
  3192. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/collapse.js.map +0 -0
  3193. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/data.js +0 -0
  3194. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/data.js.map +0 -0
  3195. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/event-handler.js +0 -0
  3196. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/event-handler.js.map +0 -0
  3197. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/manipulator.js +0 -0
  3198. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/manipulator.js.map +0 -0
  3199. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/selector-engine.js +0 -0
  3200. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/selector-engine.js.map +0 -0
  3201. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dropdown.js +0 -0
  3202. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dropdown.js.map +0 -0
  3203. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/modal.js +0 -0
  3204. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/modal.js.map +0 -0
  3205. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/offcanvas.js +0 -0
  3206. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/offcanvas.js.map +0 -0
  3207. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/popover.js +0 -0
  3208. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/popover.js.map +0 -0
  3209. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/scrollspy.js +0 -0
  3210. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/scrollspy.js.map +0 -0
  3211. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/tab.js +0 -0
  3212. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/tab.js.map +0 -0
  3213. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/toast.js +0 -0
  3214. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/toast.js.map +0 -0
  3215. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/tooltip.js +0 -0
  3216. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/tooltip.js.map +0 -0
  3217. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/backdrop.js +0 -0
  3218. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/backdrop.js.map +0 -0
  3219. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/component-functions.js +0 -0
  3220. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/component-functions.js.map +0 -0
  3221. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/config.js +0 -0
  3222. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/config.js.map +0 -0
  3223. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/focustrap.js +0 -0
  3224. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/focustrap.js.map +0 -0
  3225. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/index.js +0 -0
  3226. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/index.js.map +0 -0
  3227. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/sanitizer.js +0 -0
  3228. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/sanitizer.js.map +0 -0
  3229. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/scrollbar.js +0 -0
  3230. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/scrollbar.js.map +0 -0
  3231. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/swipe.js +0 -0
  3232. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/swipe.js.map +0 -0
  3233. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/template-factory.js +0 -0
  3234. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/template-factory.js.map +0 -0
  3235. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/index.esm.js +0 -0
  3236. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/index.umd.js +0 -0
  3237. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/alert.js +0 -0
  3238. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/base-component.js +0 -0
  3239. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/button.js +0 -0
  3240. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/carousel.js +0 -0
  3241. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/collapse.js +0 -0
  3242. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/dom/data.js +0 -0
  3243. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/dom/event-handler.js +0 -0
  3244. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/dom/manipulator.js +0 -0
  3245. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/dom/selector-engine.js +0 -0
  3246. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/dropdown.js +0 -0
  3247. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/modal.js +0 -0
  3248. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/offcanvas.js +0 -0
  3249. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/popover.js +0 -0
  3250. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/scrollspy.js +0 -0
  3251. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/tab.js +0 -0
  3252. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/toast.js +0 -0
  3253. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/tooltip.js +0 -0
  3254. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/backdrop.js +0 -0
  3255. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/component-functions.js +0 -0
  3256. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/config.js +0 -0
  3257. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/focustrap.js +0 -0
  3258. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/index.js +0 -0
  3259. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/sanitizer.js +0 -0
  3260. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/scrollbar.js +0 -0
  3261. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/swipe.js +0 -0
  3262. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/template-factory.js +0 -0
  3263. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/package.json +0 -0
  3264. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_accordion.scss +0 -0
  3265. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_alert.scss +0 -0
  3266. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_badge.scss +0 -0
  3267. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_breadcrumb.scss +0 -0
  3268. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_button-group.scss +0 -0
  3269. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_buttons.scss +0 -0
  3270. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_card.scss +0 -0
  3271. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_carousel.scss +0 -0
  3272. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_close.scss +0 -0
  3273. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_containers.scss +0 -0
  3274. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_dropdown.scss +0 -0
  3275. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_forms.scss +0 -0
  3276. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_functions.scss +0 -0
  3277. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_grid.scss +0 -0
  3278. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_helpers.scss +0 -0
  3279. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_images.scss +0 -0
  3280. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_list-group.scss +0 -0
  3281. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_maps.scss +0 -0
  3282. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_mixins.scss +0 -0
  3283. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_modal.scss +0 -0
  3284. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_nav.scss +0 -0
  3285. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_navbar.scss +0 -0
  3286. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_offcanvas.scss +0 -0
  3287. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_pagination.scss +0 -0
  3288. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_placeholders.scss +0 -0
  3289. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_popover.scss +0 -0
  3290. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_progress.scss +0 -0
  3291. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_reboot.scss +0 -0
  3292. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_root.scss +0 -0
  3293. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_spinners.scss +0 -0
  3294. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_tables.scss +0 -0
  3295. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_toasts.scss +0 -0
  3296. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_tooltip.scss +0 -0
  3297. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_transitions.scss +0 -0
  3298. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_type.scss +0 -0
  3299. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_utilities.scss +0 -0
  3300. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_variables-dark.scss +0 -0
  3301. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_variables.scss +0 -0
  3302. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/bootstrap-grid.scss +0 -0
  3303. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/bootstrap-reboot.scss +0 -0
  3304. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/bootstrap-utilities.scss +0 -0
  3305. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/bootstrap.scss +0 -0
  3306. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_floating-labels.scss +0 -0
  3307. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_form-check.scss +0 -0
  3308. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_form-control.scss +0 -0
  3309. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_form-range.scss +0 -0
  3310. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_form-select.scss +0 -0
  3311. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_form-text.scss +0 -0
  3312. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_input-group.scss +0 -0
  3313. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_labels.scss +0 -0
  3314. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_validation.scss +0 -0
  3315. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_clearfix.scss +0 -0
  3316. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_color-bg.scss +0 -0
  3317. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_colored-links.scss +0 -0
  3318. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_focus-ring.scss +0 -0
  3319. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_icon-link.scss +0 -0
  3320. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_position.scss +0 -0
  3321. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_ratio.scss +0 -0
  3322. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_stacks.scss +0 -0
  3323. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_stretched-link.scss +0 -0
  3324. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_text-truncation.scss +0 -0
  3325. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_visually-hidden.scss +0 -0
  3326. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_vr.scss +0 -0
  3327. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_alert.scss +0 -0
  3328. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_backdrop.scss +0 -0
  3329. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_banner.scss +0 -0
  3330. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_border-radius.scss +0 -0
  3331. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_box-shadow.scss +0 -0
  3332. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_breakpoints.scss +0 -0
  3333. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_buttons.scss +0 -0
  3334. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_caret.scss +0 -0
  3335. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_clearfix.scss +0 -0
  3336. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_color-mode.scss +0 -0
  3337. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_color-scheme.scss +0 -0
  3338. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_container.scss +0 -0
  3339. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_deprecate.scss +0 -0
  3340. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_forms.scss +0 -0
  3341. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_gradients.scss +0 -0
  3342. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_grid.scss +0 -0
  3343. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_image.scss +0 -0
  3344. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_list-group.scss +0 -0
  3345. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_lists.scss +0 -0
  3346. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_pagination.scss +0 -0
  3347. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_reset-text.scss +0 -0
  3348. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_resize.scss +0 -0
  3349. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_table-variants.scss +0 -0
  3350. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_text-truncate.scss +0 -0
  3351. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_transition.scss +0 -0
  3352. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_utilities.scss +0 -0
  3353. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_visually-hidden.scss +0 -0
  3354. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/utilities/_api.scss +0 -0
  3355. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/vendor/_rfs.scss +0 -0
  3356. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/LICENSE.md +0 -0
  3357. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/README.md +0 -0
  3358. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/bootstrap-icons.svg +0 -0
  3359. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/font/bootstrap-icons.css +0 -0
  3360. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/font/bootstrap-icons.json +0 -0
  3361. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/font/bootstrap-icons.scss +0 -0
  3362. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff +0 -0
  3363. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2 +0 -0
  3364. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/font/index.html +0 -0
  3365. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/1-circle-fill.svg +0 -0
  3366. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/1-circle.svg +0 -0
  3367. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/1-square-fill.svg +0 -0
  3368. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/1-square.svg +0 -0
  3369. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/123.svg +0 -0
  3370. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/2-circle-fill.svg +0 -0
  3371. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/2-circle.svg +0 -0
  3372. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/2-square-fill.svg +0 -0
  3373. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/2-square.svg +0 -0
  3374. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/3-circle-fill.svg +0 -0
  3375. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/3-circle.svg +0 -0
  3376. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/3-square-fill.svg +0 -0
  3377. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/3-square.svg +0 -0
  3378. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/4-circle-fill.svg +0 -0
  3379. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/4-circle.svg +0 -0
  3380. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/4-square-fill.svg +0 -0
  3381. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/4-square.svg +0 -0
  3382. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/5-circle-fill.svg +0 -0
  3383. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/5-circle.svg +0 -0
  3384. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/5-square-fill.svg +0 -0
  3385. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/5-square.svg +0 -0
  3386. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/6-circle-fill.svg +0 -0
  3387. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/6-circle.svg +0 -0
  3388. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/6-square-fill.svg +0 -0
  3389. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/6-square.svg +0 -0
  3390. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/7-circle-fill.svg +0 -0
  3391. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/7-circle.svg +0 -0
  3392. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/7-square-fill.svg +0 -0
  3393. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/7-square.svg +0 -0
  3394. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/8-circle-fill.svg +0 -0
  3395. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/8-circle.svg +0 -0
  3396. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/8-square-fill.svg +0 -0
  3397. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/8-square.svg +0 -0
  3398. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/9-circle-fill.svg +0 -0
  3399. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/9-circle.svg +0 -0
  3400. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/9-square-fill.svg +0 -0
  3401. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/9-square.svg +0 -0
  3402. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/activity.svg +0 -0
  3403. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/airplane-engines-fill.svg +0 -0
  3404. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/airplane-engines.svg +0 -0
  3405. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/airplane-fill.svg +0 -0
  3406. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/airplane.svg +0 -0
  3407. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/alarm-fill.svg +0 -0
  3408. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/alarm.svg +0 -0
  3409. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/alexa.svg +0 -0
  3410. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/align-bottom.svg +0 -0
  3411. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/align-center.svg +0 -0
  3412. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/align-end.svg +0 -0
  3413. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/align-middle.svg +0 -0
  3414. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/align-start.svg +0 -0
  3415. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/align-top.svg +0 -0
  3416. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/alipay.svg +0 -0
  3417. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/alt.svg +0 -0
  3418. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/android.svg +0 -0
  3419. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/android2.svg +0 -0
  3420. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/app-indicator.svg +0 -0
  3421. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/app.svg +0 -0
  3422. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/apple.svg +0 -0
  3423. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/archive-fill.svg +0 -0
  3424. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/archive.svg +0 -0
  3425. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-90deg-down.svg +0 -0
  3426. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-90deg-left.svg +0 -0
  3427. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-90deg-right.svg +0 -0
  3428. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-90deg-up.svg +0 -0
  3429. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-bar-down.svg +0 -0
  3430. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-bar-left.svg +0 -0
  3431. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-bar-right.svg +0 -0
  3432. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-bar-up.svg +0 -0
  3433. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-clockwise.svg +0 -0
  3434. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-counterclockwise.svg +0 -0
  3435. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-circle-fill.svg +0 -0
  3436. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-circle.svg +0 -0
  3437. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-left-circle-fill.svg +0 -0
  3438. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-left-circle.svg +0 -0
  3439. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-left-square-fill.svg +0 -0
  3440. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-left-square.svg +0 -0
  3441. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-left.svg +0 -0
  3442. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-right-circle-fill.svg +0 -0
  3443. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-right-circle.svg +0 -0
  3444. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-right-square-fill.svg +0 -0
  3445. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-right-square.svg +0 -0
  3446. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-right.svg +0 -0
  3447. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-short.svg +0 -0
  3448. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-square-fill.svg +0 -0
  3449. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-square.svg +0 -0
  3450. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-up.svg +0 -0
  3451. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down.svg +0 -0
  3452. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left-circle-fill.svg +0 -0
  3453. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left-circle.svg +0 -0
  3454. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left-right.svg +0 -0
  3455. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left-short.svg +0 -0
  3456. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left-square-fill.svg +0 -0
  3457. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left-square.svg +0 -0
  3458. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left.svg +0 -0
  3459. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-repeat.svg +0 -0
  3460. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-return-left.svg +0 -0
  3461. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-return-right.svg +0 -0
  3462. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-right-circle-fill.svg +0 -0
  3463. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-right-circle.svg +0 -0
  3464. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-right-short.svg +0 -0
  3465. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-right-square-fill.svg +0 -0
  3466. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-right-square.svg +0 -0
  3467. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-right.svg +0 -0
  3468. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-through-heart-fill.svg +0 -0
  3469. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-through-heart.svg +0 -0
  3470. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-circle-fill.svg +0 -0
  3471. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-circle.svg +0 -0
  3472. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-left-circle-fill.svg +0 -0
  3473. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-left-circle.svg +0 -0
  3474. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-left-square-fill.svg +0 -0
  3475. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-left-square.svg +0 -0
  3476. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-left.svg +0 -0
  3477. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-right-circle-fill.svg +0 -0
  3478. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-right-circle.svg +0 -0
  3479. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-right-square-fill.svg +0 -0
  3480. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-right-square.svg +0 -0
  3481. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-right.svg +0 -0
  3482. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-short.svg +0 -0
  3483. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-square-fill.svg +0 -0
  3484. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-square.svg +0 -0
  3485. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up.svg +0 -0
  3486. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrows-angle-contract.svg +0 -0
  3487. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrows-angle-expand.svg +0 -0
  3488. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrows-collapse.svg +0 -0
  3489. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrows-expand.svg +0 -0
  3490. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrows-fullscreen.svg +0 -0
  3491. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrows-move.svg +0 -0
  3492. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/aspect-ratio-fill.svg +0 -0
  3493. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/aspect-ratio.svg +0 -0
  3494. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/asterisk.svg +0 -0
  3495. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/at.svg +0 -0
  3496. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/award-fill.svg +0 -0
  3497. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/award.svg +0 -0
  3498. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/back.svg +0 -0
  3499. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/backspace-fill.svg +0 -0
  3500. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/backspace-reverse-fill.svg +0 -0
  3501. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/backspace-reverse.svg +0 -0
  3502. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/backspace.svg +0 -0
  3503. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-3d-fill.svg +0 -0
  3504. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-3d.svg +0 -0
  3505. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-4k-fill.svg +0 -0
  3506. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-4k.svg +0 -0
  3507. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-8k-fill.svg +0 -0
  3508. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-8k.svg +0 -0
  3509. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-ad-fill.svg +0 -0
  3510. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-ad.svg +0 -0
  3511. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-ar-fill.svg +0 -0
  3512. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-ar.svg +0 -0
  3513. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-cc-fill.svg +0 -0
  3514. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-cc.svg +0 -0
  3515. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-hd-fill.svg +0 -0
  3516. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-hd.svg +0 -0
  3517. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-sd-fill.svg +0 -0
  3518. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-sd.svg +0 -0
  3519. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-tm-fill.svg +0 -0
  3520. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-tm.svg +0 -0
  3521. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-vo-fill.svg +0 -0
  3522. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-vo.svg +0 -0
  3523. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-vr-fill.svg +0 -0
  3524. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-vr.svg +0 -0
  3525. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-wc-fill.svg +0 -0
  3526. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-wc.svg +0 -0
  3527. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-check-fill.svg +0 -0
  3528. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-check.svg +0 -0
  3529. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-dash-fill.svg +0 -0
  3530. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-dash.svg +0 -0
  3531. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-fill.svg +0 -0
  3532. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-heart-fill.svg +0 -0
  3533. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-heart.svg +0 -0
  3534. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-plus-fill.svg +0 -0
  3535. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-plus.svg +0 -0
  3536. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-x-fill.svg +0 -0
  3537. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-x.svg +0 -0
  3538. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag.svg +0 -0
  3539. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/balloon-fill.svg +0 -0
  3540. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/balloon-heart-fill.svg +0 -0
  3541. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/balloon-heart.svg +0 -0
  3542. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/balloon.svg +0 -0
  3543. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bandaid-fill.svg +0 -0
  3544. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bandaid.svg +0 -0
  3545. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bank.svg +0 -0
  3546. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bank2.svg +0 -0
  3547. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bar-chart-fill.svg +0 -0
  3548. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bar-chart-line-fill.svg +0 -0
  3549. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bar-chart-line.svg +0 -0
  3550. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bar-chart-steps.svg +0 -0
  3551. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bar-chart.svg +0 -0
  3552. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/basket-fill.svg +0 -0
  3553. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/basket.svg +0 -0
  3554. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/basket2-fill.svg +0 -0
  3555. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/basket2.svg +0 -0
  3556. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/basket3-fill.svg +0 -0
  3557. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/basket3.svg +0 -0
  3558. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/battery-charging.svg +0 -0
  3559. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/battery-full.svg +0 -0
  3560. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/battery-half.svg +0 -0
  3561. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/battery.svg +0 -0
  3562. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/behance.svg +0 -0
  3563. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bell-fill.svg +0 -0
  3564. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bell-slash-fill.svg +0 -0
  3565. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bell-slash.svg +0 -0
  3566. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bell.svg +0 -0
  3567. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bezier.svg +0 -0
  3568. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bezier2.svg +0 -0
  3569. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bicycle.svg +0 -0
  3570. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/binoculars-fill.svg +0 -0
  3571. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/binoculars.svg +0 -0
  3572. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/blockquote-left.svg +0 -0
  3573. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/blockquote-right.svg +0 -0
  3574. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bluetooth.svg +0 -0
  3575. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/body-text.svg +0 -0
  3576. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/book-fill.svg +0 -0
  3577. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/book-half.svg +0 -0
  3578. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/book.svg +0 -0
  3579. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-check-fill.svg +0 -0
  3580. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-check.svg +0 -0
  3581. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-dash-fill.svg +0 -0
  3582. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-dash.svg +0 -0
  3583. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-fill.svg +0 -0
  3584. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-heart-fill.svg +0 -0
  3585. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-heart.svg +0 -0
  3586. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-plus-fill.svg +0 -0
  3587. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-plus.svg +0 -0
  3588. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-star-fill.svg +0 -0
  3589. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-star.svg +0 -0
  3590. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-x-fill.svg +0 -0
  3591. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-x.svg +0 -0
  3592. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark.svg +0 -0
  3593. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmarks-fill.svg +0 -0
  3594. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmarks.svg +0 -0
  3595. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookshelf.svg +0 -0
  3596. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/boombox-fill.svg +0 -0
  3597. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/boombox.svg +0 -0
  3598. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bootstrap-fill.svg +0 -0
  3599. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bootstrap-reboot.svg +0 -0
  3600. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bootstrap.svg +0 -0
  3601. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-all.svg +0 -0
  3602. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-bottom.svg +0 -0
  3603. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-center.svg +0 -0
  3604. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-inner.svg +0 -0
  3605. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-left.svg +0 -0
  3606. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-middle.svg +0 -0
  3607. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-outer.svg +0 -0
  3608. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-right.svg +0 -0
  3609. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-style.svg +0 -0
  3610. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-top.svg +0 -0
  3611. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-width.svg +0 -0
  3612. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border.svg +0 -0
  3613. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bounding-box-circles.svg +0 -0
  3614. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bounding-box.svg +0 -0
  3615. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-down-left.svg +0 -0
  3616. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-down-right.svg +0 -0
  3617. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-down.svg +0 -0
  3618. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-down-left.svg +0 -0
  3619. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-down-right.svg +0 -0
  3620. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-down.svg +0 -0
  3621. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-left.svg +0 -0
  3622. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-right.svg +0 -0
  3623. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-up-left.svg +0 -0
  3624. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-up-right.svg +0 -0
  3625. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-up.svg +0 -0
  3626. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-left.svg +0 -0
  3627. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-right.svg +0 -0
  3628. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-up-left.svg +0 -0
  3629. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-up-right.svg +0 -0
  3630. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-up.svg +0 -0
  3631. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-fill.svg +0 -0
  3632. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-seam-fill.svg +0 -0
  3633. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-seam.svg +0 -0
  3634. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box.svg +0 -0
  3635. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box2-fill.svg +0 -0
  3636. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box2-heart-fill.svg +0 -0
  3637. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box2-heart.svg +0 -0
  3638. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box2.svg +0 -0
  3639. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/boxes.svg +0 -0
  3640. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/braces-asterisk.svg +0 -0
  3641. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/braces.svg +0 -0
  3642. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bricks.svg +0 -0
  3643. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/briefcase-fill.svg +0 -0
  3644. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/briefcase.svg +0 -0
  3645. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-alt-high-fill.svg +0 -0
  3646. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-alt-high.svg +0 -0
  3647. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-alt-low-fill.svg +0 -0
  3648. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-alt-low.svg +0 -0
  3649. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-high-fill.svg +0 -0
  3650. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-high.svg +0 -0
  3651. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-low-fill.svg +0 -0
  3652. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-low.svg +0 -0
  3653. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/broadcast-pin.svg +0 -0
  3654. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/broadcast.svg +0 -0
  3655. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/browser-chrome.svg +0 -0
  3656. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/browser-edge.svg +0 -0
  3657. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/browser-firefox.svg +0 -0
  3658. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/browser-safari.svg +0 -0
  3659. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brush-fill.svg +0 -0
  3660. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brush.svg +0 -0
  3661. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bucket-fill.svg +0 -0
  3662. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bucket.svg +0 -0
  3663. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bug-fill.svg +0 -0
  3664. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bug.svg +0 -0
  3665. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/building.svg +0 -0
  3666. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bullseye.svg +0 -0
  3667. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/c-circle-fill.svg +0 -0
  3668. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/c-circle.svg +0 -0
  3669. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/c-square-fill.svg +0 -0
  3670. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/c-square.svg +0 -0
  3671. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calculator-fill.svg +0 -0
  3672. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calculator.svg +0 -0
  3673. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-check-fill.svg +0 -0
  3674. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-check.svg +0 -0
  3675. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-date-fill.svg +0 -0
  3676. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-date.svg +0 -0
  3677. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-day-fill.svg +0 -0
  3678. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-day.svg +0 -0
  3679. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-event-fill.svg +0 -0
  3680. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-event.svg +0 -0
  3681. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-fill.svg +0 -0
  3682. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-heart-fill.svg +0 -0
  3683. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-heart.svg +0 -0
  3684. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-minus-fill.svg +0 -0
  3685. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-minus.svg +0 -0
  3686. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-month-fill.svg +0 -0
  3687. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-month.svg +0 -0
  3688. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-plus-fill.svg +0 -0
  3689. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-plus.svg +0 -0
  3690. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-range-fill.svg +0 -0
  3691. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-range.svg +0 -0
  3692. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-week-fill.svg +0 -0
  3693. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-week.svg +0 -0
  3694. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-x-fill.svg +0 -0
  3695. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-x.svg +0 -0
  3696. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar.svg +0 -0
  3697. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-check-fill.svg +0 -0
  3698. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-check.svg +0 -0
  3699. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-date-fill.svg +0 -0
  3700. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-date.svg +0 -0
  3701. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-day-fill.svg +0 -0
  3702. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-day.svg +0 -0
  3703. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-event-fill.svg +0 -0
  3704. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-event.svg +0 -0
  3705. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-fill.svg +0 -0
  3706. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-heart-fill.svg +0 -0
  3707. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-heart.svg +0 -0
  3708. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-minus-fill.svg +0 -0
  3709. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-minus.svg +0 -0
  3710. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-month-fill.svg +0 -0
  3711. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-month.svg +0 -0
  3712. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-plus-fill.svg +0 -0
  3713. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-plus.svg +0 -0
  3714. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-range-fill.svg +0 -0
  3715. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-range.svg +0 -0
  3716. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-week-fill.svg +0 -0
  3717. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-week.svg +0 -0
  3718. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-x-fill.svg +0 -0
  3719. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-x.svg +0 -0
  3720. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2.svg +0 -0
  3721. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-event-fill.svg +0 -0
  3722. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-event.svg +0 -0
  3723. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-fill.svg +0 -0
  3724. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-range-fill.svg +0 -0
  3725. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-range.svg +0 -0
  3726. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-week-fill.svg +0 -0
  3727. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-week.svg +0 -0
  3728. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3.svg +0 -0
  3729. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar4-event.svg +0 -0
  3730. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar4-range.svg +0 -0
  3731. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar4-week.svg +0 -0
  3732. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar4.svg +0 -0
  3733. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-fill.svg +0 -0
  3734. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-reels-fill.svg +0 -0
  3735. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-reels.svg +0 -0
  3736. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-video-fill.svg +0 -0
  3737. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-video-off-fill.svg +0 -0
  3738. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-video-off.svg +0 -0
  3739. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-video.svg +0 -0
  3740. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera.svg +0 -0
  3741. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera2.svg +0 -0
  3742. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/capslock-fill.svg +0 -0
  3743. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/capslock.svg +0 -0
  3744. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/capsule-pill.svg +0 -0
  3745. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/capsule.svg +0 -0
  3746. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/car-front-fill.svg +0 -0
  3747. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/car-front.svg +0 -0
  3748. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/card-checklist.svg +0 -0
  3749. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/card-heading.svg +0 -0
  3750. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/card-image.svg +0 -0
  3751. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/card-list.svg +0 -0
  3752. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/card-text.svg +0 -0
  3753. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-down-fill.svg +0 -0
  3754. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-down-square-fill.svg +0 -0
  3755. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-down-square.svg +0 -0
  3756. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-down.svg +0 -0
  3757. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-left-fill.svg +0 -0
  3758. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-left-square-fill.svg +0 -0
  3759. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-left-square.svg +0 -0
  3760. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-left.svg +0 -0
  3761. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-right-fill.svg +0 -0
  3762. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-right-square-fill.svg +0 -0
  3763. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-right-square.svg +0 -0
  3764. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-right.svg +0 -0
  3765. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-up-fill.svg +0 -0
  3766. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-up-square-fill.svg +0 -0
  3767. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-up-square.svg +0 -0
  3768. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-up.svg +0 -0
  3769. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-check-fill.svg +0 -0
  3770. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-check.svg +0 -0
  3771. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-dash-fill.svg +0 -0
  3772. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-dash.svg +0 -0
  3773. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-fill.svg +0 -0
  3774. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-plus-fill.svg +0 -0
  3775. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-plus.svg +0 -0
  3776. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-x-fill.svg +0 -0
  3777. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-x.svg +0 -0
  3778. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart.svg +0 -0
  3779. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart2.svg +0 -0
  3780. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart3.svg +0 -0
  3781. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart4.svg +0 -0
  3782. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cash-coin.svg +0 -0
  3783. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cash-stack.svg +0 -0
  3784. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cash.svg +0 -0
  3785. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cassette-fill.svg +0 -0
  3786. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cassette.svg +0 -0
  3787. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cast.svg +0 -0
  3788. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cc-circle-fill.svg +0 -0
  3789. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cc-circle.svg +0 -0
  3790. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cc-square-fill.svg +0 -0
  3791. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cc-square.svg +0 -0
  3792. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-dots-fill.svg +0 -0
  3793. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-dots.svg +0 -0
  3794. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-fill.svg +0 -0
  3795. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-heart-fill.svg +0 -0
  3796. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-heart.svg +0 -0
  3797. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-dots-fill.svg +0 -0
  3798. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-dots.svg +0 -0
  3799. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-fill.svg +0 -0
  3800. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-heart-fill.svg +0 -0
  3801. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-heart.svg +0 -0
  3802. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-quote-fill.svg +0 -0
  3803. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-quote.svg +0 -0
  3804. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-text-fill.svg +0 -0
  3805. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-text.svg +0 -0
  3806. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left.svg +0 -0
  3807. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-quote-fill.svg +0 -0
  3808. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-quote.svg +0 -0
  3809. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-dots-fill.svg +0 -0
  3810. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-dots.svg +0 -0
  3811. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-fill.svg +0 -0
  3812. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-heart-fill.svg +0 -0
  3813. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-heart.svg +0 -0
  3814. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-quote-fill.svg +0 -0
  3815. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-quote.svg +0 -0
  3816. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-text-fill.svg +0 -0
  3817. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-text.svg +0 -0
  3818. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right.svg +0 -0
  3819. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-dots-fill.svg +0 -0
  3820. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-dots.svg +0 -0
  3821. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-fill.svg +0 -0
  3822. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-heart-fill.svg +0 -0
  3823. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-heart.svg +0 -0
  3824. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-quote-fill.svg +0 -0
  3825. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-quote.svg +0 -0
  3826. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-text-fill.svg +0 -0
  3827. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-text.svg +0 -0
  3828. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square.svg +0 -0
  3829. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-text-fill.svg +0 -0
  3830. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-text.svg +0 -0
  3831. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat.svg +0 -0
  3832. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check-all.svg +0 -0
  3833. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check-circle-fill.svg +0 -0
  3834. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check-circle.svg +0 -0
  3835. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check-lg.svg +0 -0
  3836. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check-square-fill.svg +0 -0
  3837. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check-square.svg +0 -0
  3838. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check.svg +0 -0
  3839. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check2-all.svg +0 -0
  3840. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check2-circle.svg +0 -0
  3841. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check2-square.svg +0 -0
  3842. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check2.svg +0 -0
  3843. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-bar-contract.svg +0 -0
  3844. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-bar-down.svg +0 -0
  3845. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-bar-expand.svg +0 -0
  3846. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-bar-left.svg +0 -0
  3847. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-bar-right.svg +0 -0
  3848. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-bar-up.svg +0 -0
  3849. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-compact-down.svg +0 -0
  3850. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-compact-left.svg +0 -0
  3851. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-compact-right.svg +0 -0
  3852. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-compact-up.svg +0 -0
  3853. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-contract.svg +0 -0
  3854. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-double-down.svg +0 -0
  3855. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-double-left.svg +0 -0
  3856. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-double-right.svg +0 -0
  3857. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-double-up.svg +0 -0
  3858. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-down.svg +0 -0
  3859. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-expand.svg +0 -0
  3860. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-left.svg +0 -0
  3861. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-right.svg +0 -0
  3862. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-up.svg +0 -0
  3863. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/circle-fill.svg +0 -0
  3864. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/circle-half.svg +0 -0
  3865. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/circle-square.svg +0 -0
  3866. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/circle.svg +0 -0
  3867. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-check-fill.svg +0 -0
  3868. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-check.svg +0 -0
  3869. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-data-fill.svg +0 -0
  3870. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-data.svg +0 -0
  3871. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-fill.svg +0 -0
  3872. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-heart-fill.svg +0 -0
  3873. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-heart.svg +0 -0
  3874. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-minus-fill.svg +0 -0
  3875. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-minus.svg +0 -0
  3876. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-plus-fill.svg +0 -0
  3877. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-plus.svg +0 -0
  3878. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-pulse.svg +0 -0
  3879. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-x-fill.svg +0 -0
  3880. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-x.svg +0 -0
  3881. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard.svg +0 -0
  3882. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-check-fill.svg +0 -0
  3883. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-check.svg +0 -0
  3884. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-data-fill.svg +0 -0
  3885. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-data.svg +0 -0
  3886. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-fill.svg +0 -0
  3887. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-heart-fill.svg +0 -0
  3888. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-heart.svg +0 -0
  3889. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-minus-fill.svg +0 -0
  3890. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-minus.svg +0 -0
  3891. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-plus-fill.svg +0 -0
  3892. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-plus.svg +0 -0
  3893. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-pulse-fill.svg +0 -0
  3894. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-pulse.svg +0 -0
  3895. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-x-fill.svg +0 -0
  3896. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-x.svg +0 -0
  3897. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2.svg +0 -0
  3898. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clock-fill.svg +0 -0
  3899. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clock-history.svg +0 -0
  3900. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clock.svg +0 -0
  3901. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-arrow-down-fill.svg +0 -0
  3902. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-arrow-down.svg +0 -0
  3903. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-arrow-up-fill.svg +0 -0
  3904. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-arrow-up.svg +0 -0
  3905. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-check-fill.svg +0 -0
  3906. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-check.svg +0 -0
  3907. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-download-fill.svg +0 -0
  3908. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-download.svg +0 -0
  3909. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-drizzle-fill.svg +0 -0
  3910. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-drizzle.svg +0 -0
  3911. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-fill.svg +0 -0
  3912. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-fog-fill.svg +0 -0
  3913. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-fog.svg +0 -0
  3914. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-fog2-fill.svg +0 -0
  3915. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-fog2.svg +0 -0
  3916. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-hail-fill.svg +0 -0
  3917. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-hail.svg +0 -0
  3918. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-haze-fill.svg +0 -0
  3919. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-haze.svg +0 -0
  3920. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-haze2-fill.svg +0 -0
  3921. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-haze2.svg +0 -0
  3922. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-lightning-fill.svg +0 -0
  3923. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-lightning-rain-fill.svg +0 -0
  3924. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-lightning-rain.svg +0 -0
  3925. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-lightning.svg +0 -0
  3926. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-minus-fill.svg +0 -0
  3927. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-minus.svg +0 -0
  3928. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-moon-fill.svg +0 -0
  3929. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-moon.svg +0 -0
  3930. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-plus-fill.svg +0 -0
  3931. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-plus.svg +0 -0
  3932. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-rain-fill.svg +0 -0
  3933. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-rain-heavy-fill.svg +0 -0
  3934. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-rain-heavy.svg +0 -0
  3935. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-rain.svg +0 -0
  3936. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-slash-fill.svg +0 -0
  3937. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-slash.svg +0 -0
  3938. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-sleet-fill.svg +0 -0
  3939. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-sleet.svg +0 -0
  3940. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-snow-fill.svg +0 -0
  3941. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-snow.svg +0 -0
  3942. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-sun-fill.svg +0 -0
  3943. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-sun.svg +0 -0
  3944. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-upload-fill.svg +0 -0
  3945. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-upload.svg +0 -0
  3946. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud.svg +0 -0
  3947. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clouds-fill.svg +0 -0
  3948. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clouds.svg +0 -0
  3949. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloudy-fill.svg +0 -0
  3950. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloudy.svg +0 -0
  3951. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/code-slash.svg +0 -0
  3952. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/code-square.svg +0 -0
  3953. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/code.svg +0 -0
  3954. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/coin.svg +0 -0
  3955. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/collection-fill.svg +0 -0
  3956. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/collection-play-fill.svg +0 -0
  3957. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/collection-play.svg +0 -0
  3958. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/collection.svg +0 -0
  3959. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/columns-gap.svg +0 -0
  3960. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/columns.svg +0 -0
  3961. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/command.svg +0 -0
  3962. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/compass-fill.svg +0 -0
  3963. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/compass.svg +0 -0
  3964. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cone-striped.svg +0 -0
  3965. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cone.svg +0 -0
  3966. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/controller.svg +0 -0
  3967. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cpu-fill.svg +0 -0
  3968. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cpu.svg +0 -0
  3969. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/credit-card-2-back-fill.svg +0 -0
  3970. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/credit-card-2-back.svg +0 -0
  3971. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/credit-card-2-front-fill.svg +0 -0
  3972. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/credit-card-2-front.svg +0 -0
  3973. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/credit-card-fill.svg +0 -0
  3974. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/credit-card.svg +0 -0
  3975. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/crop.svg +0 -0
  3976. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cup-fill.svg +0 -0
  3977. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cup-hot-fill.svg +0 -0
  3978. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cup-hot.svg +0 -0
  3979. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cup-straw.svg +0 -0
  3980. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cup.svg +0 -0
  3981. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-bitcoin.svg +0 -0
  3982. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-dollar.svg +0 -0
  3983. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-euro.svg +0 -0
  3984. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-exchange.svg +0 -0
  3985. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-pound.svg +0 -0
  3986. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-rupee.svg +0 -0
  3987. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-yen.svg +0 -0
  3988. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cursor-fill.svg +0 -0
  3989. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cursor-text.svg +0 -0
  3990. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cursor.svg +0 -0
  3991. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-circle-dotted.svg +0 -0
  3992. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-circle-fill.svg +0 -0
  3993. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-circle.svg +0 -0
  3994. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-lg.svg +0 -0
  3995. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-square-dotted.svg +0 -0
  3996. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-square-fill.svg +0 -0
  3997. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-square.svg +0 -0
  3998. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash.svg +0 -0
  3999. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/device-hdd-fill.svg +0 -0
  4000. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/device-hdd.svg +0 -0
  4001. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/device-ssd-fill.svg +0 -0
  4002. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/device-ssd.svg +0 -0
  4003. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diagram-2-fill.svg +0 -0
  4004. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diagram-2.svg +0 -0
  4005. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diagram-3-fill.svg +0 -0
  4006. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diagram-3.svg +0 -0
  4007. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diamond-fill.svg +0 -0
  4008. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diamond-half.svg +0 -0
  4009. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diamond.svg +0 -0
  4010. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-1-fill.svg +0 -0
  4011. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-1.svg +0 -0
  4012. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-2-fill.svg +0 -0
  4013. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-2.svg +0 -0
  4014. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-3-fill.svg +0 -0
  4015. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-3.svg +0 -0
  4016. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-4-fill.svg +0 -0
  4017. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-4.svg +0 -0
  4018. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-5-fill.svg +0 -0
  4019. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-5.svg +0 -0
  4020. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-6-fill.svg +0 -0
  4021. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-6.svg +0 -0
  4022. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/disc-fill.svg +0 -0
  4023. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/disc.svg +0 -0
  4024. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/discord.svg +0 -0
  4025. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/display-fill.svg +0 -0
  4026. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/display.svg +0 -0
  4027. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/displayport-fill.svg +0 -0
  4028. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/displayport.svg +0 -0
  4029. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/distribute-horizontal.svg +0 -0
  4030. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/distribute-vertical.svg +0 -0
  4031. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/door-closed-fill.svg +0 -0
  4032. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/door-closed.svg +0 -0
  4033. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/door-open-fill.svg +0 -0
  4034. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/door-open.svg +0 -0
  4035. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dot.svg +0 -0
  4036. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/download.svg +0 -0
  4037. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dpad-fill.svg +0 -0
  4038. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dpad.svg +0 -0
  4039. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dribbble.svg +0 -0
  4040. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dropbox.svg +0 -0
  4041. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/droplet-fill.svg +0 -0
  4042. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/droplet-half.svg +0 -0
  4043. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/droplet.svg +0 -0
  4044. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ear-fill.svg +0 -0
  4045. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ear.svg +0 -0
  4046. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/earbuds.svg +0 -0
  4047. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/easel-fill.svg +0 -0
  4048. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/easel.svg +0 -0
  4049. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/easel2-fill.svg +0 -0
  4050. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/easel2.svg +0 -0
  4051. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/easel3-fill.svg +0 -0
  4052. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/easel3.svg +0 -0
  4053. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/egg-fill.svg +0 -0
  4054. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/egg-fried.svg +0 -0
  4055. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/egg.svg +0 -0
  4056. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eject-fill.svg +0 -0
  4057. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eject.svg +0 -0
  4058. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-angry-fill.svg +0 -0
  4059. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-angry.svg +0 -0
  4060. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-dizzy-fill.svg +0 -0
  4061. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-dizzy.svg +0 -0
  4062. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-expressionless-fill.svg +0 -0
  4063. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-expressionless.svg +0 -0
  4064. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-frown-fill.svg +0 -0
  4065. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-frown.svg +0 -0
  4066. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-heart-eyes-fill.svg +0 -0
  4067. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-heart-eyes.svg +0 -0
  4068. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-kiss-fill.svg +0 -0
  4069. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-kiss.svg +0 -0
  4070. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-laughing-fill.svg +0 -0
  4071. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-laughing.svg +0 -0
  4072. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-neutral-fill.svg +0 -0
  4073. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-neutral.svg +0 -0
  4074. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-smile-fill.svg +0 -0
  4075. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-smile-upside-down-fill.svg +0 -0
  4076. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-smile-upside-down.svg +0 -0
  4077. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-smile.svg +0 -0
  4078. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-sunglasses-fill.svg +0 -0
  4079. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-sunglasses.svg +0 -0
  4080. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-wink-fill.svg +0 -0
  4081. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-wink.svg +0 -0
  4082. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-check-fill.svg +0 -0
  4083. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-check.svg +0 -0
  4084. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-dash-fill.svg +0 -0
  4085. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-dash.svg +0 -0
  4086. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-exclamation-fill.svg +0 -0
  4087. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-exclamation.svg +0 -0
  4088. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-fill.svg +0 -0
  4089. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-heart-fill.svg +0 -0
  4090. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-heart.svg +0 -0
  4091. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-open-fill.svg +0 -0
  4092. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-open-heart-fill.svg +0 -0
  4093. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-open-heart.svg +0 -0
  4094. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-open.svg +0 -0
  4095. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-paper-fill.svg +0 -0
  4096. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-paper-heart-fill.svg +0 -0
  4097. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-paper-heart.svg +0 -0
  4098. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-paper.svg +0 -0
  4099. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-plus-fill.svg +0 -0
  4100. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-plus.svg +0 -0
  4101. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-slash-fill.svg +0 -0
  4102. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-slash.svg +0 -0
  4103. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-x-fill.svg +0 -0
  4104. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-x.svg +0 -0
  4105. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope.svg +0 -0
  4106. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eraser-fill.svg +0 -0
  4107. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eraser.svg +0 -0
  4108. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/escape.svg +0 -0
  4109. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ethernet.svg +0 -0
  4110. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ev-station-fill.svg +0 -0
  4111. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ev-station.svg +0 -0
  4112. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-circle-fill.svg +0 -0
  4113. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-circle.svg +0 -0
  4114. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-diamond-fill.svg +0 -0
  4115. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-diamond.svg +0 -0
  4116. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-lg.svg +0 -0
  4117. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-octagon-fill.svg +0 -0
  4118. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-octagon.svg +0 -0
  4119. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-square-fill.svg +0 -0
  4120. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-square.svg +0 -0
  4121. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-triangle-fill.svg +0 -0
  4122. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-triangle.svg +0 -0
  4123. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation.svg +0 -0
  4124. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclude.svg +0 -0
  4125. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/explicit-fill.svg +0 -0
  4126. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/explicit.svg +0 -0
  4127. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eye-fill.svg +0 -0
  4128. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eye-slash-fill.svg +0 -0
  4129. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eye-slash.svg +0 -0
  4130. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eye.svg +0 -0
  4131. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eyedropper.svg +0 -0
  4132. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eyeglasses.svg +0 -0
  4133. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/facebook.svg +0 -0
  4134. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fan.svg +0 -0
  4135. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fast-forward-btn-fill.svg +0 -0
  4136. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fast-forward-btn.svg +0 -0
  4137. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fast-forward-circle-fill.svg +0 -0
  4138. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fast-forward-circle.svg +0 -0
  4139. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fast-forward-fill.svg +0 -0
  4140. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fast-forward.svg +0 -0
  4141. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-arrow-down-fill.svg +0 -0
  4142. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-arrow-down.svg +0 -0
  4143. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-arrow-up-fill.svg +0 -0
  4144. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-arrow-up.svg +0 -0
  4145. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-bar-graph-fill.svg +0 -0
  4146. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-bar-graph.svg +0 -0
  4147. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-binary-fill.svg +0 -0
  4148. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-binary.svg +0 -0
  4149. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-break-fill.svg +0 -0
  4150. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-break.svg +0 -0
  4151. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-check-fill.svg +0 -0
  4152. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-check.svg +0 -0
  4153. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-code-fill.svg +0 -0
  4154. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-code.svg +0 -0
  4155. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-diff-fill.svg +0 -0
  4156. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-diff.svg +0 -0
  4157. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-arrow-down-fill.svg +0 -0
  4158. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-arrow-down.svg +0 -0
  4159. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-arrow-up-fill.svg +0 -0
  4160. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-arrow-up.svg +0 -0
  4161. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-bar-graph-fill.svg +0 -0
  4162. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-bar-graph.svg +0 -0
  4163. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-binary-fill.svg +0 -0
  4164. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-binary.svg +0 -0
  4165. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-break-fill.svg +0 -0
  4166. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-break.svg +0 -0
  4167. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-check-fill.svg +0 -0
  4168. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-check.svg +0 -0
  4169. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-code-fill.svg +0 -0
  4170. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-code.svg +0 -0
  4171. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-diff-fill.svg +0 -0
  4172. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-diff.svg +0 -0
  4173. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-easel-fill.svg +0 -0
  4174. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-easel.svg +0 -0
  4175. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-excel-fill.svg +0 -0
  4176. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-excel.svg +0 -0
  4177. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-fill.svg +0 -0
  4178. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-font-fill.svg +0 -0
  4179. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-font.svg +0 -0
  4180. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-image-fill.svg +0 -0
  4181. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-image.svg +0 -0
  4182. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-lock-fill.svg +0 -0
  4183. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-lock.svg +0 -0
  4184. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-lock2-fill.svg +0 -0
  4185. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-lock2.svg +0 -0
  4186. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-medical-fill.svg +0 -0
  4187. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-medical.svg +0 -0
  4188. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-minus-fill.svg +0 -0
  4189. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-minus.svg +0 -0
  4190. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-music-fill.svg +0 -0
  4191. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-music.svg +0 -0
  4192. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-pdf-fill.svg +0 -0
  4193. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-pdf.svg +0 -0
  4194. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-person-fill.svg +0 -0
  4195. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-person.svg +0 -0
  4196. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-play-fill.svg +0 -0
  4197. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-play.svg +0 -0
  4198. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-plus-fill.svg +0 -0
  4199. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-plus.svg +0 -0
  4200. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-post-fill.svg +0 -0
  4201. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-post.svg +0 -0
  4202. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-ppt-fill.svg +0 -0
  4203. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-ppt.svg +0 -0
  4204. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-richtext-fill.svg +0 -0
  4205. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-richtext.svg +0 -0
  4206. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-ruled-fill.svg +0 -0
  4207. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-ruled.svg +0 -0
  4208. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-slides-fill.svg +0 -0
  4209. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-slides.svg +0 -0
  4210. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-spreadsheet-fill.svg +0 -0
  4211. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-spreadsheet.svg +0 -0
  4212. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-text-fill.svg +0 -0
  4213. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-text.svg +0 -0
  4214. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-word-fill.svg +0 -0
  4215. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-word.svg +0 -0
  4216. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-x-fill.svg +0 -0
  4217. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-x.svg +0 -0
  4218. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-zip-fill.svg +0 -0
  4219. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-zip.svg +0 -0
  4220. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark.svg +0 -0
  4221. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-easel-fill.svg +0 -0
  4222. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-easel.svg +0 -0
  4223. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-excel-fill.svg +0 -0
  4224. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-excel.svg +0 -0
  4225. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-fill.svg +0 -0
  4226. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-font-fill.svg +0 -0
  4227. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-font.svg +0 -0
  4228. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-image-fill.svg +0 -0
  4229. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-image.svg +0 -0
  4230. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-lock-fill.svg +0 -0
  4231. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-lock.svg +0 -0
  4232. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-lock2-fill.svg +0 -0
  4233. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-lock2.svg +0 -0
  4234. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-medical-fill.svg +0 -0
  4235. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-medical.svg +0 -0
  4236. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-minus-fill.svg +0 -0
  4237. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-minus.svg +0 -0
  4238. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-music-fill.svg +0 -0
  4239. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-music.svg +0 -0
  4240. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-pdf-fill.svg +0 -0
  4241. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-pdf.svg +0 -0
  4242. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-person-fill.svg +0 -0
  4243. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-person.svg +0 -0
  4244. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-play-fill.svg +0 -0
  4245. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-play.svg +0 -0
  4246. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-plus-fill.svg +0 -0
  4247. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-plus.svg +0 -0
  4248. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-post-fill.svg +0 -0
  4249. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-post.svg +0 -0
  4250. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-ppt-fill.svg +0 -0
  4251. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-ppt.svg +0 -0
  4252. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-richtext-fill.svg +0 -0
  4253. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-richtext.svg +0 -0
  4254. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-ruled-fill.svg +0 -0
  4255. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-ruled.svg +0 -0
  4256. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-slides-fill.svg +0 -0
  4257. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-slides.svg +0 -0
  4258. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-spreadsheet-fill.svg +0 -0
  4259. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-spreadsheet.svg +0 -0
  4260. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-text-fill.svg +0 -0
  4261. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-text.svg +0 -0
  4262. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-word-fill.svg +0 -0
  4263. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-word.svg +0 -0
  4264. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-x-fill.svg +0 -0
  4265. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-x.svg +0 -0
  4266. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-zip-fill.svg +0 -0
  4267. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-zip.svg +0 -0
  4268. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file.svg +0 -0
  4269. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/files-alt.svg +0 -0
  4270. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/files.svg +0 -0
  4271. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-aac.svg +0 -0
  4272. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-ai.svg +0 -0
  4273. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-bmp.svg +0 -0
  4274. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-cs.svg +0 -0
  4275. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-css.svg +0 -0
  4276. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-csv.svg +0 -0
  4277. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-doc.svg +0 -0
  4278. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-docx.svg +0 -0
  4279. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-exe.svg +0 -0
  4280. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-gif.svg +0 -0
  4281. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-heic.svg +0 -0
  4282. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-html.svg +0 -0
  4283. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-java.svg +0 -0
  4284. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-jpg.svg +0 -0
  4285. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-js.svg +0 -0
  4286. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-json.svg +0 -0
  4287. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-jsx.svg +0 -0
  4288. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-key.svg +0 -0
  4289. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-m4p.svg +0 -0
  4290. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-md.svg +0 -0
  4291. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-mdx.svg +0 -0
  4292. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-mov.svg +0 -0
  4293. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-mp3.svg +0 -0
  4294. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-mp4.svg +0 -0
  4295. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-otf.svg +0 -0
  4296. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-pdf.svg +0 -0
  4297. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-php.svg +0 -0
  4298. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-png.svg +0 -0
  4299. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-ppt.svg +0 -0
  4300. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-pptx.svg +0 -0
  4301. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-psd.svg +0 -0
  4302. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-py.svg +0 -0
  4303. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-raw.svg +0 -0
  4304. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-rb.svg +0 -0
  4305. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-sass.svg +0 -0
  4306. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-scss.svg +0 -0
  4307. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-sh.svg +0 -0
  4308. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-sql.svg +0 -0
  4309. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-svg.svg +0 -0
  4310. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-tiff.svg +0 -0
  4311. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-tsx.svg +0 -0
  4312. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-ttf.svg +0 -0
  4313. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-txt.svg +0 -0
  4314. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-wav.svg +0 -0
  4315. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-woff.svg +0 -0
  4316. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-xls.svg +0 -0
  4317. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-xlsx.svg +0 -0
  4318. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-xml.svg +0 -0
  4319. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-yml.svg +0 -0
  4320. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/film.svg +0 -0
  4321. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter-circle-fill.svg +0 -0
  4322. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter-circle.svg +0 -0
  4323. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter-left.svg +0 -0
  4324. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter-right.svg +0 -0
  4325. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter-square-fill.svg +0 -0
  4326. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter-square.svg +0 -0
  4327. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter.svg +0 -0
  4328. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fingerprint.svg +0 -0
  4329. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fire.svg +0 -0
  4330. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/flag-fill.svg +0 -0
  4331. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/flag.svg +0 -0
  4332. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/flower1.svg +0 -0
  4333. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/flower2.svg +0 -0
  4334. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/flower3.svg +0 -0
  4335. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-check.svg +0 -0
  4336. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-fill.svg +0 -0
  4337. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-minus.svg +0 -0
  4338. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-plus.svg +0 -0
  4339. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-symlink-fill.svg +0 -0
  4340. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-symlink.svg +0 -0
  4341. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-x.svg +0 -0
  4342. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder.svg +0 -0
  4343. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder2-open.svg +0 -0
  4344. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder2.svg +0 -0
  4345. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fonts.svg +0 -0
  4346. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/forward-fill.svg +0 -0
  4347. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/forward.svg +0 -0
  4348. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/front.svg +0 -0
  4349. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fuel-pump-diesel-fill.svg +0 -0
  4350. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fuel-pump-diesel.svg +0 -0
  4351. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fuel-pump-fill.svg +0 -0
  4352. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fuel-pump.svg +0 -0
  4353. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fullscreen-exit.svg +0 -0
  4354. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fullscreen.svg +0 -0
  4355. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/funnel-fill.svg +0 -0
  4356. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/funnel.svg +0 -0
  4357. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gear-fill.svg +0 -0
  4358. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gear-wide-connected.svg +0 -0
  4359. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gear-wide.svg +0 -0
  4360. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gear.svg +0 -0
  4361. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gem.svg +0 -0
  4362. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gender-ambiguous.svg +0 -0
  4363. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gender-female.svg +0 -0
  4364. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gender-male.svg +0 -0
  4365. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gender-trans.svg +0 -0
  4366. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/geo-alt-fill.svg +0 -0
  4367. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/geo-alt.svg +0 -0
  4368. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/geo-fill.svg +0 -0
  4369. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/geo.svg +0 -0
  4370. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gift-fill.svg +0 -0
  4371. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gift.svg +0 -0
  4372. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/git.svg +0 -0
  4373. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/github.svg +0 -0
  4374. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/globe.svg +0 -0
  4375. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/globe2.svg +0 -0
  4376. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/google-play.svg +0 -0
  4377. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/google.svg +0 -0
  4378. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gpu-card.svg +0 -0
  4379. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/graph-down-arrow.svg +0 -0
  4380. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/graph-down.svg +0 -0
  4381. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/graph-up-arrow.svg +0 -0
  4382. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/graph-up.svg +0 -0
  4383. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-1x2-fill.svg +0 -0
  4384. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-1x2.svg +0 -0
  4385. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-3x2-gap-fill.svg +0 -0
  4386. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-3x2-gap.svg +0 -0
  4387. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-3x2.svg +0 -0
  4388. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-3x3-gap-fill.svg +0 -0
  4389. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-3x3-gap.svg +0 -0
  4390. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-3x3.svg +0 -0
  4391. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-fill.svg +0 -0
  4392. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid.svg +0 -0
  4393. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grip-horizontal.svg +0 -0
  4394. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grip-vertical.svg +0 -0
  4395. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/h-circle-fill.svg +0 -0
  4396. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/h-circle.svg +0 -0
  4397. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/h-square-fill.svg +0 -0
  4398. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/h-square.svg +0 -0
  4399. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hammer.svg +0 -0
  4400. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-index-fill.svg +0 -0
  4401. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-index-thumb-fill.svg +0 -0
  4402. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-index-thumb.svg +0 -0
  4403. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-index.svg +0 -0
  4404. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-thumbs-down-fill.svg +0 -0
  4405. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-thumbs-down.svg +0 -0
  4406. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-thumbs-up-fill.svg +0 -0
  4407. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-thumbs-up.svg +0 -0
  4408. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/handbag-fill.svg +0 -0
  4409. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/handbag.svg +0 -0
  4410. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hash.svg +0 -0
  4411. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-fill.svg +0 -0
  4412. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-network-fill.svg +0 -0
  4413. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-network.svg +0 -0
  4414. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-rack-fill.svg +0 -0
  4415. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-rack.svg +0 -0
  4416. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-stack-fill.svg +0 -0
  4417. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-stack.svg +0 -0
  4418. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd.svg +0 -0
  4419. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdmi-fill.svg +0 -0
  4420. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdmi.svg +0 -0
  4421. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/headphones.svg +0 -0
  4422. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/headset-vr.svg +0 -0
  4423. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/headset.svg +0 -0
  4424. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heart-arrow.svg +0 -0
  4425. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heart-fill.svg +0 -0
  4426. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heart-half.svg +0 -0
  4427. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heart-pulse-fill.svg +0 -0
  4428. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heart-pulse.svg +0 -0
  4429. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heart.svg +0 -0
  4430. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heartbreak-fill.svg +0 -0
  4431. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heartbreak.svg +0 -0
  4432. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hearts.svg +0 -0
  4433. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heptagon-fill.svg +0 -0
  4434. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heptagon-half.svg +0 -0
  4435. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heptagon.svg +0 -0
  4436. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hexagon-fill.svg +0 -0
  4437. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hexagon-half.svg +0 -0
  4438. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hexagon.svg +0 -0
  4439. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hospital-fill.svg +0 -0
  4440. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hospital.svg +0 -0
  4441. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hourglass-bottom.svg +0 -0
  4442. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hourglass-split.svg +0 -0
  4443. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hourglass-top.svg +0 -0
  4444. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hourglass.svg +0 -0
  4445. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/house-door-fill.svg +0 -0
  4446. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/house-door.svg +0 -0
  4447. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/house-fill.svg +0 -0
  4448. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/house-heart-fill.svg +0 -0
  4449. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/house-heart.svg +0 -0
  4450. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/house.svg +0 -0
  4451. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hr.svg +0 -0
  4452. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hurricane.svg +0 -0
  4453. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hypnotize.svg +0 -0
  4454. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/image-alt.svg +0 -0
  4455. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/image-fill.svg +0 -0
  4456. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/image.svg +0 -0
  4457. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/images.svg +0 -0
  4458. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/inbox-fill.svg +0 -0
  4459. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/inbox.svg +0 -0
  4460. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/inboxes-fill.svg +0 -0
  4461. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/inboxes.svg +0 -0
  4462. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/incognito.svg +0 -0
  4463. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/indent.svg +0 -0
  4464. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/infinity.svg +0 -0
  4465. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/info-circle-fill.svg +0 -0
  4466. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/info-circle.svg +0 -0
  4467. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/info-lg.svg +0 -0
  4468. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/info-square-fill.svg +0 -0
  4469. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/info-square.svg +0 -0
  4470. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/info.svg +0 -0
  4471. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/input-cursor-text.svg +0 -0
  4472. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/input-cursor.svg +0 -0
  4473. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/instagram.svg +0 -0
  4474. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/intersect.svg +0 -0
  4475. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-album.svg +0 -0
  4476. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-arrow-down.svg +0 -0
  4477. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-arrow-up.svg +0 -0
  4478. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-bookmark-fill.svg +0 -0
  4479. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-bookmark.svg +0 -0
  4480. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-check.svg +0 -0
  4481. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-code.svg +0 -0
  4482. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-medical.svg +0 -0
  4483. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-minus.svg +0 -0
  4484. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-plus.svg +0 -0
  4485. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-richtext.svg +0 -0
  4486. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-text.svg +0 -0
  4487. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-x.svg +0 -0
  4488. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal.svg +0 -0
  4489. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journals.svg +0 -0
  4490. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/joystick.svg +0 -0
  4491. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/justify-left.svg +0 -0
  4492. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/justify-right.svg +0 -0
  4493. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/justify.svg +0 -0
  4494. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/kanban-fill.svg +0 -0
  4495. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/kanban.svg +0 -0
  4496. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/key-fill.svg +0 -0
  4497. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/key.svg +0 -0
  4498. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/keyboard-fill.svg +0 -0
  4499. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/keyboard.svg +0 -0
  4500. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ladder.svg +0 -0
  4501. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lamp-fill.svg +0 -0
  4502. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lamp.svg +0 -0
  4503. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/laptop-fill.svg +0 -0
  4504. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/laptop.svg +0 -0
  4505. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layer-backward.svg +0 -0
  4506. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layer-forward.svg +0 -0
  4507. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layers-fill.svg +0 -0
  4508. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layers-half.svg +0 -0
  4509. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layers.svg +0 -0
  4510. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-sidebar-inset-reverse.svg +0 -0
  4511. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-sidebar-inset.svg +0 -0
  4512. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-sidebar-reverse.svg +0 -0
  4513. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-sidebar.svg +0 -0
  4514. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-split.svg +0 -0
  4515. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-text-sidebar-reverse.svg +0 -0
  4516. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-text-sidebar.svg +0 -0
  4517. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-text-window-reverse.svg +0 -0
  4518. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-text-window.svg +0 -0
  4519. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-three-columns.svg +0 -0
  4520. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-wtf.svg +0 -0
  4521. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/life-preserver.svg +0 -0
  4522. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightbulb-fill.svg +0 -0
  4523. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightbulb-off-fill.svg +0 -0
  4524. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightbulb-off.svg +0 -0
  4525. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightbulb.svg +0 -0
  4526. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightning-charge-fill.svg +0 -0
  4527. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightning-charge.svg +0 -0
  4528. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightning-fill.svg +0 -0
  4529. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightning.svg +0 -0
  4530. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/line.svg +0 -0
  4531. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/link-45deg.svg +0 -0
  4532. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/link.svg +0 -0
  4533. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/linkedin.svg +0 -0
  4534. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-check.svg +0 -0
  4535. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-columns-reverse.svg +0 -0
  4536. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-columns.svg +0 -0
  4537. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-nested.svg +0 -0
  4538. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-ol.svg +0 -0
  4539. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-stars.svg +0 -0
  4540. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-task.svg +0 -0
  4541. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-ul.svg +0 -0
  4542. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list.svg +0 -0
  4543. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lock-fill.svg +0 -0
  4544. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lock.svg +0 -0
  4545. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lungs-fill.svg +0 -0
  4546. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lungs.svg +0 -0
  4547. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/magic.svg +0 -0
  4548. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/magnet-fill.svg +0 -0
  4549. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/magnet.svg +0 -0
  4550. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mailbox.svg +0 -0
  4551. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mailbox2.svg +0 -0
  4552. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/map-fill.svg +0 -0
  4553. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/map.svg +0 -0
  4554. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/markdown-fill.svg +0 -0
  4555. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/markdown.svg +0 -0
  4556. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mask.svg +0 -0
  4557. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mastodon.svg +0 -0
  4558. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/medium.svg +0 -0
  4559. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/megaphone-fill.svg +0 -0
  4560. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/megaphone.svg +0 -0
  4561. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/memory.svg +0 -0
  4562. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-app-fill.svg +0 -0
  4563. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-app.svg +0 -0
  4564. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-button-fill.svg +0 -0
  4565. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-button-wide-fill.svg +0 -0
  4566. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-button-wide.svg +0 -0
  4567. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-button.svg +0 -0
  4568. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-down.svg +0 -0
  4569. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-up.svg +0 -0
  4570. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/messenger.svg +0 -0
  4571. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/meta.svg +0 -0
  4572. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mic-fill.svg +0 -0
  4573. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mic-mute-fill.svg +0 -0
  4574. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mic-mute.svg +0 -0
  4575. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mic.svg +0 -0
  4576. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/microsoft-teams.svg +0 -0
  4577. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/microsoft.svg +0 -0
  4578. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/minecart-loaded.svg +0 -0
  4579. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/minecart.svg +0 -0
  4580. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/modem-fill.svg +0 -0
  4581. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/modem.svg +0 -0
  4582. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/moisture.svg +0 -0
  4583. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/moon-fill.svg +0 -0
  4584. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/moon-stars-fill.svg +0 -0
  4585. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/moon-stars.svg +0 -0
  4586. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/moon.svg +0 -0
  4587. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mortarboard-fill.svg +0 -0
  4588. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mortarboard.svg +0 -0
  4589. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/motherboard-fill.svg +0 -0
  4590. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/motherboard.svg +0 -0
  4591. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mouse-fill.svg +0 -0
  4592. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mouse.svg +0 -0
  4593. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mouse2-fill.svg +0 -0
  4594. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mouse2.svg +0 -0
  4595. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mouse3-fill.svg +0 -0
  4596. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mouse3.svg +0 -0
  4597. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/music-note-beamed.svg +0 -0
  4598. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/music-note-list.svg +0 -0
  4599. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/music-note.svg +0 -0
  4600. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/music-player-fill.svg +0 -0
  4601. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/music-player.svg +0 -0
  4602. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/newspaper.svg +0 -0
  4603. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/nintendo-switch.svg +0 -0
  4604. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/node-minus-fill.svg +0 -0
  4605. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/node-minus.svg +0 -0
  4606. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/node-plus-fill.svg +0 -0
  4607. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/node-plus.svg +0 -0
  4608. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/nut-fill.svg +0 -0
  4609. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/nut.svg +0 -0
  4610. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/octagon-fill.svg +0 -0
  4611. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/octagon-half.svg +0 -0
  4612. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/octagon.svg +0 -0
  4613. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/optical-audio-fill.svg +0 -0
  4614. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/optical-audio.svg +0 -0
  4615. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/option.svg +0 -0
  4616. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/outlet.svg +0 -0
  4617. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/p-circle-fill.svg +0 -0
  4618. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/p-circle.svg +0 -0
  4619. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/p-square-fill.svg +0 -0
  4620. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/p-square.svg +0 -0
  4621. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/paint-bucket.svg +0 -0
  4622. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/palette-fill.svg +0 -0
  4623. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/palette.svg +0 -0
  4624. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/palette2.svg +0 -0
  4625. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/paperclip.svg +0 -0
  4626. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/paragraph.svg +0 -0
  4627. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pass-fill.svg +0 -0
  4628. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pass.svg +0 -0
  4629. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-check-fill.svg +0 -0
  4630. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-check.svg +0 -0
  4631. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-exclamation-fill.svg +0 -0
  4632. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-exclamation.svg +0 -0
  4633. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-minus-fill.svg +0 -0
  4634. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-minus.svg +0 -0
  4635. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-plus-fill.svg +0 -0
  4636. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-plus.svg +0 -0
  4637. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-question-fill.svg +0 -0
  4638. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-question.svg +0 -0
  4639. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pause-btn-fill.svg +0 -0
  4640. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pause-btn.svg +0 -0
  4641. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pause-circle-fill.svg +0 -0
  4642. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pause-circle.svg +0 -0
  4643. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pause-fill.svg +0 -0
  4644. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pause.svg +0 -0
  4645. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/paypal.svg +0 -0
  4646. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pc-display-horizontal.svg +0 -0
  4647. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pc-display.svg +0 -0
  4648. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pc-horizontal.svg +0 -0
  4649. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pc.svg +0 -0
  4650. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pci-card.svg +0 -0
  4651. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/peace-fill.svg +0 -0
  4652. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/peace.svg +0 -0
  4653. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pen-fill.svg +0 -0
  4654. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pen.svg +0 -0
  4655. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pencil-fill.svg +0 -0
  4656. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pencil-square.svg +0 -0
  4657. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pencil.svg +0 -0
  4658. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pentagon-fill.svg +0 -0
  4659. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pentagon-half.svg +0 -0
  4660. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pentagon.svg +0 -0
  4661. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/people-fill.svg +0 -0
  4662. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/people.svg +0 -0
  4663. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/percent.svg +0 -0
  4664. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-badge-fill.svg +0 -0
  4665. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-badge.svg +0 -0
  4666. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-bounding-box.svg +0 -0
  4667. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-check-fill.svg +0 -0
  4668. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-check.svg +0 -0
  4669. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-circle.svg +0 -0
  4670. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-dash-fill.svg +0 -0
  4671. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-dash.svg +0 -0
  4672. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-fill.svg +0 -0
  4673. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-heart.svg +0 -0
  4674. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-hearts.svg +0 -0
  4675. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-lines-fill.svg +0 -0
  4676. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-plus-fill.svg +0 -0
  4677. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-plus.svg +0 -0
  4678. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-rolodex.svg +0 -0
  4679. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-square.svg +0 -0
  4680. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-video.svg +0 -0
  4681. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-video2.svg +0 -0
  4682. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-video3.svg +0 -0
  4683. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-workspace.svg +0 -0
  4684. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-x-fill.svg +0 -0
  4685. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-x.svg +0 -0
  4686. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person.svg +0 -0
  4687. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone-fill.svg +0 -0
  4688. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone-flip.svg +0 -0
  4689. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone-landscape-fill.svg +0 -0
  4690. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone-landscape.svg +0 -0
  4691. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone-vibrate-fill.svg +0 -0
  4692. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone-vibrate.svg +0 -0
  4693. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone.svg +0 -0
  4694. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pie-chart-fill.svg +0 -0
  4695. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pie-chart.svg +0 -0
  4696. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/piggy-bank-fill.svg +0 -0
  4697. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/piggy-bank.svg +0 -0
  4698. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pin-angle-fill.svg +0 -0
  4699. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pin-angle.svg +0 -0
  4700. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pin-fill.svg +0 -0
  4701. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pin-map-fill.svg +0 -0
  4702. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pin-map.svg +0 -0
  4703. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pin.svg +0 -0
  4704. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pinterest.svg +0 -0
  4705. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pip-fill.svg +0 -0
  4706. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pip.svg +0 -0
  4707. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/play-btn-fill.svg +0 -0
  4708. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/play-btn.svg +0 -0
  4709. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/play-circle-fill.svg +0 -0
  4710. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/play-circle.svg +0 -0
  4711. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/play-fill.svg +0 -0
  4712. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/play.svg +0 -0
  4713. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/playstation.svg +0 -0
  4714. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plug-fill.svg +0 -0
  4715. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plug.svg +0 -0
  4716. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plugin.svg +0 -0
  4717. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-circle-dotted.svg +0 -0
  4718. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-circle-fill.svg +0 -0
  4719. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-circle.svg +0 -0
  4720. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-lg.svg +0 -0
  4721. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-slash-minus.svg +0 -0
  4722. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-square-dotted.svg +0 -0
  4723. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-square-fill.svg +0 -0
  4724. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-square.svg +0 -0
  4725. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus.svg +0 -0
  4726. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postage-fill.svg +0 -0
  4727. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postage-heart-fill.svg +0 -0
  4728. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postage-heart.svg +0 -0
  4729. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postage.svg +0 -0
  4730. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postcard-fill.svg +0 -0
  4731. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postcard-heart-fill.svg +0 -0
  4732. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postcard-heart.svg +0 -0
  4733. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postcard.svg +0 -0
  4734. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/power.svg +0 -0
  4735. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/prescription.svg +0 -0
  4736. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/prescription2.svg +0 -0
  4737. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/printer-fill.svg +0 -0
  4738. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/printer.svg +0 -0
  4739. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/projector-fill.svg +0 -0
  4740. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/projector.svg +0 -0
  4741. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/puzzle-fill.svg +0 -0
  4742. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/puzzle.svg +0 -0
  4743. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/qr-code-scan.svg +0 -0
  4744. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/qr-code.svg +0 -0
  4745. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-circle-fill.svg +0 -0
  4746. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-circle.svg +0 -0
  4747. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-diamond-fill.svg +0 -0
  4748. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-diamond.svg +0 -0
  4749. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-lg.svg +0 -0
  4750. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-octagon-fill.svg +0 -0
  4751. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-octagon.svg +0 -0
  4752. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-square-fill.svg +0 -0
  4753. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-square.svg +0 -0
  4754. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question.svg +0 -0
  4755. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/quora.svg +0 -0
  4756. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/quote.svg +0 -0
  4757. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/r-circle-fill.svg +0 -0
  4758. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/r-circle.svg +0 -0
  4759. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/r-square-fill.svg +0 -0
  4760. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/r-square.svg +0 -0
  4761. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/radioactive.svg +0 -0
  4762. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rainbow.svg +0 -0
  4763. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/receipt-cutoff.svg +0 -0
  4764. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/receipt.svg +0 -0
  4765. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reception-0.svg +0 -0
  4766. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reception-1.svg +0 -0
  4767. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reception-2.svg +0 -0
  4768. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reception-3.svg +0 -0
  4769. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reception-4.svg +0 -0
  4770. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record-btn-fill.svg +0 -0
  4771. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record-btn.svg +0 -0
  4772. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record-circle-fill.svg +0 -0
  4773. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record-circle.svg +0 -0
  4774. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record-fill.svg +0 -0
  4775. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record.svg +0 -0
  4776. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record2-fill.svg +0 -0
  4777. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record2.svg +0 -0
  4778. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/recycle.svg +0 -0
  4779. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reddit.svg +0 -0
  4780. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/repeat-1.svg +0 -0
  4781. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/repeat.svg +0 -0
  4782. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reply-all-fill.svg +0 -0
  4783. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reply-all.svg +0 -0
  4784. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reply-fill.svg +0 -0
  4785. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reply.svg +0 -0
  4786. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rewind-btn-fill.svg +0 -0
  4787. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rewind-btn.svg +0 -0
  4788. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rewind-circle-fill.svg +0 -0
  4789. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rewind-circle.svg +0 -0
  4790. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rewind-fill.svg +0 -0
  4791. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rewind.svg +0 -0
  4792. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/robot.svg +0 -0
  4793. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/router-fill.svg +0 -0
  4794. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/router.svg +0 -0
  4795. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rss-fill.svg +0 -0
  4796. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rss.svg +0 -0
  4797. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rulers.svg +0 -0
  4798. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/safe-fill.svg +0 -0
  4799. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/safe.svg +0 -0
  4800. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/safe2-fill.svg +0 -0
  4801. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/safe2.svg +0 -0
  4802. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/save-fill.svg +0 -0
  4803. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/save.svg +0 -0
  4804. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/save2-fill.svg +0 -0
  4805. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/save2.svg +0 -0
  4806. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/scissors.svg +0 -0
  4807. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/screwdriver.svg +0 -0
  4808. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sd-card-fill.svg +0 -0
  4809. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sd-card.svg +0 -0
  4810. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/search-heart-fill.svg +0 -0
  4811. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/search-heart.svg +0 -0
  4812. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/search.svg +0 -0
  4813. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/segmented-nav.svg +0 -0
  4814. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-check-fill.svg +0 -0
  4815. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-check.svg +0 -0
  4816. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-dash-fill.svg +0 -0
  4817. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-dash.svg +0 -0
  4818. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-exclamation-fill.svg +0 -0
  4819. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-exclamation.svg +0 -0
  4820. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-fill.svg +0 -0
  4821. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-plus-fill.svg +0 -0
  4822. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-plus.svg +0 -0
  4823. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-slash-fill.svg +0 -0
  4824. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-slash.svg +0 -0
  4825. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-x-fill.svg +0 -0
  4826. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-x.svg +0 -0
  4827. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send.svg +0 -0
  4828. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/server.svg +0 -0
  4829. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/share-fill.svg +0 -0
  4830. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/share.svg +0 -0
  4831. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-check.svg +0 -0
  4832. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-exclamation.svg +0 -0
  4833. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-fill-check.svg +0 -0
  4834. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-fill-exclamation.svg +0 -0
  4835. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-fill-minus.svg +0 -0
  4836. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-fill-plus.svg +0 -0
  4837. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-fill-x.svg +0 -0
  4838. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-fill.svg +0 -0
  4839. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-lock-fill.svg +0 -0
  4840. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-lock.svg +0 -0
  4841. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-minus.svg +0 -0
  4842. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-plus.svg +0 -0
  4843. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-shaded.svg +0 -0
  4844. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-slash-fill.svg +0 -0
  4845. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-slash.svg +0 -0
  4846. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-x.svg +0 -0
  4847. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield.svg +0 -0
  4848. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shift-fill.svg +0 -0
  4849. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shift.svg +0 -0
  4850. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shop-window.svg +0 -0
  4851. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shop.svg +0 -0
  4852. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shuffle.svg +0 -0
  4853. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-stop-fill.svg +0 -0
  4854. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-stop-lights-fill.svg +0 -0
  4855. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-stop-lights.svg +0 -0
  4856. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-stop.svg +0 -0
  4857. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-left-fill.svg +0 -0
  4858. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-left.svg +0 -0
  4859. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-right-fill.svg +0 -0
  4860. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-right.svg +0 -0
  4861. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-slight-left-fill.svg +0 -0
  4862. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-slight-left.svg +0 -0
  4863. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-slight-right-fill.svg +0 -0
  4864. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-slight-right.svg +0 -0
  4865. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-yield-fill.svg +0 -0
  4866. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-yield.svg +0 -0
  4867. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signal.svg +0 -0
  4868. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signpost-2-fill.svg +0 -0
  4869. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signpost-2.svg +0 -0
  4870. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signpost-fill.svg +0 -0
  4871. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signpost-split-fill.svg +0 -0
  4872. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signpost-split.svg +0 -0
  4873. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signpost.svg +0 -0
  4874. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sim-fill.svg +0 -0
  4875. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sim.svg +0 -0
  4876. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-backward-btn-fill.svg +0 -0
  4877. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-backward-btn.svg +0 -0
  4878. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-backward-circle-fill.svg +0 -0
  4879. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-backward-circle.svg +0 -0
  4880. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-backward-fill.svg +0 -0
  4881. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-backward.svg +0 -0
  4882. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-end-btn-fill.svg +0 -0
  4883. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-end-btn.svg +0 -0
  4884. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-end-circle-fill.svg +0 -0
  4885. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-end-circle.svg +0 -0
  4886. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-end-fill.svg +0 -0
  4887. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-end.svg +0 -0
  4888. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-forward-btn-fill.svg +0 -0
  4889. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-forward-btn.svg +0 -0
  4890. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-forward-circle-fill.svg +0 -0
  4891. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-forward-circle.svg +0 -0
  4892. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-forward-fill.svg +0 -0
  4893. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-forward.svg +0 -0
  4894. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-start-btn-fill.svg +0 -0
  4895. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-start-btn.svg +0 -0
  4896. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-start-circle-fill.svg +0 -0
  4897. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-start-circle.svg +0 -0
  4898. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-start-fill.svg +0 -0
  4899. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-start.svg +0 -0
  4900. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skype.svg +0 -0
  4901. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slack.svg +0 -0
  4902. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slash-circle-fill.svg +0 -0
  4903. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slash-circle.svg +0 -0
  4904. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slash-lg.svg +0 -0
  4905. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slash-square-fill.svg +0 -0
  4906. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slash-square.svg +0 -0
  4907. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slash.svg +0 -0
  4908. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sliders.svg +0 -0
  4909. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sliders2-vertical.svg +0 -0
  4910. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sliders2.svg +0 -0
  4911. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/smartwatch.svg +0 -0
  4912. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/snapchat.svg +0 -0
  4913. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/snow.svg +0 -0
  4914. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/snow2.svg +0 -0
  4915. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/snow3.svg +0 -0
  4916. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-alpha-down-alt.svg +0 -0
  4917. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-alpha-down.svg +0 -0
  4918. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-alpha-up-alt.svg +0 -0
  4919. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-alpha-up.svg +0 -0
  4920. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-down-alt.svg +0 -0
  4921. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-down.svg +0 -0
  4922. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-numeric-down-alt.svg +0 -0
  4923. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-numeric-down.svg +0 -0
  4924. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-numeric-up-alt.svg +0 -0
  4925. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-numeric-up.svg +0 -0
  4926. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-up-alt.svg +0 -0
  4927. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-up.svg +0 -0
  4928. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/soundwave.svg +0 -0
  4929. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/speaker-fill.svg +0 -0
  4930. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/speaker.svg +0 -0
  4931. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/speedometer.svg +0 -0
  4932. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/speedometer2.svg +0 -0
  4933. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/spellcheck.svg +0 -0
  4934. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/spotify.svg +0 -0
  4935. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/square-fill.svg +0 -0
  4936. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/square-half.svg +0 -0
  4937. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/square.svg +0 -0
  4938. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stack-overflow.svg +0 -0
  4939. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stack.svg +0 -0
  4940. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/star-fill.svg +0 -0
  4941. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/star-half.svg +0 -0
  4942. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/star.svg +0 -0
  4943. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stars.svg +0 -0
  4944. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/steam.svg +0 -0
  4945. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stickies-fill.svg +0 -0
  4946. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stickies.svg +0 -0
  4947. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sticky-fill.svg +0 -0
  4948. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sticky.svg +0 -0
  4949. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stop-btn-fill.svg +0 -0
  4950. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stop-btn.svg +0 -0
  4951. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stop-circle-fill.svg +0 -0
  4952. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stop-circle.svg +0 -0
  4953. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stop-fill.svg +0 -0
  4954. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stop.svg +0 -0
  4955. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stoplights-fill.svg +0 -0
  4956. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stoplights.svg +0 -0
  4957. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stopwatch-fill.svg +0 -0
  4958. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stopwatch.svg +0 -0
  4959. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/strava.svg +0 -0
  4960. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/subtract.svg +0 -0
  4961. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-club-fill.svg +0 -0
  4962. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-club.svg +0 -0
  4963. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-diamond-fill.svg +0 -0
  4964. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-diamond.svg +0 -0
  4965. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-heart-fill.svg +0 -0
  4966. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-heart.svg +0 -0
  4967. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-spade-fill.svg +0 -0
  4968. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-spade.svg +0 -0
  4969. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sun-fill.svg +0 -0
  4970. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sun.svg +0 -0
  4971. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sunglasses.svg +0 -0
  4972. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sunrise-fill.svg +0 -0
  4973. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sunrise.svg +0 -0
  4974. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sunset-fill.svg +0 -0
  4975. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sunset.svg +0 -0
  4976. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/symmetry-horizontal.svg +0 -0
  4977. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/symmetry-vertical.svg +0 -0
  4978. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/table.svg +0 -0
  4979. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tablet-fill.svg +0 -0
  4980. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tablet-landscape-fill.svg +0 -0
  4981. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tablet-landscape.svg +0 -0
  4982. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tablet.svg +0 -0
  4983. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tag-fill.svg +0 -0
  4984. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tag.svg +0 -0
  4985. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tags-fill.svg +0 -0
  4986. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tags.svg +0 -0
  4987. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telegram.svg +0 -0
  4988. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-fill.svg +0 -0
  4989. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-forward-fill.svg +0 -0
  4990. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-forward.svg +0 -0
  4991. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-inbound-fill.svg +0 -0
  4992. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-inbound.svg +0 -0
  4993. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-minus-fill.svg +0 -0
  4994. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-minus.svg +0 -0
  4995. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-outbound-fill.svg +0 -0
  4996. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-outbound.svg +0 -0
  4997. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-plus-fill.svg +0 -0
  4998. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-plus.svg +0 -0
  4999. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-x-fill.svg +0 -0
  5000. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-x.svg +0 -0
  5001. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone.svg +0 -0
  5002. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/terminal-dash.svg +0 -0
  5003. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/terminal-fill.svg +0 -0
  5004. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/terminal-plus.svg +0 -0
  5005. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/terminal-split.svg +0 -0
  5006. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/terminal-x.svg +0 -0
  5007. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/terminal.svg +0 -0
  5008. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/text-center.svg +0 -0
  5009. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/text-indent-left.svg +0 -0
  5010. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/text-indent-right.svg +0 -0
  5011. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/text-left.svg +0 -0
  5012. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/text-paragraph.svg +0 -0
  5013. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/text-right.svg +0 -0
  5014. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/textarea-resize.svg +0 -0
  5015. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/textarea-t.svg +0 -0
  5016. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/textarea.svg +0 -0
  5017. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thermometer-half.svg +0 -0
  5018. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thermometer-high.svg +0 -0
  5019. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thermometer-low.svg +0 -0
  5020. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thermometer-snow.svg +0 -0
  5021. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thermometer-sun.svg +0 -0
  5022. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thermometer.svg +0 -0
  5023. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/three-dots-vertical.svg +0 -0
  5024. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/three-dots.svg +0 -0
  5025. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thunderbolt-fill.svg +0 -0
  5026. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thunderbolt.svg +0 -0
  5027. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ticket-detailed-fill.svg +0 -0
  5028. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ticket-detailed.svg +0 -0
  5029. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ticket-fill.svg +0 -0
  5030. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ticket-perforated-fill.svg +0 -0
  5031. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ticket-perforated.svg +0 -0
  5032. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ticket.svg +0 -0
  5033. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tiktok.svg +0 -0
  5034. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/toggle-off.svg +0 -0
  5035. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/toggle-on.svg +0 -0
  5036. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/toggle2-off.svg +0 -0
  5037. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/toggle2-on.svg +0 -0
  5038. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/toggles.svg +0 -0
  5039. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/toggles2.svg +0 -0
  5040. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tools.svg +0 -0
  5041. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tornado.svg +0 -0
  5042. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/train-freight-front-fill.svg +0 -0
  5043. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/train-freight-front.svg +0 -0
  5044. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/train-front-fill.svg +0 -0
  5045. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/train-front.svg +0 -0
  5046. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/train-lightrail-front-fill.svg +0 -0
  5047. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/train-lightrail-front.svg +0 -0
  5048. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/translate.svg +0 -0
  5049. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trash-fill.svg +0 -0
  5050. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trash.svg +0 -0
  5051. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trash2-fill.svg +0 -0
  5052. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trash2.svg +0 -0
  5053. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trash3-fill.svg +0 -0
  5054. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trash3.svg +0 -0
  5055. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tree-fill.svg +0 -0
  5056. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tree.svg +0 -0
  5057. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/triangle-fill.svg +0 -0
  5058. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/triangle-half.svg +0 -0
  5059. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/triangle.svg +0 -0
  5060. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trophy-fill.svg +0 -0
  5061. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trophy.svg +0 -0
  5062. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tropical-storm.svg +0 -0
  5063. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/truck-flatbed.svg +0 -0
  5064. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/truck-front-fill.svg +0 -0
  5065. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/truck-front.svg +0 -0
  5066. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/truck.svg +0 -0
  5067. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tsunami.svg +0 -0
  5068. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tv-fill.svg +0 -0
  5069. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tv.svg +0 -0
  5070. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/twitch.svg +0 -0
  5071. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/twitter.svg +0 -0
  5072. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-bold.svg +0 -0
  5073. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-h1.svg +0 -0
  5074. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-h2.svg +0 -0
  5075. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-h3.svg +0 -0
  5076. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-italic.svg +0 -0
  5077. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-strikethrough.svg +0 -0
  5078. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-underline.svg +0 -0
  5079. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type.svg +0 -0
  5080. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ubuntu.svg +0 -0
  5081. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ui-checks-grid.svg +0 -0
  5082. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ui-checks.svg +0 -0
  5083. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ui-radios-grid.svg +0 -0
  5084. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ui-radios.svg +0 -0
  5085. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/umbrella-fill.svg +0 -0
  5086. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/umbrella.svg +0 -0
  5087. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/unindent.svg +0 -0
  5088. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/union.svg +0 -0
  5089. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/unity.svg +0 -0
  5090. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/universal-access-circle.svg +0 -0
  5091. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/universal-access.svg +0 -0
  5092. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/unlock-fill.svg +0 -0
  5093. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/unlock.svg +0 -0
  5094. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/upc-scan.svg +0 -0
  5095. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/upc.svg +0 -0
  5096. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/upload.svg +0 -0
  5097. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-c-fill.svg +0 -0
  5098. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-c.svg +0 -0
  5099. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-drive-fill.svg +0 -0
  5100. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-drive.svg +0 -0
  5101. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-fill.svg +0 -0
  5102. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-micro-fill.svg +0 -0
  5103. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-micro.svg +0 -0
  5104. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-mini-fill.svg +0 -0
  5105. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-mini.svg +0 -0
  5106. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-plug-fill.svg +0 -0
  5107. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-plug.svg +0 -0
  5108. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-symbol.svg +0 -0
  5109. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb.svg +0 -0
  5110. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/valentine.svg +0 -0
  5111. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/valentine2.svg +0 -0
  5112. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/vector-pen.svg +0 -0
  5113. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/view-list.svg +0 -0
  5114. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/view-stacked.svg +0 -0
  5115. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/vimeo.svg +0 -0
  5116. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/vinyl-fill.svg +0 -0
  5117. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/vinyl.svg +0 -0
  5118. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/virus.svg +0 -0
  5119. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/virus2.svg +0 -0
  5120. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/voicemail.svg +0 -0
  5121. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-down-fill.svg +0 -0
  5122. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-down.svg +0 -0
  5123. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-mute-fill.svg +0 -0
  5124. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-mute.svg +0 -0
  5125. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-off-fill.svg +0 -0
  5126. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-off.svg +0 -0
  5127. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-up-fill.svg +0 -0
  5128. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-up.svg +0 -0
  5129. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/vr.svg +0 -0
  5130. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wallet-fill.svg +0 -0
  5131. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wallet.svg +0 -0
  5132. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wallet2.svg +0 -0
  5133. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/watch.svg +0 -0
  5134. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/water.svg +0 -0
  5135. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/webcam-fill.svg +0 -0
  5136. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/webcam.svg +0 -0
  5137. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wechat.svg +0 -0
  5138. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/whatsapp.svg +0 -0
  5139. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wifi-1.svg +0 -0
  5140. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wifi-2.svg +0 -0
  5141. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wifi-off.svg +0 -0
  5142. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wifi.svg +0 -0
  5143. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wind.svg +0 -0
  5144. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-dash.svg +0 -0
  5145. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-desktop.svg +0 -0
  5146. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-dock.svg +0 -0
  5147. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-fullscreen.svg +0 -0
  5148. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-plus.svg +0 -0
  5149. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-sidebar.svg +0 -0
  5150. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-split.svg +0 -0
  5151. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-stack.svg +0 -0
  5152. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-x.svg +0 -0
  5153. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window.svg +0 -0
  5154. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/windows.svg +0 -0
  5155. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wordpress.svg +0 -0
  5156. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wrench-adjustable-circle-fill.svg +0 -0
  5157. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wrench-adjustable-circle.svg +0 -0
  5158. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wrench-adjustable.svg +0 -0
  5159. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wrench.svg +0 -0
  5160. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-circle-fill.svg +0 -0
  5161. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-circle.svg +0 -0
  5162. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-diamond-fill.svg +0 -0
  5163. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-diamond.svg +0 -0
  5164. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-lg.svg +0 -0
  5165. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-octagon-fill.svg +0 -0
  5166. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-octagon.svg +0 -0
  5167. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-square-fill.svg +0 -0
  5168. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-square.svg +0 -0
  5169. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x.svg +0 -0
  5170. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/xbox.svg +0 -0
  5171. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/yelp.svg +0 -0
  5172. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/yin-yang.svg +0 -0
  5173. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/youtube.svg +0 -0
  5174. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/zoom-in.svg +0 -0
  5175. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/zoom-out.svg +0 -0
  5176. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/package.json +0 -0
  5177. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/.eslintrc.cjs +0 -0
  5178. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/CHANGELOG.md +0 -0
  5179. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/LICENSE +0 -0
  5180. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/README.md +0 -0
  5181. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/bootstrap-table.jquery.json +0 -0
  5182. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/bower.json +0 -0
  5183. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/composer.json +0 -0
  5184. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/cypress.config.js +0 -0
  5185. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table-locale-all.js +0 -0
  5186. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table-locale-all.min.js +0 -0
  5187. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table-vue.esm.js +0 -0
  5188. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table-vue.esm.min.js +0 -0
  5189. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table-vue.js +0 -0
  5190. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table-vue.min.js +0 -0
  5191. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table.css +0 -0
  5192. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table.js +0 -0
  5193. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table.min.css +0 -0
  5194. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table.min.js +0 -0
  5195. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/addrbar/bootstrap-table-addrbar.js +0 -0
  5196. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/addrbar/bootstrap-table-addrbar.min.js +0 -0
  5197. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/auto-refresh/bootstrap-table-auto-refresh.js +0 -0
  5198. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js +0 -0
  5199. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/cookie/bootstrap-table-cookie.js +0 -0
  5200. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/cookie/bootstrap-table-cookie.min.js +0 -0
  5201. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/copy-rows/bootstrap-table-copy-rows.js +0 -0
  5202. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/copy-rows/bootstrap-table-copy-rows.min.js +0 -0
  5203. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/custom-view/bootstrap-table-custom-view.js +0 -0
  5204. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/custom-view/bootstrap-table-custom-view.min.js +0 -0
  5205. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/defer-url/bootstrap-table-defer-url.js +0 -0
  5206. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/defer-url/bootstrap-table-defer-url.min.js +0 -0
  5207. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/editable/bootstrap-table-editable.js +0 -0
  5208. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/editable/bootstrap-table-editable.min.js +0 -0
  5209. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/export/bootstrap-table-export.js +0 -0
  5210. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/export/bootstrap-table-export.min.js +0 -0
  5211. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/filter-control/bootstrap-table-filter-control.css +0 -0
  5212. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/filter-control/bootstrap-table-filter-control.js +0 -0
  5213. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/filter-control/bootstrap-table-filter-control.min.css +0 -0
  5214. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/filter-control/bootstrap-table-filter-control.min.js +0 -0
  5215. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/filter-control/utils.js +0 -0
  5216. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/filter-control/utils.min.js +0 -0
  5217. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.css +0 -0
  5218. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.js +0 -0
  5219. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.css +0 -0
  5220. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.js +0 -0
  5221. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/group-by-v2/bootstrap-table-group-by.css +0 -0
  5222. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/group-by-v2/bootstrap-table-group-by.js +0 -0
  5223. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/group-by-v2/bootstrap-table-group-by.min.css +0 -0
  5224. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/group-by-v2/bootstrap-table-group-by.min.js +0 -0
  5225. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +0 -0
  5226. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js +0 -0
  5227. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/key-events/bootstrap-table-key-events.js +0 -0
  5228. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/key-events/bootstrap-table-key-events.min.js +0 -0
  5229. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/mobile/bootstrap-table-mobile.js +0 -0
  5230. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/mobile/bootstrap-table-mobile.min.js +0 -0
  5231. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.js +0 -0
  5232. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js +0 -0
  5233. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.css +0 -0
  5234. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.js +0 -0
  5235. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.css +0 -0
  5236. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js +0 -0
  5237. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/pipeline/bootstrap-table-pipeline.js +0 -0
  5238. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/pipeline/bootstrap-table-pipeline.min.js +0 -0
  5239. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/print/bootstrap-table-print.js +0 -0
  5240. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/print/bootstrap-table-print.min.js +0 -0
  5241. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/reorder-columns/bootstrap-table-reorder-columns.js +0 -0
  5242. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js +0 -0
  5243. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.css +0 -0
  5244. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.js +0 -0
  5245. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.css +0 -0
  5246. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js +0 -0
  5247. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/resizable/bootstrap-table-resizable.js +0 -0
  5248. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/resizable/bootstrap-table-resizable.min.js +0 -0
  5249. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.css +0 -0
  5250. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.js +0 -0
  5251. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.css +0 -0
  5252. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js +0 -0
  5253. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/toolbar/bootstrap-table-toolbar.js +0 -0
  5254. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/toolbar/bootstrap-table-toolbar.min.js +0 -0
  5255. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/treegrid/bootstrap-table-treegrid.js +0 -0
  5256. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/treegrid/bootstrap-table-treegrid.min.js +0 -0
  5257. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-af-ZA.js +0 -0
  5258. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-af-ZA.min.js +0 -0
  5259. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ar-SA.js +0 -0
  5260. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ar-SA.min.js +0 -0
  5261. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-bg-BG.js +0 -0
  5262. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-bg-BG.min.js +0 -0
  5263. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ca-ES.js +0 -0
  5264. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ca-ES.min.js +0 -0
  5265. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-cs-CZ.js +0 -0
  5266. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-cs-CZ.min.js +0 -0
  5267. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-da-DK.js +0 -0
  5268. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-da-DK.min.js +0 -0
  5269. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-de-DE.js +0 -0
  5270. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-de-DE.min.js +0 -0
  5271. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-el-GR.js +0 -0
  5272. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-el-GR.min.js +0 -0
  5273. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-en-US.js +0 -0
  5274. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-en-US.min.js +0 -0
  5275. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-AR.js +0 -0
  5276. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-AR.min.js +0 -0
  5277. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-CL.js +0 -0
  5278. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-CL.min.js +0 -0
  5279. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-CR.js +0 -0
  5280. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-CR.min.js +0 -0
  5281. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-ES.js +0 -0
  5282. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-ES.min.js +0 -0
  5283. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-MX.js +0 -0
  5284. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-MX.min.js +0 -0
  5285. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-NI.js +0 -0
  5286. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-NI.min.js +0 -0
  5287. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-SP.js +0 -0
  5288. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-SP.min.js +0 -0
  5289. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-et-EE.js +0 -0
  5290. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-et-EE.min.js +0 -0
  5291. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-eu-EU.js +0 -0
  5292. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-eu-EU.min.js +0 -0
  5293. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fa-IR.js +0 -0
  5294. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fa-IR.min.js +0 -0
  5295. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fi-FI.js +0 -0
  5296. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fi-FI.min.js +0 -0
  5297. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-BE.js +0 -0
  5298. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-BE.min.js +0 -0
  5299. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-CH.js +0 -0
  5300. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-CH.min.js +0 -0
  5301. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-FR.js +0 -0
  5302. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-FR.min.js +0 -0
  5303. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-LU.js +0 -0
  5304. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-LU.min.js +0 -0
  5305. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-he-IL.js +0 -0
  5306. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-he-IL.min.js +0 -0
  5307. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-hi-IN.js +0 -0
  5308. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-hi-IN.min.js +0 -0
  5309. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-hr-HR.js +0 -0
  5310. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-hr-HR.min.js +0 -0
  5311. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-hu-HU.js +0 -0
  5312. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-hu-HU.min.js +0 -0
  5313. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-id-ID.js +0 -0
  5314. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-id-ID.min.js +0 -0
  5315. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-it-IT.js +0 -0
  5316. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-it-IT.min.js +0 -0
  5317. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ja-JP.js +0 -0
  5318. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ja-JP.min.js +0 -0
  5319. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ka-GE.js +0 -0
  5320. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ka-GE.min.js +0 -0
  5321. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ko-KR.js +0 -0
  5322. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ko-KR.min.js +0 -0
  5323. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-lb-LU.js +0 -0
  5324. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-lb-LU.min.js +0 -0
  5325. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ms-MY.js +0 -0
  5326. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ms-MY.min.js +0 -0
  5327. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-nb-NO.js +0 -0
  5328. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-nb-NO.min.js +0 -0
  5329. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-nl-BE.js +0 -0
  5330. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-nl-BE.min.js +0 -0
  5331. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-nl-NL.js +0 -0
  5332. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-nl-NL.min.js +0 -0
  5333. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-pl-PL.js +0 -0
  5334. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-pl-PL.min.js +0 -0
  5335. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-pt-BR.js +0 -0
  5336. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-pt-BR.min.js +0 -0
  5337. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-pt-PT.js +0 -0
  5338. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-pt-PT.min.js +0 -0
  5339. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ro-RO.js +0 -0
  5340. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ro-RO.min.js +0 -0
  5341. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ru-RU.js +0 -0
  5342. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ru-RU.min.js +0 -0
  5343. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sk-SK.js +0 -0
  5344. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sk-SK.min.js +0 -0
  5345. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sr-Cyrl-RS.js +0 -0
  5346. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sr-Cyrl-RS.min.js +0 -0
  5347. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sr-Latn-RS.js +0 -0
  5348. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sr-Latn-RS.min.js +0 -0
  5349. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sv-SE.js +0 -0
  5350. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sv-SE.min.js +0 -0
  5351. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-th-TH.js +0 -0
  5352. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-th-TH.min.js +0 -0
  5353. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-tr-TR.js +0 -0
  5354. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-tr-TR.min.js +0 -0
  5355. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-uk-UA.js +0 -0
  5356. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-uk-UA.min.js +0 -0
  5357. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ur-PK.js +0 -0
  5358. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ur-PK.min.js +0 -0
  5359. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-uz-Latn-UZ.js +0 -0
  5360. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-uz-Latn-UZ.min.js +0 -0
  5361. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-vi-VN.js +0 -0
  5362. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-vi-VN.min.js +0 -0
  5363. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-zh-CN.js +0 -0
  5364. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-zh-CN.min.js +0 -0
  5365. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-zh-TW.js +0 -0
  5366. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-zh-TW.min.js +0 -0
  5367. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/bootstrap-table.css +0 -0
  5368. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/bootstrap-table.js +0 -0
  5369. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/bootstrap-table.min.css +0 -0
  5370. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/bootstrap-table.min.js +0 -0
  5371. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/fonts/bootstrap-table.eot +0 -0
  5372. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/fonts/bootstrap-table.svg +0 -0
  5373. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/fonts/bootstrap-table.ttf +0 -0
  5374. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/fonts/bootstrap-table.woff +0 -0
  5375. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bulma/bootstrap-table-bulma.css +0 -0
  5376. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bulma/bootstrap-table-bulma.js +0 -0
  5377. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bulma/bootstrap-table-bulma.min.css +0 -0
  5378. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bulma/bootstrap-table-bulma.min.js +0 -0
  5379. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/foundation/bootstrap-table-foundation.css +0 -0
  5380. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/foundation/bootstrap-table-foundation.js +0 -0
  5381. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/foundation/bootstrap-table-foundation.min.css +0 -0
  5382. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/foundation/bootstrap-table-foundation.min.js +0 -0
  5383. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/materialize/bootstrap-table-materialize.css +0 -0
  5384. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/materialize/bootstrap-table-materialize.js +0 -0
  5385. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/materialize/bootstrap-table-materialize.min.css +0 -0
  5386. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/materialize/bootstrap-table-materialize.min.js +0 -0
  5387. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/semantic/bootstrap-table-semantic.css +0 -0
  5388. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/semantic/bootstrap-table-semantic.js +0 -0
  5389. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/semantic/bootstrap-table-semantic.min.css +0 -0
  5390. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/semantic/bootstrap-table-semantic.min.js +0 -0
  5391. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/index.d.ts +0 -0
  5392. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/package.json +0 -0
  5393. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/rollup.config.js +0 -0
  5394. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/.babelrc +0 -0
  5395. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/bootstrap-table.css +0 -0
  5396. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/bootstrap-table.js +0 -0
  5397. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/bootstrap-table.scss +0 -0
  5398. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/constants/index.js +0 -0
  5399. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/addrbar/bootstrap-table-addrbar.js +0 -0
  5400. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/auto-refresh/bootstrap-table-auto-refresh.js +0 -0
  5401. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/auto-refresh/extension.json +0 -0
  5402. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/cookie/bootstrap-table-cookie.js +0 -0
  5403. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/cookie/extension.json +0 -0
  5404. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/copy-rows/bootstrap-table-copy-rows.js +0 -0
  5405. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/copy-rows/extension.json +0 -0
  5406. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/custom-view/bootstrap-table-custom-view.js +0 -0
  5407. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/defer-url/bootstrap-table-defer-url.js +0 -0
  5408. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/defer-url/extension.json +0 -0
  5409. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/editable/bootstrap-table-editable.js +0 -0
  5410. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/editable/extension.json +0 -0
  5411. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/export/bootstrap-table-export.js +0 -0
  5412. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/export/extension.json +0 -0
  5413. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/filter-control/bootstrap-table-filter-control.css +0 -0
  5414. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/filter-control/bootstrap-table-filter-control.js +0 -0
  5415. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/filter-control/bootstrap-table-filter-control.scss +0 -0
  5416. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/filter-control/extension.json +0 -0
  5417. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/filter-control/utils.js +0 -0
  5418. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/fixed-columns/bootstrap-table-fixed-columns.css +0 -0
  5419. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/fixed-columns/bootstrap-table-fixed-columns.js +0 -0
  5420. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/fixed-columns/bootstrap-table-fixed-columns.scss +0 -0
  5421. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/group-by-v2/bootstrap-table-group-by.css +0 -0
  5422. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/group-by-v2/bootstrap-table-group-by.js +0 -0
  5423. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/group-by-v2/bootstrap-table-group-by.scss +0 -0
  5424. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/group-by-v2/extension.json +0 -0
  5425. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +0 -0
  5426. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/i18n-enhance/extension.json +0 -0
  5427. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/key-events/bootstrap-table-key-events.js +0 -0
  5428. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/key-events/extension.json +0 -0
  5429. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/mobile/bootstrap-table-mobile.js +0 -0
  5430. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/mobile/extension.json +0 -0
  5431. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/multiple-sort/bootstrap-table-multiple-sort.js +0 -0
  5432. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/multiple-sort/extension.json +0 -0
  5433. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/page-jump-to/bootstrap-table-page-jump-to.css +0 -0
  5434. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/page-jump-to/bootstrap-table-page-jump-to.js +0 -0
  5435. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/page-jump-to/bootstrap-table-page-jump-to.scss +0 -0
  5436. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/pipeline/bootstrap-table-pipeline.js +0 -0
  5437. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/pipeline/extension.json +0 -0
  5438. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/print/bootstrap-table-print.js +0 -0
  5439. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/reorder-columns/bootstrap-table-reorder-columns.js +0 -0
  5440. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/reorder-columns/extension.json +0 -0
  5441. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/reorder-rows/bootstrap-table-reorder-rows.css +0 -0
  5442. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/reorder-rows/bootstrap-table-reorder-rows.js +0 -0
  5443. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/reorder-rows/bootstrap-table-reorder-rows.scss +0 -0
  5444. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/reorder-rows/extension.json +0 -0
  5445. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/resizable/bootstrap-table-resizable.js +0 -0
  5446. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/resizable/extension.json +0 -0
  5447. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/sticky-header/bootstrap-table-sticky-header.css +0 -0
  5448. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/sticky-header/bootstrap-table-sticky-header.js +0 -0
  5449. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/sticky-header/bootstrap-table-sticky-header.scss +0 -0
  5450. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/sticky-header/extension.json +0 -0
  5451. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/toolbar/bootstrap-table-toolbar.js +0 -0
  5452. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/toolbar/extension.json +0 -0
  5453. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/treegrid/bootstrap-table-treegrid.js +0 -0
  5454. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/treegrid/extension.json +0 -0
  5455. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/README.md +0 -0
  5456. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-af-ZA.js +0 -0
  5457. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ar-SA.js +0 -0
  5458. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-bg-BG.js +0 -0
  5459. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ca-ES.js +0 -0
  5460. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-cs-CZ.js +0 -0
  5461. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-da-DK.js +0 -0
  5462. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-de-DE.js +0 -0
  5463. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-el-GR.js +0 -0
  5464. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-en-US.js +0 -0
  5465. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-AR.js +0 -0
  5466. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-CL.js +0 -0
  5467. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-CR.js +0 -0
  5468. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-ES.js +0 -0
  5469. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-MX.js +0 -0
  5470. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-NI.js +0 -0
  5471. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-SP.js +0 -0
  5472. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-et-EE.js +0 -0
  5473. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-eu-EU.js +0 -0
  5474. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-fa-IR.js +0 -0
  5475. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-fi-FI.js +0 -0
  5476. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-fr-BE.js +0 -0
  5477. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-fr-CH.js +0 -0
  5478. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-fr-FR.js +0 -0
  5479. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-fr-LU.js +0 -0
  5480. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-he-IL.js +0 -0
  5481. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-hi-IN.js +0 -0
  5482. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-hr-HR.js +0 -0
  5483. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-hu-HU.js +0 -0
  5484. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-id-ID.js +0 -0
  5485. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-it-IT.js +0 -0
  5486. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ja-JP.js +0 -0
  5487. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ka-GE.js +0 -0
  5488. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ko-KR.js +0 -0
  5489. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-lb-LU.js +0 -0
  5490. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ms-MY.js +0 -0
  5491. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-nb-NO.js +0 -0
  5492. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-nl-BE.js +0 -0
  5493. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-nl-NL.js +0 -0
  5494. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-pl-PL.js +0 -0
  5495. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-pt-BR.js +0 -0
  5496. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-pt-PT.js +0 -0
  5497. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ro-RO.js +0 -0
  5498. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ru-RU.js +0 -0
  5499. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-sk-SK.js +0 -0
  5500. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-sr-Cyrl-RS.js +0 -0
  5501. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-sr-Latn-RS.js +0 -0
  5502. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-sv-SE.js +0 -0
  5503. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-th-TH.js +0 -0
  5504. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-tr-TR.js +0 -0
  5505. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-uk-UA.js +0 -0
  5506. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ur-PK.js +0 -0
  5507. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-uz-Latn-UZ.js +0 -0
  5508. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-vi-VN.js +0 -0
  5509. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-zh-CN.js +0 -0
  5510. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-zh-TW.js +0 -0
  5511. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/_theme.scss +0 -0
  5512. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/_variables.scss +0 -0
  5513. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap/_variables.scss +0 -0
  5514. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/_font.scss +0 -0
  5515. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/_variables.scss +0 -0
  5516. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/bootstrap-table.css +0 -0
  5517. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/bootstrap-table.js +0 -0
  5518. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/bootstrap-table.json +0 -0
  5519. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/bootstrap-table.scss +0 -0
  5520. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/fonts/bootstrap-table.eot +0 -0
  5521. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/fonts/bootstrap-table.svg +0 -0
  5522. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/fonts/bootstrap-table.ttf +0 -0
  5523. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/fonts/bootstrap-table.woff +0 -0
  5524. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bulma/_variables.scss +0 -0
  5525. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bulma/bootstrap-table-bulma.css +0 -0
  5526. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bulma/bootstrap-table-bulma.css.map +0 -0
  5527. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bulma/bootstrap-table-bulma.js +0 -0
  5528. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bulma/bootstrap-table-bulma.scss +0 -0
  5529. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/foundation/_variables.scss +0 -0
  5530. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/foundation/bootstrap-table-foundation.css +0 -0
  5531. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/foundation/bootstrap-table-foundation.css.map +0 -0
  5532. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/foundation/bootstrap-table-foundation.js +0 -0
  5533. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/foundation/bootstrap-table-foundation.scss +0 -0
  5534. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/materialize/_variables.scss +0 -0
  5535. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/materialize/bootstrap-table-materialize.css +0 -0
  5536. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/materialize/bootstrap-table-materialize.css.map +0 -0
  5537. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/materialize/bootstrap-table-materialize.js +0 -0
  5538. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/materialize/bootstrap-table-materialize.scss +0 -0
  5539. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/semantic/_variables.scss +0 -0
  5540. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/semantic/bootstrap-table-semantic.css +0 -0
  5541. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/semantic/bootstrap-table-semantic.css.map +0 -0
  5542. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/semantic/bootstrap-table-semantic.js +0 -0
  5543. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/semantic/bootstrap-table-semantic.scss +0 -0
  5544. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/utils/index.js +0 -0
  5545. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/virtual-scroll/index.js +0 -0
  5546. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/vue/BootstrapTable.vue +0 -0
  5547. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/vue/index.js +0 -0
  5548. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/vue.config.js +0 -0
  5549. /django-handyhelpers-0.3.20/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.segment.d.ts → /django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/dist/index.spec.d.ts +0 -0
  5550. /django-handyhelpers-0.3.20/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.interpolation.d.ts → /django_handyhelpers-0.3.36/handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.d.ts +0 -0
  5551. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/LICENSE.md +0 -0
  5552. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/README.md +0 -0
  5553. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/auto/auto.js +0 -0
  5554. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/auto/auto.mjs +0 -0
  5555. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/auto/auto.mts +0 -0
  5556. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/auto/package.json +0 -0
  5557. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/chart.esm.js +0 -0
  5558. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/chart.js +0 -0
  5559. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/chart.min.js +0 -0
  5560. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/chart.mjs +0 -0
  5561. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/chunks/helpers.segment.js +0 -0
  5562. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/chunks/helpers.segment.mjs +0 -0
  5563. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/404.html +0 -0
  5564. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/Animation.html +0 -0
  5565. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/Animations.html +0 -0
  5566. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/Animator.html +0 -0
  5567. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/BasePlatform.html +0 -0
  5568. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/BasicPlatform.html +0 -0
  5569. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/Chart.html +0 -0
  5570. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/DatasetController.html +0 -0
  5571. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/DomPlatform.html +0 -0
  5572. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/Scale.html +0 -0
  5573. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/enums/DecimationAlgorithm.html +0 -0
  5574. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/enums/UpdateModeEnum.html +0 -0
  5575. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/index.html +0 -0
  5576. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ActiveDataPoint.html +0 -0
  5577. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ActiveElement.html +0 -0
  5578. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/AnimationEvent.html +0 -0
  5579. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ArcBorderRadius.html +0 -0
  5580. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ArcElement.html +0 -0
  5581. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ArcHoverOptions.html +0 -0
  5582. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ArcOptions.html +0 -0
  5583. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ArcProps.html +0 -0
  5584. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BarControllerChartOptions.html +0 -0
  5585. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BarControllerDatasetOptions.html +0 -0
  5586. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BarElement.html +0 -0
  5587. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BarHoverOptions.html +0 -0
  5588. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BarOptions.html +0 -0
  5589. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BarProps.html +0 -0
  5590. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BorderRadius.html +0 -0
  5591. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BubbleControllerDatasetOptions.html +0 -0
  5592. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BubbleDataPoint.html +0 -0
  5593. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CartesianScaleOptions.html +0 -0
  5594. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CartesianScaleTypeRegistry.html +0 -0
  5595. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartArea.html +0 -0
  5596. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartComponent.html +0 -0
  5597. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartConfiguration.html +0 -0
  5598. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartConfigurationCustomTypesPerDataset.html +0 -0
  5599. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartData.html +0 -0
  5600. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartDataCustomTypesPerDataset.html +0 -0
  5601. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartDatasetProperties.html +0 -0
  5602. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartDatasetPropertiesCustomTypesPerDataset.html +0 -0
  5603. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartEvent.html +0 -0
  5604. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartTypeRegistry.html +0 -0
  5605. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CommonElementOptions.html +0 -0
  5606. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CommonHoverOptions.html +0 -0
  5607. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ComplexFillTarget.html +0 -0
  5608. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ControllerDatasetOptions.html +0 -0
  5609. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CoreChartOptions.html +0 -0
  5610. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CoreInteractionOptions.html +0 -0
  5611. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CoreScaleOptions.html +0 -0
  5612. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DatasetControllerChartComponent.html +0 -0
  5613. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DateAdapter.html +0 -0
  5614. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Defaults.html +0 -0
  5615. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DoughnutAnimationOptions.html +0 -0
  5616. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DoughnutController.html +0 -0
  5617. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DoughnutControllerChartOptions.html +0 -0
  5618. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DoughnutControllerDatasetOptions.html +0 -0
  5619. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DoughnutMetaExtensions.html +0 -0
  5620. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Element.html +0 -0
  5621. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ElementOptionsByType.html +0 -0
  5622. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ExtendedPlugin.html +0 -0
  5623. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/FillerControllerDatasetOptions.html +0 -0
  5624. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/FillerOptions.html +0 -0
  5625. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/FontSpec.html +0 -0
  5626. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/GridLineOptions.html +0 -0
  5627. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/InteractionItem.html +0 -0
  5628. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/InteractionModeMap.html +0 -0
  5629. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/InteractionOptions.html +0 -0
  5630. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LayoutItem.html +0 -0
  5631. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LegendElement.html +0 -0
  5632. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LegendItem.html +0 -0
  5633. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LegendOptions.html +0 -0
  5634. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LineControllerChartOptions.html +0 -0
  5635. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LineControllerDatasetOptions.html +0 -0
  5636. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LineElement.html +0 -0
  5637. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LineHoverOptions.html +0 -0
  5638. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LineOptions.html +0 -0
  5639. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LineProps.html +0 -0
  5640. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ParsingOptions.html +0 -0
  5641. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Plugin.html +0 -0
  5642. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PluginChartOptions.html +0 -0
  5643. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PluginOptionsByType.html +0 -0
  5644. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Point.html +0 -0
  5645. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PointElement.html +0 -0
  5646. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PointHoverOptions.html +0 -0
  5647. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PointOptions.html +0 -0
  5648. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PointPrefixedHoverOptions.html +0 -0
  5649. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PointPrefixedOptions.html +0 -0
  5650. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PointProps.html +0 -0
  5651. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PolarAreaController.html +0 -0
  5652. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PolarAreaControllerChartOptions.html +0 -0
  5653. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PolarAreaControllerDatasetOptions.html +0 -0
  5654. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/RadarControllerDatasetOptions.html +0 -0
  5655. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/RadialLinearScale.html +0 -0
  5656. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/RadialScaleTypeRegistry.html +0 -0
  5657. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Registry.html +0 -0
  5658. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScaleTypeRegistry.html +0 -0
  5659. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScatterDataPoint.html +0 -0
  5660. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableCartesianScaleContext.html +0 -0
  5661. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableChartContext.html +0 -0
  5662. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableContext.html +0 -0
  5663. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableLineSegmentContext.html +0 -0
  5664. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableScaleContext.html +0 -0
  5665. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableScalePointLabelContext.html +0 -0
  5666. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableTooltipContext.html +0 -0
  5667. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Segment.html +0 -0
  5668. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Tick.html +0 -0
  5669. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TickOptions.html +0 -0
  5670. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TimeScale.html +0 -0
  5671. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TitleOptions.html +0 -0
  5672. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Tooltip.html +0 -0
  5673. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipCallbacks.html +0 -0
  5674. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipItem.html +0 -0
  5675. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipLabelStyle.html +0 -0
  5676. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipModel.html +0 -0
  5677. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipOptions.html +0 -0
  5678. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipPosition.html +0 -0
  5679. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipPositionerMap.html +0 -0
  5680. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TypedRegistry.html +0 -0
  5681. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/VisualElement.html +0 -0
  5682. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/css/0.styles.7d07a4d1.css +0 -0
  5683. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/destroy_flowchart.10814816.png +0 -0
  5684. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/event_flowchart.83015c7a.png +0 -0
  5685. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/init_flowchart.ee5be600.png +0 -0
  5686. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/render_flowchart.41a98316.png +0 -0
  5687. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/scale_flowchart.fa1ab63e.png +0 -0
  5688. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/search.83621669.svg +0 -0
  5689. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/update_flowchart.0556691d.png +0 -0
  5690. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/10.edbecfa9.js +0 -0
  5691. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/100.f7a12d8b.js +0 -0
  5692. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/101.15c56dbb.js +0 -0
  5693. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/102.33b746ea.js +0 -0
  5694. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/103.850a4486.js +0 -0
  5695. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/104.8b4f368b.js +0 -0
  5696. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/105.1a3d6c41.js +0 -0
  5697. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/106.d8f8b4c1.js +0 -0
  5698. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/107.38cf9b4f.js +0 -0
  5699. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/108.a30da8c9.js +0 -0
  5700. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/109.6d56b7d1.js +0 -0
  5701. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/11.b98e8151.js +0 -0
  5702. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/110.c44e533c.js +0 -0
  5703. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/111.ccb9a835.js +0 -0
  5704. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/112.2d2a2890.js +0 -0
  5705. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/113.5ac0921f.js +0 -0
  5706. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/114.90ef8814.js +0 -0
  5707. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/115.12a72d27.js +0 -0
  5708. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/116.6b780970.js +0 -0
  5709. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/117.79604442.js +0 -0
  5710. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/118.7752bc89.js +0 -0
  5711. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/119.d8e76ef0.js +0 -0
  5712. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/12.433f0c7e.js +0 -0
  5713. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/120.ed76595e.js +0 -0
  5714. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/121.cc3d56f2.js +0 -0
  5715. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/122.c8651871.js +0 -0
  5716. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/123.f7d5f223.js +0 -0
  5717. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/124.88ce07a4.js +0 -0
  5718. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/125.a9572036.js +0 -0
  5719. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/126.879447b3.js +0 -0
  5720. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/127.3b8478f3.js +0 -0
  5721. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/128.87d67ad7.js +0 -0
  5722. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/129.f6241700.js +0 -0
  5723. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/13.b6743084.js +0 -0
  5724. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/130.a9cb856a.js +0 -0
  5725. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/131.45e904c9.js +0 -0
  5726. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/132.abd9e4c2.js +0 -0
  5727. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/133.d5aa1db6.js +0 -0
  5728. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/134.4bfa3b5a.js +0 -0
  5729. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/135.8c7630ad.js +0 -0
  5730. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/136.f813e062.js +0 -0
  5731. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/137.6cab2863.js +0 -0
  5732. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/138.03ec5265.js +0 -0
  5733. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/139.924812c0.js +0 -0
  5734. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/14.422fec10.js +0 -0
  5735. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/140.a7967a5d.js +0 -0
  5736. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/141.34a018bb.js +0 -0
  5737. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/142.c5bfcdd4.js +0 -0
  5738. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/143.05e388ba.js +0 -0
  5739. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/144.a98bdbcc.js +0 -0
  5740. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/145.826b73e0.js +0 -0
  5741. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/146.001afadf.js +0 -0
  5742. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/147.fcadaef3.js +0 -0
  5743. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/148.604863a4.js +0 -0
  5744. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/149.6509ed9f.js +0 -0
  5745. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/15.09a69fc3.js +0 -0
  5746. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/150.fd8575ca.js +0 -0
  5747. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/151.67ecd4a3.js +0 -0
  5748. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/152.481a7bd4.js +0 -0
  5749. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/153.dbf3f3aa.js +0 -0
  5750. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/154.2aa9c67d.js +0 -0
  5751. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/155.e3367ebc.js +0 -0
  5752. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/156.a5bb942d.js +0 -0
  5753. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/157.09caef4e.js +0 -0
  5754. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/158.1f82587f.js +0 -0
  5755. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/159.4cebd9d3.js +0 -0
  5756. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/16.0414f390.js +0 -0
  5757. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/160.47df8215.js +0 -0
  5758. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/161.fac79692.js +0 -0
  5759. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/162.9f2f870f.js +0 -0
  5760. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/163.4f1604f9.js +0 -0
  5761. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/164.7f8d8643.js +0 -0
  5762. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/165.fe2baa69.js +0 -0
  5763. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/166.c82b3c76.js +0 -0
  5764. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/167.3c3f2ff1.js +0 -0
  5765. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/168.8d2e8e83.js +0 -0
  5766. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/169.b10c84bd.js +0 -0
  5767. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/17.8dfcb176.js +0 -0
  5768. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/170.b9db8312.js +0 -0
  5769. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/171.2480fc36.js +0 -0
  5770. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/172.81c5206a.js +0 -0
  5771. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/173.477dcbae.js +0 -0
  5772. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/174.05398ca3.js +0 -0
  5773. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/175.84ab69d0.js +0 -0
  5774. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/176.f48183c3.js +0 -0
  5775. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/177.d0d35403.js +0 -0
  5776. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/178.55d433fd.js +0 -0
  5777. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/179.9442c138.js +0 -0
  5778. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/18.c331029e.js +0 -0
  5779. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/180.5c15d5d4.js +0 -0
  5780. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/181.911f367b.js +0 -0
  5781. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/182.72f663e8.js +0 -0
  5782. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/183.22b2258c.js +0 -0
  5783. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/184.15b21065.js +0 -0
  5784. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/185.894ea40b.js +0 -0
  5785. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/186.f6394459.js +0 -0
  5786. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/187.7bd9b3fe.js +0 -0
  5787. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/188.3baa9bcd.js +0 -0
  5788. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/189.18e63b11.js +0 -0
  5789. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/19.13bdd658.js +0 -0
  5790. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/190.b7ffb54a.js +0 -0
  5791. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/191.13061aba.js +0 -0
  5792. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/192.1bf9bd61.js +0 -0
  5793. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/193.8fa44455.js +0 -0
  5794. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/194.49c9a3c0.js +0 -0
  5795. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/195.eb1e8802.js +0 -0
  5796. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/196.9b925823.js +0 -0
  5797. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/197.adca6c8c.js +0 -0
  5798. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/198.2ae0961a.js +0 -0
  5799. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/199.cd9dca80.js +0 -0
  5800. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/2.3e2307f3.js +0 -0
  5801. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/20.5d11c294.js +0 -0
  5802. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/200.2eb9437f.js +0 -0
  5803. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/201.6dba10c3.js +0 -0
  5804. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/202.9c5057c6.js +0 -0
  5805. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/203.98a3c2b8.js +0 -0
  5806. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/204.50d5cf2e.js +0 -0
  5807. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/205.e56e820b.js +0 -0
  5808. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/206.6ce5c41e.js +0 -0
  5809. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/207.8aa83d91.js +0 -0
  5810. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/208.296ee160.js +0 -0
  5811. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/209.13279349.js +0 -0
  5812. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/21.7b54d7d8.js +0 -0
  5813. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/210.63e30420.js +0 -0
  5814. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/211.0b325f23.js +0 -0
  5815. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/212.be671e2e.js +0 -0
  5816. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/213.81d2e607.js +0 -0
  5817. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/214.ba403b5c.js +0 -0
  5818. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/215.2efcec5f.js +0 -0
  5819. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/216.e01d3100.js +0 -0
  5820. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/217.906c8d54.js +0 -0
  5821. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/218.94e33827.js +0 -0
  5822. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/219.21c5e01f.js +0 -0
  5823. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/22.c2daedd0.js +0 -0
  5824. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/220.3ba160e4.js +0 -0
  5825. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/221.5c17138c.js +0 -0
  5826. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/222.aea004ce.js +0 -0
  5827. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/223.cbb7b883.js +0 -0
  5828. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/224.b130b37f.js +0 -0
  5829. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/225.32f90319.js +0 -0
  5830. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/226.8c102c21.js +0 -0
  5831. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/227.b3d60339.js +0 -0
  5832. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/228.72f0ad18.js +0 -0
  5833. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/229.3daa3b7e.js +0 -0
  5834. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/23.2c668e20.js +0 -0
  5835. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/230.7e5a85b1.js +0 -0
  5836. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/231.b83d12f1.js +0 -0
  5837. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/232.e902f42d.js +0 -0
  5838. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/233.b4f254c0.js +0 -0
  5839. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/234.d975df48.js +0 -0
  5840. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/235.71a7be7d.js +0 -0
  5841. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/236.05d87a5e.js +0 -0
  5842. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/237.d518e28b.js +0 -0
  5843. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/238.eb60e397.js +0 -0
  5844. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/239.81fecfed.js +0 -0
  5845. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/24.af200d5b.js +0 -0
  5846. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/240.c0869bc2.js +0 -0
  5847. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/241.59dc896f.js +0 -0
  5848. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/242.6d423d39.js +0 -0
  5849. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/243.a355eaa8.js +0 -0
  5850. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/244.ad729cf8.js +0 -0
  5851. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/245.c3cd6bbe.js +0 -0
  5852. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/246.d0708528.js +0 -0
  5853. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/247.13d65d78.js +0 -0
  5854. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/248.1d222543.js +0 -0
  5855. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/249.2d7a9bf1.js +0 -0
  5856. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/25.4f97f63f.js +0 -0
  5857. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/250.09ef38e2.js +0 -0
  5858. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/251.0cb90e8a.js +0 -0
  5859. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/252.2ff0def4.js +0 -0
  5860. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/253.61c7c505.js +0 -0
  5861. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/254.20137eeb.js +0 -0
  5862. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/255.49c937e9.js +0 -0
  5863. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/256.8d709dae.js +0 -0
  5864. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/257.b3ebdce7.js +0 -0
  5865. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/258.792f66d1.js +0 -0
  5866. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/259.98c809e9.js +0 -0
  5867. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/26.d1bb645c.js +0 -0
  5868. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/260.54ff10d2.js +0 -0
  5869. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/261.928afea4.js +0 -0
  5870. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/27.2d5c4a6b.js +0 -0
  5871. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/28.72dee0f1.js +0 -0
  5872. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/29.8820be26.js +0 -0
  5873. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/3.947b8d98.js +0 -0
  5874. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/30.343676b8.js +0 -0
  5875. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/31.cff089f1.js +0 -0
  5876. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/32.56d8546e.js +0 -0
  5877. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/33.6b642a06.js +0 -0
  5878. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/34.360a9ea9.js +0 -0
  5879. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/35.205d7fac.js +0 -0
  5880. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/36.f2765bae.js +0 -0
  5881. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/37.6c33435e.js +0 -0
  5882. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/38.a778a6a2.js +0 -0
  5883. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/39.7dda160f.js +0 -0
  5884. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/4.ee88d25a.js +0 -0
  5885. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/40.bd778eac.js +0 -0
  5886. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/41.b79220f6.js +0 -0
  5887. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/42.c3157beb.js +0 -0
  5888. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/43.097368d1.js +0 -0
  5889. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/44.2515f16e.js +0 -0
  5890. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/45.d5b4b7c3.js +0 -0
  5891. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/46.bbab8d6e.js +0 -0
  5892. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/47.79aa575e.js +0 -0
  5893. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/48.45785af9.js +0 -0
  5894. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/49.0569a6eb.js +0 -0
  5895. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/5.00f814ac.js +0 -0
  5896. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/50.14bd3ba2.js +0 -0
  5897. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/51.e0968711.js +0 -0
  5898. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/52.fe65ddf8.js +0 -0
  5899. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/53.faa1ff3f.js +0 -0
  5900. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/54.fcfed2c5.js +0 -0
  5901. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/55.7db1d28a.js +0 -0
  5902. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/56.8b0e82b7.js +0 -0
  5903. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/57.9de2d983.js +0 -0
  5904. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/58.b0f8ad0c.js +0 -0
  5905. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/59.f1ff4935.js +0 -0
  5906. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/6.2bc86161.js +0 -0
  5907. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/60.ac08de9a.js +0 -0
  5908. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/61.ea4fad75.js +0 -0
  5909. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/62.5c85853b.js +0 -0
  5910. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/63.5ac99656.js +0 -0
  5911. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/64.c6838e95.js +0 -0
  5912. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/65.4c1b089e.js +0 -0
  5913. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/66.379a6b45.js +0 -0
  5914. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/67.15703e17.js +0 -0
  5915. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/68.ffdefd7d.js +0 -0
  5916. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/69.bdeb7b9b.js +0 -0
  5917. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/7.74f2ce90.js +0 -0
  5918. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/70.3dadb5ed.js +0 -0
  5919. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/71.2c97fe38.js +0 -0
  5920. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/72.dc778e17.js +0 -0
  5921. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/73.d88fcb57.js +0 -0
  5922. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/74.bba2165e.js +0 -0
  5923. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/75.15562a81.js +0 -0
  5924. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/76.21f5a94e.js +0 -0
  5925. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/77.0725268e.js +0 -0
  5926. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/78.d6f610d1.js +0 -0
  5927. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/79.60d67faa.js +0 -0
  5928. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/8.8928eb8b.js +0 -0
  5929. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/80.99d71ee0.js +0 -0
  5930. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/81.f1500469.js +0 -0
  5931. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/82.69f363a6.js +0 -0
  5932. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/83.f1fbcb2c.js +0 -0
  5933. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/84.b76e3156.js +0 -0
  5934. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/85.efc4bd54.js +0 -0
  5935. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/86.85011b24.js +0 -0
  5936. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/87.6a88d571.js +0 -0
  5937. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/88.0f45cfe0.js +0 -0
  5938. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/89.e67ddb59.js +0 -0
  5939. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/9.63ebb16b.js +0 -0
  5940. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/90.96ebfa9b.js +0 -0
  5941. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/91.cdde4d3f.js +0 -0
  5942. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/92.dc3f06d2.js +0 -0
  5943. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/93.aaa04d52.js +0 -0
  5944. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/94.2af5650c.js +0 -0
  5945. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/95.1d44ec16.js +0 -0
  5946. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/96.9545127d.js +0 -0
  5947. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/97.8b18f487.js +0 -0
  5948. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/98.cb259cd0.js +0 -0
  5949. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/99.6251650a.js +0 -0
  5950. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/app.7e0dc8c8.js +0 -0
  5951. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/_common.html +0 -0
  5952. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/_common_ticks.html +0 -0
  5953. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/_common.html +0 -0
  5954. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/_common_ticks.html +0 -0
  5955. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/category.html +0 -0
  5956. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/index.html +0 -0
  5957. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/linear.html +0 -0
  5958. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/logarithmic.html +0 -0
  5959. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/time.html +0 -0
  5960. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/timeseries.html +0 -0
  5961. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/index.html +0 -0
  5962. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/labelling.html +0 -0
  5963. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/radial/index.html +0 -0
  5964. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/radial/linear.html +0 -0
  5965. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/styling.html +0 -0
  5966. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/area.html +0 -0
  5967. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/bar.html +0 -0
  5968. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/bubble.html +0 -0
  5969. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/doughnut.html +0 -0
  5970. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/index.html +0 -0
  5971. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/line.html +0 -0
  5972. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/mixed.html +0 -0
  5973. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/polar.html +0 -0
  5974. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/radar.html +0 -0
  5975. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/scatter.html +0 -0
  5976. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/animations.html +0 -0
  5977. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/canvas-background.html +0 -0
  5978. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/decimation.html +0 -0
  5979. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/device-pixel-ratio.html +0 -0
  5980. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/elements.html +0 -0
  5981. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/index.html +0 -0
  5982. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/interactions.html +0 -0
  5983. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/layout.html +0 -0
  5984. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/legend.html +0 -0
  5985. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/locale.html +0 -0
  5986. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/responsive.html +0 -0
  5987. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/subtitle.html +0 -0
  5988. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/title.html +0 -0
  5989. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/tooltip.html +0 -0
  5990. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/api.html +0 -0
  5991. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/axes.html +0 -0
  5992. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/charts.html +0 -0
  5993. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/contributing.html +0 -0
  5994. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/index.html +0 -0
  5995. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/plugins.html +0 -0
  5996. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/publishing.html +0 -0
  5997. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/updates.html +0 -0
  5998. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/favicon.ico +0 -0
  5999. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/accessibility.html +0 -0
  6000. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/colors.html +0 -0
  6001. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/data-structures.html +0 -0
  6002. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/fonts.html +0 -0
  6003. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/index.html +0 -0
  6004. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/options.html +0 -0
  6005. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/padding.html +0 -0
  6006. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/performance.html +0 -0
  6007. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/getting-started/index.html +0 -0
  6008. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/getting-started/installation.html +0 -0
  6009. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/getting-started/integration.html +0 -0
  6010. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/getting-started/usage.html +0 -0
  6011. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/getting-started/v3-migration.html +0 -0
  6012. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/index.html +0 -0
  6013. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/logo.png +0 -0
  6014. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/logo.svg +0 -0
  6015. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/data-decimation.html +0 -0
  6016. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/derived-axis-type.html +0 -0
  6017. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/derived-chart-type.html +0 -0
  6018. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/linear-gradient.html +0 -0
  6019. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/programmatic-events.html +0 -0
  6020. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/progress-bar.html +0 -0
  6021. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/radial-gradient.html +0 -0
  6022. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/animations/delay.html +0 -0
  6023. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/animations/drop.html +0 -0
  6024. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/animations/loop.html +0 -0
  6025. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/animations/progressive-line-easing.html +0 -0
  6026. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/animations/progressive-line.html +0 -0
  6027. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/area/line-boundaries.html +0 -0
  6028. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/area/line-datasets.html +0 -0
  6029. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/area/line-drawtime.html +0 -0
  6030. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/area/line-stacked.html +0 -0
  6031. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/area/radar.html +0 -0
  6032. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/bar/border-radius.html +0 -0
  6033. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/bar/floating.html +0 -0
  6034. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/bar/horizontal.html +0 -0
  6035. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/bar/stacked-groups.html +0 -0
  6036. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/bar/stacked.html +0 -0
  6037. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/bar/vertical.html +0 -0
  6038. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/index.html +0 -0
  6039. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/information.html +0 -0
  6040. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/legend/events.html +0 -0
  6041. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/legend/html.html +0 -0
  6042. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/legend/point-style.html +0 -0
  6043. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/legend/position.html +0 -0
  6044. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/legend/title.html +0 -0
  6045. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/interpolation.html +0 -0
  6046. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/line.html +0 -0
  6047. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/multi-axis.html +0 -0
  6048. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/point-styling.html +0 -0
  6049. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/segments.html +0 -0
  6050. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/stepped.html +0 -0
  6051. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/styling.html +0 -0
  6052. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/bubble.html +0 -0
  6053. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/combo-bar-line.html +0 -0
  6054. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/doughnut.html +0 -0
  6055. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/multi-series-pie.html +0 -0
  6056. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/pie.html +0 -0
  6057. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/polar-area-center-labels.html +0 -0
  6058. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/polar-area.html +0 -0
  6059. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/radar-skip-points.html +0 -0
  6060. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/radar.html +0 -0
  6061. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/scatter-multi-axis.html +0 -0
  6062. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/scatter.html +0 -0
  6063. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/stacked-bar-line.html +0 -0
  6064. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/plugins/chart-area-border.html +0 -0
  6065. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/plugins/doughnut-empty-state.html +0 -0
  6066. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/plugins/quadrants.html +0 -0
  6067. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scale-options/center.html +0 -0
  6068. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scale-options/grid.html +0 -0
  6069. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scale-options/ticks.html +0 -0
  6070. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scale-options/titles.html +0 -0
  6071. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/linear-min-max-suggested.html +0 -0
  6072. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/linear-min-max.html +0 -0
  6073. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/linear-step-size.html +0 -0
  6074. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/log.html +0 -0
  6075. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/stacked.html +0 -0
  6076. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/time-combo.html +0 -0
  6077. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/time-line.html +0 -0
  6078. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/time-max-span.html +0 -0
  6079. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scriptable/bar.html +0 -0
  6080. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scriptable/bubble.html +0 -0
  6081. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scriptable/line.html +0 -0
  6082. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scriptable/pie.html +0 -0
  6083. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scriptable/polar.html +0 -0
  6084. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scriptable/radar.html +0 -0
  6085. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/subtitle/basic.html +0 -0
  6086. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/title/alignment.html +0 -0
  6087. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/tooltip/content.html +0 -0
  6088. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/tooltip/html.html +0 -0
  6089. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/tooltip/interactions.html +0 -0
  6090. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/tooltip/point-style.html +0 -0
  6091. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/tooltip/position.html +0 -0
  6092. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/utils.html +0 -0
  6093. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/helpers.esm.js +0 -0
  6094. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/helpers.mjs +0 -0
  6095. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/helpers/helpers.js +0 -0
  6096. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/helpers/helpers.mjs +0 -0
  6097. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/helpers/helpers.mts +0 -0
  6098. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/helpers/package.json +0 -0
  6099. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/package.json +0 -0
  6100. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/.eslintrc.yml +0 -0
  6101. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/adapters.d.ts +0 -0
  6102. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/animation.d.ts +0 -0
  6103. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/basic.d.ts +0 -0
  6104. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/color.d.ts +0 -0
  6105. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/element.d.ts +0 -0
  6106. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/geometric.d.ts +0 -0
  6107. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.canvas.d.ts +0 -0
  6108. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.collection.d.ts +0 -0
  6109. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.color.d.ts +0 -0
  6110. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.core.d.ts +0 -0
  6111. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.curve.d.ts +0 -0
  6112. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.dom.d.ts +0 -0
  6113. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.easing.d.ts +0 -0
  6114. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.extras.d.ts +0 -0
  6115. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.intl.d.ts +0 -0
  6116. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.math.d.ts +0 -0
  6117. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.options.d.ts +0 -0
  6118. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.rtl.d.ts +0 -0
  6119. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/index.d.ts +0 -0
  6120. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/index.esm.d.ts +0 -0
  6121. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/layout.d.ts +0 -0
  6122. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/.eslintrc.yml +0 -0
  6123. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/animation.ts +0 -0
  6124. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/autogen.js +0 -0
  6125. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/chart_types.ts +0 -0
  6126. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/bubble_chart_options.ts +0 -0
  6127. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/doughnut_meta_total.ts +0 -0
  6128. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/doughnut_offset.ts +0 -0
  6129. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/doughnut_outer_radius.ts +0 -0
  6130. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/line_scriptable_parsed_data.ts +0 -0
  6131. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/line_segments.ts +0 -0
  6132. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/line_span_gaps.ts +0 -0
  6133. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/line_styling_array.ts +0 -0
  6134. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/radar_dataset_indexable_options.ts +0 -0
  6135. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/data_types.ts +0 -0
  6136. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/dataset_null_data.ts +0 -0
  6137. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/defaults.ts +0 -0
  6138. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/elements/scriptable_element_options.ts +0 -0
  6139. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/extensions/plugin.ts +0 -0
  6140. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/extensions/scale.ts +0 -0
  6141. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/helpers/options.ts +0 -0
  6142. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/interaction.ts +0 -0
  6143. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/layout/position.ts +0 -0
  6144. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/options.ts +0 -0
  6145. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/overrides.ts +0 -0
  6146. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/parsed.data.type.ts +0 -0
  6147. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/defaults.ts +0 -0
  6148. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.decimation/decimation_algorithm.ts +0 -0
  6149. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.filler/fill_target_true.ts +0 -0
  6150. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.tooltip/chart.tooltip.ts +0 -0
  6151. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.tooltip/tooltip_dataset_type.ts +0 -0
  6152. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.tooltip/tooltip_parsed_data.ts +0 -0
  6153. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.tooltip/tooltip_parsed_data_chart_defaults.ts +0 -0
  6154. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.tooltip/tooltip_scriptable_background_color.ts +0 -0
  6155. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/register.ts +0 -0
  6156. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/scales/chart_options.ts +0 -0
  6157. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/scales/options.ts +0 -0
  6158. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/scales/time_string_max.ts +0 -0
  6159. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/scriptable.ts +0 -0
  6160. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/scriptable_core_chart_options.ts +0 -0
  6161. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/test_instance_assignment.ts +0 -0
  6162. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/tsconfig.json +0 -0
  6163. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/utils.d.ts +0 -0
  6164. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.babelrc.json +0 -0
  6165. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.editorconfig +0 -0
  6166. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.eslintignore +0 -0
  6167. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.eslintrc.json +0 -0
  6168. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  6169. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/ISSUE_TEMPLATE/documentation.md +0 -0
  6170. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/ISSUE_TEMPLATE/proposal.md +0 -0
  6171. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  6172. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/stale.yml +0 -0
  6173. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/workflows/publish.yml +0 -0
  6174. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/workflows/test.js.yml +0 -0
  6175. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.husky/pre-commit +0 -0
  6176. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.nvmrc +0 -0
  6177. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.prettierignore +0 -0
  6178. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.prettierrc.json +0 -0
  6179. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/LICENSE +0 -0
  6180. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/bower.json +0 -0
  6181. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/composer.json +0 -0
  6182. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/contributing.md +0 -0
  6183. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/constructor-node.html +0 -0
  6184. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/constructor-nodelist.html +0 -0
  6185. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/constructor-selector.html +0 -0
  6186. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/function-target.html +0 -0
  6187. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/function-text.html +0 -0
  6188. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/target-div.html +0 -0
  6189. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/target-input-number.html +0 -0
  6190. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/target-input.html +0 -0
  6191. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/target-programmatic-copy.html +0 -0
  6192. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/target-programmatic-cut.html +0 -0
  6193. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/target-textarea.html +0 -0
  6194. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/text-programmatic-copy.html +0 -0
  6195. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/dist/clipboard.js +0 -0
  6196. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/dist/clipboard.min.js +0 -0
  6197. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/karma.conf.js +0 -0
  6198. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/package.js +0 -0
  6199. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/package.json +0 -0
  6200. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/readme.md +0 -0
  6201. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/actions/copy.js +0 -0
  6202. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/actions/cut.js +0 -0
  6203. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/actions/default.js +0 -0
  6204. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/clipboard.d.ts +0 -0
  6205. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/clipboard.js +0 -0
  6206. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/clipboard.test-d.ts +0 -0
  6207. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/common/command.js +0 -0
  6208. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/common/create-fake-element.js +0 -0
  6209. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/test/actions/copy.js +0 -0
  6210. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/test/actions/cut.js +0 -0
  6211. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/test/actions/default.js +0 -0
  6212. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/test/clipboard.js +0 -0
  6213. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/test/common/command.js +0 -0
  6214. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/test/common/create-fake-element.js +0 -0
  6215. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/webpack.config.js +0 -0
  6216. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/.editorconfig +0 -0
  6217. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/.travis.yml +0 -0
  6218. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/demo/delegate.html +0 -0
  6219. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/demo/multiple.html +0 -0
  6220. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/demo/undelegate.html +0 -0
  6221. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/dist/delegate.js +0 -0
  6222. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/karma.conf.js +0 -0
  6223. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/package.json +0 -0
  6224. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/readme.md +0 -0
  6225. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/src/closest.js +0 -0
  6226. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/src/delegate.js +0 -0
  6227. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/test/closest.js +0 -0
  6228. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/test/delegate.js +0 -0
  6229. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/.editorconfig +0 -0
  6230. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/.npmignore +0 -0
  6231. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/.travis.yml +0 -0
  6232. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/bower.json +0 -0
  6233. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/demo/destroy.html +0 -0
  6234. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/demo/multiple.html +0 -0
  6235. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/demo/node.html +0 -0
  6236. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/demo/nodelist.html +0 -0
  6237. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/demo/selector.html +0 -0
  6238. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/dist/good-listener.js +0 -0
  6239. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/karma.conf.js +0 -0
  6240. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/package.json +0 -0
  6241. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/readme.md +0 -0
  6242. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/src/is.js +0 -0
  6243. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/src/listen.js +0 -0
  6244. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/test/is.js +0 -0
  6245. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/test/listen.js +0 -0
  6246. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/.editorconfig +0 -0
  6247. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/.npmignore +0 -0
  6248. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/CONTRIBUTING.md +0 -0
  6249. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/Gruntfile.js +0 -0
  6250. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/HISTORY.md +0 -0
  6251. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/README.md +0 -0
  6252. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/bower.json +0 -0
  6253. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/css/demo-page.css +0 -0
  6254. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/css/hover-min.css +0 -0
  6255. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/css/hover.css +0 -0
  6256. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/css/hover.css.map +0 -0
  6257. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/hover.jpg +0 -0
  6258. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/index.html +0 -0
  6259. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/_hacks.less +0 -0
  6260. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/_mixins.less +0 -0
  6261. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/_options.less +0 -0
  6262. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_backward.less +0 -0
  6263. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_bob.less +0 -0
  6264. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_bounce-in.less +0 -0
  6265. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_bounce-out.less +0 -0
  6266. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_buzz-out.less +0 -0
  6267. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_buzz.less +0 -0
  6268. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_float.less +0 -0
  6269. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_forward.less +0 -0
  6270. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_grow-rotate.less +0 -0
  6271. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_grow.less +0 -0
  6272. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_hang.less +0 -0
  6273. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_pop.less +0 -0
  6274. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_pulse-grow.less +0 -0
  6275. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_pulse-shrink.less +0 -0
  6276. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_pulse.less +0 -0
  6277. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_push.less +0 -0
  6278. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_rotate.less +0 -0
  6279. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_shrink.less +0 -0
  6280. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_sink.less +0 -0
  6281. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_skew-backward.less +0 -0
  6282. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_skew-forward.less +0 -0
  6283. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_skew.less +0 -0
  6284. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-bottom.less +0 -0
  6285. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-horizontal.less +0 -0
  6286. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-skew.less +0 -0
  6287. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-to-bottom-right.less +0 -0
  6288. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-to-top-right.less +0 -0
  6289. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-top.less +0 -0
  6290. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-vertical.less +0 -0
  6291. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_back-pulse.less +0 -0
  6292. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_bounce-to-bottom.less +0 -0
  6293. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_bounce-to-left.less +0 -0
  6294. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_bounce-to-right.less +0 -0
  6295. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_bounce-to-top.less +0 -0
  6296. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_fade.less +0 -0
  6297. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_radial-in.less +0 -0
  6298. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_radial-out.less +0 -0
  6299. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_rectangle-in.less +0 -0
  6300. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_rectangle-out.less +0 -0
  6301. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_shutter-in-horizontal.less +0 -0
  6302. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_shutter-in-vertical.less +0 -0
  6303. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_shutter-out-horizontal.less +0 -0
  6304. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_shutter-out-vertical.less +0 -0
  6305. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_sweep-to-bottom.less +0 -0
  6306. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_sweep-to-left.less +0 -0
  6307. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_sweep-to-right.less +0 -0
  6308. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_sweep-to-top.less +0 -0
  6309. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_border-fade.less +0 -0
  6310. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_hollow.less +0 -0
  6311. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_outline-in.less +0 -0
  6312. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_outline-out.less +0 -0
  6313. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_overline-from-center.less +0 -0
  6314. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_overline-from-left.less +0 -0
  6315. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_overline-from-right.less +0 -0
  6316. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_overline-reveal.less +0 -0
  6317. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_reveal.less +0 -0
  6318. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_ripple-in.less +0 -0
  6319. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_ripple-out.less +0 -0
  6320. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_round-corners.less +0 -0
  6321. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_trim.less +0 -0
  6322. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_underline-from-center.less +0 -0
  6323. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_underline-from-left.less +0 -0
  6324. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_underline-from-right.less +0 -0
  6325. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_underline-reveal.less +0 -0
  6326. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/curls/_curl-bottom-left.less +0 -0
  6327. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/curls/_curl-bottom-right.less +0 -0
  6328. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/curls/_curl-top-left.less +0 -0
  6329. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/curls/_curl-top-right.less +0 -0
  6330. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-back.less +0 -0
  6331. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-bob.less +0 -0
  6332. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-bounce-out.less +0 -0
  6333. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-bounce.less +0 -0
  6334. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-buzz-out.less +0 -0
  6335. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-buzz.less +0 -0
  6336. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-down.less +0 -0
  6337. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-drop.less +0 -0
  6338. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-fade.less +0 -0
  6339. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-float-away.less +0 -0
  6340. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-float.less +0 -0
  6341. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-forward.less +0 -0
  6342. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-grow-rotate.less +0 -0
  6343. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-grow.less +0 -0
  6344. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-hang.less +0 -0
  6345. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-pop.less +0 -0
  6346. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-pulse-grow.less +0 -0
  6347. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-pulse-shrink.less +0 -0
  6348. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-pulse.less +0 -0
  6349. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-push.less +0 -0
  6350. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-rotate.less +0 -0
  6351. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-shrink.less +0 -0
  6352. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-sink-away.less +0 -0
  6353. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-sink.less +0 -0
  6354. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-spin.less +0 -0
  6355. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-up.less +0 -0
  6356. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-wobble-horizontal.less +0 -0
  6357. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-wobble-vertical.less +0 -0
  6358. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_box-shadow-inset.less +0 -0
  6359. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_box-shadow-outset.less +0 -0
  6360. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_float-shadow.less +0 -0
  6361. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_glow.less +0 -0
  6362. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_grow-shadow.less +0 -0
  6363. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_shadow-radial.less +0 -0
  6364. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_shadow.less +0 -0
  6365. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-bottom.less +0 -0
  6366. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-float-bottom.less +0 -0
  6367. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-float-left.less +0 -0
  6368. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-float-right.less +0 -0
  6369. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-float-top.less +0 -0
  6370. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-left.less +0 -0
  6371. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-right.less +0 -0
  6372. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-top.less +0 -0
  6373. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/hover.less +0 -0
  6374. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/license.txt +0 -0
  6375. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/logo-transparent.png +0 -0
  6376. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/modern-slide-in.png +0 -0
  6377. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/package.json +0 -0
  6378. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/photo-stack.png +0 -0
  6379. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/_hacks.scss +0 -0
  6380. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/_mixins.scss +0 -0
  6381. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/_options.scss +0 -0
  6382. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_backward.scss +0 -0
  6383. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_bob.scss +0 -0
  6384. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_bounce-in.scss +0 -0
  6385. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_bounce-out.scss +0 -0
  6386. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_buzz-out.scss +0 -0
  6387. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_buzz.scss +0 -0
  6388. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_float.scss +0 -0
  6389. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_forward.scss +0 -0
  6390. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_grow-rotate.scss +0 -0
  6391. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_grow.scss +0 -0
  6392. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_hang.scss +0 -0
  6393. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_pop.scss +0 -0
  6394. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_pulse-grow.scss +0 -0
  6395. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_pulse-shrink.scss +0 -0
  6396. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_pulse.scss +0 -0
  6397. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_push.scss +0 -0
  6398. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_rotate.scss +0 -0
  6399. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_shrink.scss +0 -0
  6400. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_sink.scss +0 -0
  6401. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_skew-backward.scss +0 -0
  6402. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_skew-forward.scss +0 -0
  6403. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_skew.scss +0 -0
  6404. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-bottom.scss +0 -0
  6405. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-horizontal.scss +0 -0
  6406. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-skew.scss +0 -0
  6407. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-to-bottom-right.scss +0 -0
  6408. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-to-top-right.scss +0 -0
  6409. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-top.scss +0 -0
  6410. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-vertical.scss +0 -0
  6411. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_back-pulse.scss +0 -0
  6412. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_bounce-to-bottom.scss +0 -0
  6413. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_bounce-to-left.scss +0 -0
  6414. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_bounce-to-right.scss +0 -0
  6415. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_bounce-to-top.scss +0 -0
  6416. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_fade.scss +0 -0
  6417. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_radial-in.scss +0 -0
  6418. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_radial-out.scss +0 -0
  6419. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_rectangle-in.scss +0 -0
  6420. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_rectangle-out.scss +0 -0
  6421. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_shutter-in-horizontal.scss +0 -0
  6422. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_shutter-in-vertical.scss +0 -0
  6423. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_shutter-out-horizontal.scss +0 -0
  6424. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_shutter-out-vertical.scss +0 -0
  6425. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_sweep-to-bottom.scss +0 -0
  6426. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_sweep-to-left.scss +0 -0
  6427. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_sweep-to-right.scss +0 -0
  6428. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_sweep-to-top.scss +0 -0
  6429. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_border-fade.scss +0 -0
  6430. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_hollow.scss +0 -0
  6431. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_outline-in.scss +0 -0
  6432. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_outline-out.scss +0 -0
  6433. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_overline-from-center.scss +0 -0
  6434. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_overline-from-left.scss +0 -0
  6435. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_overline-from-right.scss +0 -0
  6436. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_overline-reveal.scss +0 -0
  6437. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_reveal.scss +0 -0
  6438. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_ripple-in.scss +0 -0
  6439. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_ripple-out.scss +0 -0
  6440. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_round-corners.scss +0 -0
  6441. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_trim.scss +0 -0
  6442. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_underline-from-center.scss +0 -0
  6443. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_underline-from-left.scss +0 -0
  6444. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_underline-from-right.scss +0 -0
  6445. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_underline-reveal.scss +0 -0
  6446. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/curls/_curl-bottom-left.scss +0 -0
  6447. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/curls/_curl-bottom-right.scss +0 -0
  6448. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/curls/_curl-top-left.scss +0 -0
  6449. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/curls/_curl-top-right.scss +0 -0
  6450. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-back.scss +0 -0
  6451. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-bob.scss +0 -0
  6452. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-bounce-out.scss +0 -0
  6453. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-bounce.scss +0 -0
  6454. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-buzz-out.scss +0 -0
  6455. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-buzz.scss +0 -0
  6456. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-down.scss +0 -0
  6457. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-drop.scss +0 -0
  6458. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-fade.scss +0 -0
  6459. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-float-away.scss +0 -0
  6460. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-float.scss +0 -0
  6461. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-forward.scss +0 -0
  6462. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-grow-rotate.scss +0 -0
  6463. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-grow.scss +0 -0
  6464. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-hang.scss +0 -0
  6465. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-pop.scss +0 -0
  6466. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-pulse-grow.scss +0 -0
  6467. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-pulse-shrink.scss +0 -0
  6468. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-pulse.scss +0 -0
  6469. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-push.scss +0 -0
  6470. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-rotate.scss +0 -0
  6471. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-shrink.scss +0 -0
  6472. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-sink-away.scss +0 -0
  6473. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-sink.scss +0 -0
  6474. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-spin.scss +0 -0
  6475. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-up.scss +0 -0
  6476. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-wobble-horizontal.scss +0 -0
  6477. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-wobble-vertical.scss +0 -0
  6478. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_box-shadow-inset.scss +0 -0
  6479. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_box-shadow-outset.scss +0 -0
  6480. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_float-shadow.scss +0 -0
  6481. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_glow.scss +0 -0
  6482. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_grow-shadow.scss +0 -0
  6483. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_shadow-radial.scss +0 -0
  6484. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_shadow.scss +0 -0
  6485. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-bottom.scss +0 -0
  6486. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-float-bottom.scss +0 -0
  6487. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-float-left.scss +0 -0
  6488. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-float-right.scss +0 -0
  6489. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-float-top.scss +0 -0
  6490. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-left.scss +0 -0
  6491. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-right.scss +0 -0
  6492. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-top.scss +0 -0
  6493. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/hover.scss +0 -0
  6494. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/sequence-logo.png +0 -0
  6495. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/two-up.png +0 -0
  6496. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/CHANGELOG.md +0 -0
  6497. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/LICENSE +0 -0
  6498. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/README.md +0 -0
  6499. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/ajax-header.js +0 -0
  6500. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/alpine-morph.js +0 -0
  6501. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/class-tools.js +0 -0
  6502. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/client-side-templates.js +0 -0
  6503. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/debug.js +0 -0
  6504. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/disable-element.js +0 -0
  6505. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/event-header.js +0 -0
  6506. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/head-support.js +0 -0
  6507. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/include-vals.js +0 -0
  6508. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/json-enc.js +0 -0
  6509. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/loading-states.js +0 -0
  6510. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/method-override.js +0 -0
  6511. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/morphdom-swap.js +0 -0
  6512. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/multi-swap.js +0 -0
  6513. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/path-deps.js +0 -0
  6514. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/preload.js +0 -0
  6515. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/rails-method.js +0 -0
  6516. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/remove-me.js +0 -0
  6517. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/restored.js +0 -0
  6518. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/sse.js +0 -0
  6519. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/ws.js +0 -0
  6520. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/htmx.js +0 -0
  6521. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/htmx.min.js +0 -0
  6522. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/htmx.min.js.gz +0 -0
  6523. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/editors/jetbrains/htmx.web-types.json +0 -0
  6524. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/package.json +0 -0
  6525. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/AUTHORS.txt +0 -0
  6526. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/LICENSE.txt +0 -0
  6527. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/README.md +0 -0
  6528. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/bower.json +0 -0
  6529. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/dist/jquery.js +0 -0
  6530. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/dist/jquery.min.js +0 -0
  6531. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/dist/jquery.min.map +0 -0
  6532. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/dist/jquery.slim.js +0 -0
  6533. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/dist/jquery.slim.min.js +0 -0
  6534. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/dist/jquery.slim.min.map +0 -0
  6535. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/external/sizzle/LICENSE.txt +0 -0
  6536. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/package.json +0 -0
  6537. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/ajax/jsonp.js +0 -0
  6538. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/ajax/load.js +0 -0
  6539. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/ajax/script.js +0 -0
  6540. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/ajax/xhr.js +0 -0
  6541. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/ajax.js +0 -0
  6542. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/attributes/attr.js +0 -0
  6543. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/attributes/classes.js +0 -0
  6544. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/attributes/prop.js +0 -0
  6545. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/attributes/support.js +0 -0
  6546. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/attributes/val.js +0 -0
  6547. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/attributes.js +0 -0
  6548. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/callbacks.js +0 -0
  6549. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/DOMEval.js +0 -0
  6550. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/access.js +0 -0
  6551. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/camelCase.js +0 -0
  6552. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/init.js +0 -0
  6553. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/isAttached.js +0 -0
  6554. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/nodeName.js +0 -0
  6555. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/parseHTML.js +0 -0
  6556. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/parseXML.js +0 -0
  6557. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/ready-no-deferred.js +0 -0
  6558. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/ready.js +0 -0
  6559. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/readyException.js +0 -0
  6560. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/stripAndCollapse.js +0 -0
  6561. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/support.js +0 -0
  6562. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/toType.js +0 -0
  6563. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core.js +0 -0
  6564. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/addGetHookIf.js +0 -0
  6565. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/adjustCSS.js +0 -0
  6566. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/curCSS.js +0 -0
  6567. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/finalPropName.js +0 -0
  6568. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/hiddenVisibleSelectors.js +0 -0
  6569. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/showHide.js +0 -0
  6570. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/support.js +0 -0
  6571. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css.js +0 -0
  6572. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/data/Data.js +0 -0
  6573. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/data.js +0 -0
  6574. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/deferred/exceptionHook.js +0 -0
  6575. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/deferred.js +0 -0
  6576. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/deprecated/ajax-event-alias.js +0 -0
  6577. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/deprecated/event.js +0 -0
  6578. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/deprecated.js +0 -0
  6579. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/dimensions.js +0 -0
  6580. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/effects/Tween.js +0 -0
  6581. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/effects/animatedSelector.js +0 -0
  6582. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/effects.js +0 -0
  6583. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/event/focusin.js +0 -0
  6584. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/event/support.js +0 -0
  6585. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/event/trigger.js +0 -0
  6586. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/event.js +0 -0
  6587. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/exports/amd.js +0 -0
  6588. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/exports/global.js +0 -0
  6589. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/jquery.js +0 -0
  6590. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation/_evalUrl.js +0 -0
  6591. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation/buildFragment.js +0 -0
  6592. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation/getAll.js +0 -0
  6593. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation/setGlobalEval.js +0 -0
  6594. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation/support.js +0 -0
  6595. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation/wrapMap.js +0 -0
  6596. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation.js +0 -0
  6597. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/offset.js +0 -0
  6598. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/queue/delay.js +0 -0
  6599. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/queue.js +0 -0
  6600. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/selector-native.js +0 -0
  6601. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/selector-sizzle.js +0 -0
  6602. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/selector.js +0 -0
  6603. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/serialize.js +0 -0
  6604. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/traversing/findFilter.js +0 -0
  6605. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/traversing.js +0 -0
  6606. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/wrap.js +0 -0
  6607. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/LICENSE +0 -0
  6608. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/License.pdf +0 -0
  6609. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/README.md +0 -0
  6610. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/README.txt +0 -0
  6611. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.dark.min.css +0 -0
  6612. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.dark.min.css.map +0 -0
  6613. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.dark.rtl.min.css +0 -0
  6614. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.dark.rtl.min.css.map +0 -0
  6615. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.min.css +0 -0
  6616. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.min.css.map +0 -0
  6617. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.rtl.min.css +0 -0
  6618. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.rtl.min.css.map +0 -0
  6619. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/img/mdb-favicon.ico +0 -0
  6620. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/index.html +0 -0
  6621. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/js/mdb.min.js +0 -0
  6622. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/js/mdb.min.js.map +0 -0
  6623. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/package.json +0 -0
  6624. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/alert.js +0 -0
  6625. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/base-component.js +0 -0
  6626. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/button.js +0 -0
  6627. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/carousel.js +0 -0
  6628. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/collapse.js +0 -0
  6629. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/dom/data.js +0 -0
  6630. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/dom/event-handler.js +0 -0
  6631. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/dom/manipulator.js +0 -0
  6632. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/dom/selector-engine.js +0 -0
  6633. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/dropdown.js +0 -0
  6634. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/modal.js +0 -0
  6635. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/offcanvas.js +0 -0
  6636. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/popover.js +0 -0
  6637. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/scrollspy.js +0 -0
  6638. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/tab.js +0 -0
  6639. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/toast.js +0 -0
  6640. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/tooltip.js +0 -0
  6641. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/util/backdrop.js +0 -0
  6642. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/util/component-functions.js +0 -0
  6643. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/util/focustrap.js +0 -0
  6644. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/util/index.js +0 -0
  6645. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/util/sanitizer.js +0 -0
  6646. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/util/scrollbar.js +0 -0
  6647. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/alert.js +0 -0
  6648. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/base-component.js +0 -0
  6649. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/button.js +0 -0
  6650. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/carousel.js +0 -0
  6651. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/collapse.js +0 -0
  6652. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/dom/data.js +0 -0
  6653. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/dom/event-handler.js +0 -0
  6654. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/dom/manipulator.js +0 -0
  6655. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/dom/selector-engine.js +0 -0
  6656. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/dropdown.js +0 -0
  6657. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/modal.js +0 -0
  6658. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/offcanvas.js +0 -0
  6659. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/popover.js +0 -0
  6660. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/scrollspy.js +0 -0
  6661. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/tab.js +0 -0
  6662. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/toast.js +0 -0
  6663. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/tooltip.js +0 -0
  6664. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/util/backdrop.js +0 -0
  6665. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/util/component-functions.js +0 -0
  6666. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/util/focustrap.js +0 -0
  6667. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/util/index.js +0 -0
  6668. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/util/sanitizer.js +0 -0
  6669. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/util/scrollbar.js +0 -0
  6670. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/alert.js +0 -0
  6671. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/button.js +0 -0
  6672. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/carousel.js +0 -0
  6673. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/dropdown.js +0 -0
  6674. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/input.js +0 -0
  6675. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/modal.js +0 -0
  6676. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/popover.js +0 -0
  6677. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/range.js +0 -0
  6678. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/ripple.js +0 -0
  6679. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/scrollspy.js +0 -0
  6680. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/tab.js +0 -0
  6681. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/toast.js +0 -0
  6682. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/tooltip.js +0 -0
  6683. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/dom/data.js +0 -0
  6684. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/dom/event-handler.js +0 -0
  6685. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/dom/manipulator.js +0 -0
  6686. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/dom/selector-engine.js +0 -0
  6687. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/handlers/click-rail.js +0 -0
  6688. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/handlers/drag-thumb.js +0 -0
  6689. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/handlers/keyboard.js +0 -0
  6690. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/handlers/mouse-wheel.js +0 -0
  6691. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/handlers/touch.js +0 -0
  6692. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/index.js +0 -0
  6693. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/process-scroll-diff.js +0 -0
  6694. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/update-geometry.js +0 -0
  6695. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/focusTrap.js +0 -0
  6696. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/index.js +0 -0
  6697. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/keycodes.js +0 -0
  6698. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/sanitizer.js +0 -0
  6699. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/scrollbar.js +0 -0
  6700. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/stack.js +0 -0
  6701. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/touch/index.js +0 -0
  6702. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/touch/swipe.js +0 -0
  6703. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/touch/touchUtil.js +0 -0
  6704. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb.free.js +0 -0
  6705. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_accordion.scss +0 -0
  6706. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_alert.scss +0 -0
  6707. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_badge.scss +0 -0
  6708. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_breadcrumb.scss +0 -0
  6709. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_button-group.scss +0 -0
  6710. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_buttons.scss +0 -0
  6711. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_card.scss +0 -0
  6712. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_carousel.scss +0 -0
  6713. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_close.scss +0 -0
  6714. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_containers.scss +0 -0
  6715. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_dropdown.scss +0 -0
  6716. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_forms.scss +0 -0
  6717. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_functions.scss +0 -0
  6718. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_grid.scss +0 -0
  6719. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_helpers.scss +0 -0
  6720. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_images.scss +0 -0
  6721. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_list-group.scss +0 -0
  6722. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_mixins.scss +0 -0
  6723. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_modal.scss +0 -0
  6724. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_nav.scss +0 -0
  6725. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_navbar.scss +0 -0
  6726. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_offcanvas.scss +0 -0
  6727. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_pagination.scss +0 -0
  6728. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_placeholders.scss +0 -0
  6729. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_popover.scss +0 -0
  6730. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_progress.scss +0 -0
  6731. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_reboot.scss +0 -0
  6732. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_root.scss +0 -0
  6733. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_spinners.scss +0 -0
  6734. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_tables.scss +0 -0
  6735. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_toasts.scss +0 -0
  6736. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_tooltip.scss +0 -0
  6737. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_transitions.scss +0 -0
  6738. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_type.scss +0 -0
  6739. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_utilities.scss +0 -0
  6740. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_variables.scss +0 -0
  6741. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/bootstrap-grid.scss +0 -0
  6742. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/bootstrap-reboot.scss +0 -0
  6743. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/bootstrap-utilities.scss +0 -0
  6744. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/bootstrap.scss +0 -0
  6745. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_floating-labels.scss +0 -0
  6746. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_form-check.scss +0 -0
  6747. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_form-control.scss +0 -0
  6748. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_form-range.scss +0 -0
  6749. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_form-select.scss +0 -0
  6750. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_form-text.scss +0 -0
  6751. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_input-group.scss +0 -0
  6752. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_labels.scss +0 -0
  6753. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_validation.scss +0 -0
  6754. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_clearfix.scss +0 -0
  6755. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_colored-links.scss +0 -0
  6756. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_position.scss +0 -0
  6757. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_ratio.scss +0 -0
  6758. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_stacks.scss +0 -0
  6759. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_stretched-link.scss +0 -0
  6760. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_text-truncation.scss +0 -0
  6761. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_visually-hidden.scss +0 -0
  6762. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_vr.scss +0 -0
  6763. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_alert.scss +0 -0
  6764. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_backdrop.scss +0 -0
  6765. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_border-radius.scss +0 -0
  6766. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_box-shadow.scss +0 -0
  6767. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_breakpoints.scss +0 -0
  6768. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_buttons.scss +0 -0
  6769. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_caret.scss +0 -0
  6770. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_clearfix.scss +0 -0
  6771. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_color-scheme.scss +0 -0
  6772. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_container.scss +0 -0
  6773. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_deprecate.scss +0 -0
  6774. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_forms.scss +0 -0
  6775. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_gradients.scss +0 -0
  6776. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_grid.scss +0 -0
  6777. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_image.scss +0 -0
  6778. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_list-group.scss +0 -0
  6779. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_lists.scss +0 -0
  6780. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_pagination.scss +0 -0
  6781. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_reset-text.scss +0 -0
  6782. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_resize.scss +0 -0
  6783. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_table-variants.scss +0 -0
  6784. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_text-truncate.scss +0 -0
  6785. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_transition.scss +0 -0
  6786. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_utilities.scss +0 -0
  6787. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_visually-hidden.scss +0 -0
  6788. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/utilities/_api.scss +0 -0
  6789. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/vendor/_rfs.scss +0 -0
  6790. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_accordion.scss +0 -0
  6791. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_alert.scss +0 -0
  6792. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_badge.scss +0 -0
  6793. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_breadcrumb.scss +0 -0
  6794. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_button-group.scss +0 -0
  6795. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_buttons.scss +0 -0
  6796. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_card.scss +0 -0
  6797. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_carousel.scss +0 -0
  6798. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_close.scss +0 -0
  6799. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_containers.scss +0 -0
  6800. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_dropdown.scss +0 -0
  6801. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_forms.scss +0 -0
  6802. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_functions.scss +0 -0
  6803. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_grid.scss +0 -0
  6804. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_helpers.scss +0 -0
  6805. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_images.scss +0 -0
  6806. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_list-group.scss +0 -0
  6807. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_mixins.scss +0 -0
  6808. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_modal.scss +0 -0
  6809. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_nav.scss +0 -0
  6810. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_navbar.scss +0 -0
  6811. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_offcanvas.scss +0 -0
  6812. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_pagination.scss +0 -0
  6813. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_placeholders.scss +0 -0
  6814. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_popover.scss +0 -0
  6815. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_progress.scss +0 -0
  6816. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_reboot.scss +0 -0
  6817. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_root.scss +0 -0
  6818. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_spinners.scss +0 -0
  6819. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_tables.scss +0 -0
  6820. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_toasts.scss +0 -0
  6821. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_tooltip.scss +0 -0
  6822. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_transitions.scss +0 -0
  6823. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_type.scss +0 -0
  6824. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_utilities.scss +0 -0
  6825. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_variables.scss +0 -0
  6826. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/bootstrap-grid.scss +0 -0
  6827. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/bootstrap-reboot.scss +0 -0
  6828. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/bootstrap-utilities.scss +0 -0
  6829. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/bootstrap.scss +0 -0
  6830. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_floating-labels.scss +0 -0
  6831. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_form-check.scss +0 -0
  6832. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_form-control.scss +0 -0
  6833. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_form-range.scss +0 -0
  6834. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_form-select.scss +0 -0
  6835. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_form-text.scss +0 -0
  6836. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_input-group.scss +0 -0
  6837. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_labels.scss +0 -0
  6838. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_validation.scss +0 -0
  6839. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_clearfix.scss +0 -0
  6840. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_colored-links.scss +0 -0
  6841. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_position.scss +0 -0
  6842. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_ratio.scss +0 -0
  6843. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_stacks.scss +0 -0
  6844. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_stretched-link.scss +0 -0
  6845. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_text-truncation.scss +0 -0
  6846. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_visually-hidden.scss +0 -0
  6847. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_vr.scss +0 -0
  6848. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_alert.scss +0 -0
  6849. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_backdrop.scss +0 -0
  6850. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_border-radius.scss +0 -0
  6851. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_box-shadow.scss +0 -0
  6852. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_breakpoints.scss +0 -0
  6853. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_buttons.scss +0 -0
  6854. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_caret.scss +0 -0
  6855. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_clearfix.scss +0 -0
  6856. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_color-scheme.scss +0 -0
  6857. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_container.scss +0 -0
  6858. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_deprecate.scss +0 -0
  6859. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_forms.scss +0 -0
  6860. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_gradients.scss +0 -0
  6861. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_grid.scss +0 -0
  6862. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_image.scss +0 -0
  6863. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_list-group.scss +0 -0
  6864. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_lists.scss +0 -0
  6865. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_pagination.scss +0 -0
  6866. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_reset-text.scss +0 -0
  6867. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_resize.scss +0 -0
  6868. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_table-variants.scss +0 -0
  6869. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_text-truncate.scss +0 -0
  6870. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_transition.scss +0 -0
  6871. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_utilities.scss +0 -0
  6872. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_visually-hidden.scss +0 -0
  6873. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/utilities/_api.scss +0 -0
  6874. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/vendor/_rfs.scss +0 -0
  6875. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/custom/_styles.scss +0 -0
  6876. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/custom/_variables.scss +0 -0
  6877. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_accordion.scss +0 -0
  6878. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_alert.scss +0 -0
  6879. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_badge.scss +0 -0
  6880. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_breadcrumb.scss +0 -0
  6881. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_button-group.scss +0 -0
  6882. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_buttons.scss +0 -0
  6883. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_card.scss +0 -0
  6884. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_carousel.scss +0 -0
  6885. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_close.scss +0 -0
  6886. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_colors.scss +0 -0
  6887. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_deprecated.scss +0 -0
  6888. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_dropdown.scss +0 -0
  6889. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_flag.scss +0 -0
  6890. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_functions.scss +0 -0
  6891. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_images.scss +0 -0
  6892. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_list-group.scss +0 -0
  6893. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_mixins.scss +0 -0
  6894. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_modal.scss +0 -0
  6895. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_nav.scss +0 -0
  6896. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_navbar.scss +0 -0
  6897. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_pagination.scss +0 -0
  6898. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_popover.scss +0 -0
  6899. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_progress.scss +0 -0
  6900. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_range.scss +0 -0
  6901. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_reboot.scss +0 -0
  6902. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_ripple.scss +0 -0
  6903. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_root.scss +0 -0
  6904. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_scrollspy.scss +0 -0
  6905. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_shadows.scss +0 -0
  6906. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_tables.scss +0 -0
  6907. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_toasts.scss +0 -0
  6908. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_tooltip.scss +0 -0
  6909. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_type.scss +0 -0
  6910. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_utilities.scss +0 -0
  6911. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_variables.scss +0 -0
  6912. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_form-check.scss +0 -0
  6913. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_form-control.scss +0 -0
  6914. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_form-file.scss +0 -0
  6915. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_form-range.scss +0 -0
  6916. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_form-select.scss +0 -0
  6917. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_input-group.scss +0 -0
  6918. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_validation.scss +0 -0
  6919. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/mixins/_buttons.scss +0 -0
  6920. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/mixins/_ripple.scss +0 -0
  6921. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/mixins/_table-variants.scss +0 -0
  6922. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/mdb.free.scss +0 -0
  6923. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/.editorconfig +0 -0
  6924. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/.npmignore +0 -0
  6925. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/.travis.yml +0 -0
  6926. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/bower.json +0 -0
  6927. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/demo/contenteditable.html +0 -0
  6928. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/demo/dropdown.html +0 -0
  6929. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/demo/editable.html +0 -0
  6930. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/demo/multiple.html +0 -0
  6931. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/demo/nested.html +0 -0
  6932. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/demo/non-editable.html +0 -0
  6933. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/dist/select.js +0 -0
  6934. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/karma.conf.js +0 -0
  6935. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/package.json +0 -0
  6936. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/readme.md +0 -0
  6937. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/src/select.js +0 -0
  6938. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/test/select.js +0 -0
  6939. /django-handyhelpers-0.3.20/handyhelpers/templatetags/__init__.py → /django_handyhelpers-0.3.36/handyhelpers/static/node_modules/terser/dist/.gitkeep +0 -0
  6940. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/LICENSE +0 -0
  6941. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/README.md +0 -0
  6942. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/dist/tinyemitter.js +0 -0
  6943. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/dist/tinyemitter.min.js +0 -0
  6944. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/index.d.ts +0 -0
  6945. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/index.js +0 -0
  6946. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/instance.js +0 -0
  6947. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/package.json +0 -0
  6948. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/test/index.js +0 -0
  6949. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/yarn.lock +0 -0
  6950. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/ajax/get_auditlog.htm +0 -0
  6951. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/ajax/get_auditlog_entries.htm +0 -0
  6952. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/ajax/get_auditlog_entry.htm +0 -0
  6953. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/ajax/show_audit_log.htm +0 -0
  6954. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs4/modals.htm +0 -0
  6955. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs4/show_messages.htm +0 -0
  6956. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs5/mdb-form.htm +0 -0
  6957. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs5/modals.htm +0 -0
  6958. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs5/popover.htm +0 -0
  6959. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs5/show_messages.htm +0 -0
  6960. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs5/table_components.htm +0 -0
  6961. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/chartjs_components.htm +0 -0
  6962. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/clipboard.htm +0 -0
  6963. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/modals.htm +0 -0
  6964. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/show_messages.htm +0 -0
  6965. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/table_components.htm +0 -0
  6966. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/zoom_cards.htm +0 -0
  6967. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/form/bs5/timestamp_filter.htm +0 -0
  6968. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs4/generic_modal_form.htm +0 -0
  6969. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs4/generic_modal_form_wide.htm +0 -0
  6970. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs4/generic_paginated_list.html +0 -0
  6971. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs4/generic_paginated_list_content.htm +0 -0
  6972. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_about.html +0 -0
  6973. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_action.html +0 -0
  6974. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_form.htm +0 -0
  6975. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_form_htmx_get.htm +0 -0
  6976. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_list.html +0 -0
  6977. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_list_content.htm +0 -0
  6978. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_modal_form.htm +0 -0
  6979. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_modal_form_htmx.htm +0 -0
  6980. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_modal_form_wide.htm +0 -0
  6981. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/partials/pagination_controls.htm +0 -0
  6982. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_about.html +0 -0
  6983. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_action.html +0 -0
  6984. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_error.html +0 -0
  6985. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_form.htm +0 -0
  6986. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_form_wide.htm +0 -0
  6987. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_index.html +0 -0
  6988. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_list.html +0 -0
  6989. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_list_content.htm +0 -0
  6990. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_list_no_component.html +0 -0
  6991. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_modal_form.htm +0 -0
  6992. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_modal_form_wide.htm +0 -0
  6993. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_paginated_list.html +0 -0
  6994. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_paginated_list_content.htm +0 -0
  6995. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_paginated_list_no_component.html +0 -0
  6996. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/handyhelpers_base.htm +0 -0
  6997. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/about_project_modal_body.htm +0 -0
  6998. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/generic_modal.htm +0 -0
  6999. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/navigation/build_sidebar.htm +0 -0
  7000. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/navigation/sidebar_menu_sub_items.htm +0 -0
  7001. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/partials/calendar.htm +0 -0
  7002. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/annual_progress.html +0 -0
  7003. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/annual_trends.html +0 -0
  7004. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/annual_trends_chart.htm +0 -0
  7005. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/bar_chart.htm +0 -0
  7006. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/chart_set.htm +0 -0
  7007. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/pie_chart.htm +0 -0
  7008. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/theme_colors.htm +0 -0
  7009. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/table/auditlog.htm +0 -0
  7010. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/registration/logged_out.html +0 -0
  7011. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/registration/login.html +0 -0
  7012. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templates/registration/register_user.html +0 -0
  7013. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templatetags/handyhelper_tags.py +0 -0
  7014. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/templatetags/model_meta_tags.py +0 -0
  7015. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/urls.py +0 -0
  7016. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/views/__init__.py +0 -0
  7017. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/views/ajax.py +0 -0
  7018. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/views/auditlog.py +0 -0
  7019. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/views/export.py +0 -0
  7020. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers/views/gui.py +0 -0
  7021. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers_tests/handyhelpers_tests/__init__.py +0 -0
  7022. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers_tests/handyhelpers_tests/apps.py +0 -0
  7023. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers_tests/handyhelpers_tests/settings.py +0 -0
  7024. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers_tests/handyhelpers_tests/urls.py +0 -0
  7025. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers_tests/handyhelpers_tests/wsgi.py +0 -0
  7026. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/handyhelpers_tests/manage.py +0 -0
  7027. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/setup.cfg +0 -0
  7028. {django-handyhelpers-0.3.20 → django_handyhelpers-0.3.36}/setup.py +0 -0
@@ -0,0 +1,112 @@
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+
6
+ # C extensions
7
+ *.so
8
+
9
+ # Distribution / packaging
10
+ .Python
11
+ env/
12
+ build/
13
+ develop-eggs/
14
+ dist/
15
+ package-lock.json
16
+ downloads/
17
+ eggs/
18
+ .eggs/
19
+ lib/
20
+ lib64/
21
+ parts/
22
+ sdist/
23
+ var/
24
+ wheels/
25
+ *.egg-info/
26
+ .installed.cfg
27
+ *.egg
28
+ .pypirc
29
+ local_test/
30
+
31
+ # node_modules exclusions
32
+ !handyhelpers/static/node_modules/*/dist
33
+ !handyhelpers/static/node_modules/*/*/dist
34
+ !handyhelpers/static/node_modules/*/*/lib
35
+
36
+
37
+ # PyInstaller
38
+ # Usually these files are written by a python script from a template
39
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
40
+ *.manifest
41
+ *.spec
42
+
43
+ # Installer logs
44
+ pip-log.txt
45
+ pip-delete-this-directory.txt
46
+
47
+ # Unit test / coverage reports
48
+ htmlcov/
49
+ .tox/
50
+ .coverage
51
+ .coverage.*
52
+ .cache
53
+ nosetests.xml
54
+ coverage.xml
55
+ *.cover
56
+ .hypothesis/
57
+
58
+ # Translations
59
+ *.mo
60
+ *.pot
61
+
62
+ # Django stuff:
63
+ *.log
64
+ local_settings.py
65
+
66
+ # Scrapy stuff:
67
+ .scrapy
68
+
69
+ # Sphinx documentation
70
+ docs/_build/
71
+
72
+ # PyBuilder
73
+ target/
74
+
75
+ # Jupyter Notebook
76
+ .ipynb_checkpoints
77
+
78
+ # pyenv
79
+ .python-version
80
+
81
+ # celery beat schedule file
82
+ celerybeat-schedule
83
+
84
+ # SageMath parsed files
85
+ *.sage.py
86
+
87
+ # dotenv
88
+ .env
89
+
90
+ # virtualenv
91
+ .venv
92
+ venv/
93
+ ENV/
94
+
95
+ # Spyder project settings
96
+ .spyderproject
97
+ .spyproject
98
+
99
+ # Rope project settings
100
+ .ropeproject
101
+
102
+ # mkdocs documentation
103
+ /site
104
+
105
+ # mypy
106
+ .mypy_cache/
107
+
108
+
109
+ # intelliJ
110
+ *.idea
111
+ *.iml
112
+ .vscode
@@ -0,0 +1,114 @@
1
+ Metadata-Version: 2.2
2
+ Name: django-handyhelpers
3
+ Version: 0.3.36
4
+ Summary: A collection of handy utilities to support django operations
5
+ Home-page: https://github.com/davidslusser/django-handyhelpers
6
+ Download-URL: https://github.com/davidslusser/django-handyhelpers/archive/0.3.36.tar.gz
7
+ Author: David Slusser
8
+ Author-email: dbslusser@gmail.com
9
+ License: GPL-3.0
10
+ Keywords: django,helpers,handyhelpers
11
+ Classifier: Environment :: Web Environment
12
+ Classifier: Framework :: Django :: 3.2
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Topic :: Internet :: WWW/HTTP
17
+ Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
18
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
+ Description-Content-Type: text/markdown
20
+ License-File: LICENSE
21
+ Requires-Dist: Django
22
+ Requires-Dist: djangorestframework
23
+ Requires-Dist: djangorestframework-filters==1.0.0.dev0
24
+ Requires-Dist: drf-dynamic-fields
25
+ Requires-Dist: hurry.filesize
26
+ Requires-Dist: Jinja2
27
+ Requires-Dist: MarkupSafe
28
+ Requires-Dist: python-dateutil
29
+ Requires-Dist: sqlparse
30
+ Requires-Dist: xlwt==1.3.0
31
+ Dynamic: author
32
+ Dynamic: author-email
33
+ Dynamic: classifier
34
+ Dynamic: description
35
+ Dynamic: description-content-type
36
+ Dynamic: download-url
37
+ Dynamic: home-page
38
+ Dynamic: keywords
39
+ Dynamic: license
40
+ Dynamic: requires-dist
41
+ Dynamic: summary
42
+
43
+ # django-handy-helpers
44
+
45
+
46
+ | | | |
47
+ |--------------|------|---|
48
+ | Author | David Slusser | |
49
+ | Description | A collection of handy utilities to support django projects | |
50
+ | Requirements | `Python 3.x`<br>`Django 2.2.x` | |
51
+
52
+
53
+ # Documentation
54
+ Full documentation can be found on http://django-handyhelpers.readthedocs.org.
55
+ Documentation source files are available in the docs folder.
56
+
57
+
58
+ # How to Install
59
+ The django-userextensions package is available on Python Package Index (PyPI) and can be installed via pip:
60
+
61
+ pip install django-handyhelpers
62
+
63
+
64
+ add 'handyhelpers' to your INSTALLED_APPS (for management commands and templates)
65
+
66
+ INSTALLED_APPS = [
67
+ ...
68
+ 'handyhelpers',
69
+ ]
70
+
71
+
72
+ # Management Commands
73
+
74
+ ### DRF Generator
75
+ Django-handyhelpers includes manage.py commands to generate DRF files (api views, serializers, urls) for a given app in your project.
76
+ This is done using jinja templates that define the structure of each file. Default templates are provided, and custom templates
77
+ can be provided in the command. By default, all models and models fields are included.
78
+
79
+ Example command:
80
+
81
+ manage.py generate_drf <my_app> --serializer
82
+ manage.py generate_drf <my_app> --serializer --serializer_template <my_custom_template>
83
+
84
+ ** use the --help parameter for a full list of options
85
+
86
+ manage.py generate_drf --help
87
+
88
+
89
+
90
+ ### Admin Generator
91
+ Included with django-handyhelpers are manage.py commands to auto-generate an admin.py file for a given application in
92
+ your project. This is done using a jinja template that defines the structure of the admin.py file. A default template is
93
+ provided.
94
+
95
+ Example command:
96
+
97
+ manage.py generate_admin <my_app>
98
+ manage.py generate_admin <my_app> --template <my_custom_template>
99
+
100
+ ** use the --help parameter for a full list of options
101
+
102
+ manage.py generate-admin --help
103
+
104
+
105
+ # Mixins
106
+
107
+ ### FilterByQueryParamsMixin
108
+ Allows your list views to be filtered by query parameters.
109
+
110
+
111
+ ### InvalidLookupMixin
112
+ Returns an applicable error, instead of results based on an unfiltered queryset, if a provided lookup expression,
113
+ filter, or model field is invalid.
114
+
@@ -0,0 +1,114 @@
1
+ Metadata-Version: 2.2
2
+ Name: django-handyhelpers
3
+ Version: 0.3.36
4
+ Summary: A collection of handy utilities to support django operations
5
+ Home-page: https://github.com/davidslusser/django-handyhelpers
6
+ Download-URL: https://github.com/davidslusser/django-handyhelpers/archive/0.3.36.tar.gz
7
+ Author: David Slusser
8
+ Author-email: dbslusser@gmail.com
9
+ License: GPL-3.0
10
+ Keywords: django,helpers,handyhelpers
11
+ Classifier: Environment :: Web Environment
12
+ Classifier: Framework :: Django :: 3.2
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Topic :: Internet :: WWW/HTTP
17
+ Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
18
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
+ Description-Content-Type: text/markdown
20
+ License-File: LICENSE
21
+ Requires-Dist: Django
22
+ Requires-Dist: djangorestframework
23
+ Requires-Dist: djangorestframework-filters==1.0.0.dev0
24
+ Requires-Dist: drf-dynamic-fields
25
+ Requires-Dist: hurry.filesize
26
+ Requires-Dist: Jinja2
27
+ Requires-Dist: MarkupSafe
28
+ Requires-Dist: python-dateutil
29
+ Requires-Dist: sqlparse
30
+ Requires-Dist: xlwt==1.3.0
31
+ Dynamic: author
32
+ Dynamic: author-email
33
+ Dynamic: classifier
34
+ Dynamic: description
35
+ Dynamic: description-content-type
36
+ Dynamic: download-url
37
+ Dynamic: home-page
38
+ Dynamic: keywords
39
+ Dynamic: license
40
+ Dynamic: requires-dist
41
+ Dynamic: summary
42
+
43
+ # django-handy-helpers
44
+
45
+
46
+ | | | |
47
+ |--------------|------|---|
48
+ | Author | David Slusser | |
49
+ | Description | A collection of handy utilities to support django projects | |
50
+ | Requirements | `Python 3.x`<br>`Django 2.2.x` | |
51
+
52
+
53
+ # Documentation
54
+ Full documentation can be found on http://django-handyhelpers.readthedocs.org.
55
+ Documentation source files are available in the docs folder.
56
+
57
+
58
+ # How to Install
59
+ The django-userextensions package is available on Python Package Index (PyPI) and can be installed via pip:
60
+
61
+ pip install django-handyhelpers
62
+
63
+
64
+ add 'handyhelpers' to your INSTALLED_APPS (for management commands and templates)
65
+
66
+ INSTALLED_APPS = [
67
+ ...
68
+ 'handyhelpers',
69
+ ]
70
+
71
+
72
+ # Management Commands
73
+
74
+ ### DRF Generator
75
+ Django-handyhelpers includes manage.py commands to generate DRF files (api views, serializers, urls) for a given app in your project.
76
+ This is done using jinja templates that define the structure of each file. Default templates are provided, and custom templates
77
+ can be provided in the command. By default, all models and models fields are included.
78
+
79
+ Example command:
80
+
81
+ manage.py generate_drf <my_app> --serializer
82
+ manage.py generate_drf <my_app> --serializer --serializer_template <my_custom_template>
83
+
84
+ ** use the --help parameter for a full list of options
85
+
86
+ manage.py generate_drf --help
87
+
88
+
89
+
90
+ ### Admin Generator
91
+ Included with django-handyhelpers are manage.py commands to auto-generate an admin.py file for a given application in
92
+ your project. This is done using a jinja template that defines the structure of the admin.py file. A default template is
93
+ provided.
94
+
95
+ Example command:
96
+
97
+ manage.py generate_admin <my_app>
98
+ manage.py generate_admin <my_app> --template <my_custom_template>
99
+
100
+ ** use the --help parameter for a full list of options
101
+
102
+ manage.py generate-admin --help
103
+
104
+
105
+ # Mixins
106
+
107
+ ### FilterByQueryParamsMixin
108
+ Allows your list views to be filtered by query parameters.
109
+
110
+
111
+ ### InvalidLookupMixin
112
+ Returns an applicable error, instead of results based on an unfiltered queryset, if a provided lookup expression,
113
+ filter, or model field is invalid.
114
+