falco-cli 0.23.2__tar.gz → 0.23.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (490) hide show
  1. {falco_cli-0.23.2 → falco_cli-0.23.4}/PKG-INFO +1 -1
  2. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/install.rst +5 -0
  3. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_project/dependency.rst +60 -83
  4. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/usage.rst +0 -8
  5. {falco_cli-0.23.2 → falco_cli-0.23.4}/pyproject.toml +1 -1
  6. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/__about__.py +1 -1
  7. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/config.py +6 -2
  8. falco_cli-0.23.2/blueprints/falco_blueprint_basic/.git +0 -1
  9. falco_cli-0.23.2/blueprints/falco_blueprint_basic/.github/workflows/ci.yml +0 -55
  10. falco_cli-0.23.2/blueprints/falco_blueprint_basic/.github/workflows/pre-commit-auto-update.yml +0 -44
  11. falco_cli-0.23.2/blueprints/falco_blueprint_basic/LICENSE +0 -21
  12. falco_cli-0.23.2/blueprints/falco_blueprint_basic/README.md +0 -10
  13. falco_cli-0.23.2/blueprints/falco_blueprint_basic/cookiecutter.json +0 -6
  14. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.dockerignore +0 -14
  15. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.editorconfig +0 -27
  16. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.env.template +0 -15
  17. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.github/dependabot.yml +0 -16
  18. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.github/workflows/cd.yml +0 -174
  19. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.github/workflows/ci.yml +0 -82
  20. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.gitignore +0 -142
  21. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/.pre-commit-config.yaml +0 -60
  22. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/CHANGELOG.md +0 -1
  23. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/README.md +0 -34
  24. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/Dockerfile +0 -55
  25. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/Dockerfile.binary +0 -14
  26. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/dependencies.d/setup +0 -0
  27. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/finish +0 -4
  28. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/run +0 -4
  29. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/type +0 -1
  30. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/dependencies.d/base +0 -0
  31. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/type +0 -1
  32. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/up +0 -1
  33. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/server +0 -0
  34. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/setup +0 -0
  35. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/worker +0 -0
  36. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/dependencies.d/setup +0 -0
  37. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/run +0 -4
  38. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/type +0 -1
  39. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/scripts/setup.sh +0 -4
  40. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/docs/applications/index.rst +0 -8
  41. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/docs/applications/users/index.rst +0 -2
  42. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/docs/changelog.rst +0 -2
  43. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/docs/conf.py +0 -53
  44. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/docs/index.rst +0 -18
  45. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/justfile +0 -215
  46. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/manage.py +0 -23
  47. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/playground.ipynb +0 -40
  48. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/pyproject.toml +0 -267
  49. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/tests/conftest.py +0 -43
  50. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/tests/test_assert_true.py +0 -2
  51. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__init__.py +0 -5
  52. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__main__.py +0 -85
  53. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/asgi.py +0 -7
  54. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/apps.py +0 -6
  55. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/sentry.py +0 -33
  56. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/views.py +0 -49
  57. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/settings.py +0 -417
  58. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/vendors/htmx/htmx.min.js +0 -1
  59. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/.well-known/security.txt +0 -3
  60. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403.html +0 -14
  61. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403_csrf.html +0 -14
  62. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/404.html +0 -14
  63. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/500.html +0 -11
  64. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base.html +0 -38
  65. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base_email.html +0 -73
  66. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/about.html +0 -6
  67. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/home.html +0 -6
  68. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/robots.txt +0 -2
  69. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/urls.py +0 -55
  70. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/admin.py +0 -62
  71. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/apps.py +0 -5
  72. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/forms.py +0 -12
  73. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations/0001_initial.py +0 -80
  74. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/models.py +0 -53
  75. falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/wsgi.py +0 -7
  76. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/.git +0 -1
  77. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/.github/workflows/ci.yml +0 -55
  78. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/.github/workflows/pre-commit-auto-update.yml +0 -44
  79. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/.gitignore +0 -140
  80. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/LICENSE +0 -21
  81. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/README.md +0 -15
  82. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/cookiecutter.json +0 -9
  83. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.dockerignore +0 -14
  84. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.editorconfig +0 -27
  85. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.env.template +0 -15
  86. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.github/dependabot.yml +0 -16
  87. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.github/workflows/cd.yml +0 -174
  88. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.github/workflows/ci.yml +0 -81
  89. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.gitignore +0 -142
  90. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/.pre-commit-config.yaml +0 -51
  91. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/CHANGELOG.md +0 -1
  92. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/README.md +0 -34
  93. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/blueprints/create.html.jinja +0 -21
  94. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/blueprints/detail.html.jinja +0 -27
  95. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/blueprints/list.html.jinja +0 -102
  96. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/blueprints/update.html.jinja +0 -24
  97. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/Dockerfile +0 -53
  98. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/Dockerfile.binary +0 -14
  99. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/dependencies.d/setup +0 -0
  100. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/finish +0 -4
  101. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/run +0 -4
  102. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/type +0 -1
  103. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/dependencies.d/base +0 -0
  104. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/type +0 -1
  105. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/up +0 -1
  106. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/server +0 -0
  107. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/setup +0 -0
  108. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/worker +0 -0
  109. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/dependencies.d/setup +0 -0
  110. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/run +0 -4
  111. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/type +0 -1
  112. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/scripts/setup.sh +0 -4
  113. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/docs/applications/index.rst +0 -8
  114. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/docs/applications/users/index.rst +0 -2
  115. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/docs/changelog.rst +0 -2
  116. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/docs/conf.py +0 -53
  117. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/docs/index.rst +0 -18
  118. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/justfile +0 -214
  119. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/manage.py +0 -23
  120. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/playground.ipynb +0 -40
  121. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/pyproject.toml +0 -271
  122. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/tests/conftest.py +0 -43
  123. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/tests/test_assert_true.py +0 -2
  124. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__init__.py +0 -5
  125. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__main__.py +0 -85
  126. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/asgi.py +0 -7
  127. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/apps.py +0 -6
  128. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/sentry.py +0 -33
  129. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/views.py +0 -49
  130. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/settings.py +0 -417
  131. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/css/style.css +0 -16
  132. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/vendors/htmx/htmx.min.js +0 -1
  133. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/.well-known/security.txt +0 -3
  134. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403.html +0 -14
  135. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403_csrf.html +0 -14
  136. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/404.html +0 -14
  137. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/500.html +0 -11
  138. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/account_inactive.html +0 -13
  139. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/base.html +0 -25
  140. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/email.html +0 -80
  141. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/email_confirm.html +0 -29
  142. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/login.html +0 -54
  143. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/logout.html +0 -22
  144. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/password_change.html +0 -20
  145. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/password_reset.html +0 -30
  146. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/password_reset_done.html +0 -19
  147. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/password_reset_from_key.html +0 -38
  148. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/password_reset_from_key_done.html +0 -13
  149. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/password_set.html +0 -23
  150. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/signup.html +0 -29
  151. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/signup_closed.html +0 -13
  152. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/verification_sent.html +0 -15
  153. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/verified_email_required.html +0 -26
  154. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base.html +0 -133
  155. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base_email.html +0 -73
  156. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/about.html +0 -6
  157. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/home.html +0 -20
  158. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/robots.txt +0 -2
  159. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/urls.py +0 -55
  160. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/admin.py +0 -62
  161. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/apps.py +0 -5
  162. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/forms.py +0 -12
  163. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations/0001_initial.py +0 -80
  164. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/models.py +0 -53
  165. falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/wsgi.py +0 -7
  166. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/.git +0 -1
  167. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/.github/workflows/ci.yml +0 -55
  168. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/.github/workflows/pre-commit-auto-update.yml +0 -44
  169. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/LICENSE +0 -21
  170. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/README.md +0 -10
  171. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/cookiecutter.json +0 -9
  172. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.dockerignore +0 -14
  173. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.editorconfig +0 -27
  174. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.env.template +0 -15
  175. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.github/dependabot.yml +0 -16
  176. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.github/workflows/cd.yml +0 -174
  177. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.github/workflows/ci.yml +0 -81
  178. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.gitignore +0 -142
  179. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/.pre-commit-config.yaml +0 -50
  180. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/CHANGELOG.md +0 -1
  181. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/README.md +0 -34
  182. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/blueprints/create.html.jinja +0 -19
  183. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/blueprints/detail.html.jinja +0 -27
  184. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/blueprints/list.html.jinja +0 -97
  185. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/blueprints/update.html.jinja +0 -23
  186. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/Dockerfile +0 -53
  187. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/Dockerfile.binary +0 -14
  188. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/dependencies.d/setup +0 -0
  189. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/finish +0 -4
  190. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/run +0 -4
  191. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/type +0 -1
  192. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/dependencies.d/base +0 -0
  193. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/type +0 -1
  194. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/up +0 -1
  195. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/server +0 -0
  196. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/setup +0 -0
  197. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/worker +0 -0
  198. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/dependencies.d/setup +0 -0
  199. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/run +0 -4
  200. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/type +0 -1
  201. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/scripts/setup.sh +0 -4
  202. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/docs/applications/index.rst +0 -8
  203. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/docs/applications/users/index.rst +0 -2
  204. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/docs/changelog.rst +0 -2
  205. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/docs/conf.py +0 -53
  206. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/docs/index.rst +0 -18
  207. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/justfile +0 -214
  208. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/manage.py +0 -23
  209. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/playground.ipynb +0 -40
  210. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/pyproject.toml +0 -269
  211. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/tests/conftest.py +0 -43
  212. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/tests/test_assert_true.py +0 -2
  213. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__init__.py +0 -5
  214. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__main__.py +0 -85
  215. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/asgi.py +0 -7
  216. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/apps.py +0 -6
  217. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/sentry.py +0 -33
  218. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/views.py +0 -49
  219. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/settings.py +0 -409
  220. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/vendors/htmx/htmx.min.js +0 -1
  221. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/.well-known/security.txt +0 -3
  222. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403.html +0 -14
  223. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403_csrf.html +0 -14
  224. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/404.html +0 -14
  225. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/500.html +0 -11
  226. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/base_entrance.html +0 -1
  227. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/account/base_manage.html +0 -1
  228. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base.html +0 -40
  229. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base_email.html +0 -73
  230. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/about.html +0 -6
  231. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/home.html +0 -6
  232. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/robots.txt +0 -2
  233. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/urls.py +0 -55
  234. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/__init__.py +0 -0
  235. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/admin.py +0 -62
  236. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/apps.py +0 -5
  237. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/forms.py +0 -12
  238. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations/0001_initial.py +0 -80
  239. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations/__init__.py +0 -0
  240. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/models.py +0 -53
  241. falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/wsgi.py +0 -7
  242. falco_cli-0.23.2/blueprints/falco_twind/.git +0 -1
  243. falco_cli-0.23.2/blueprints/falco_twind/.github/workflows/ci.yml +0 -55
  244. falco_cli-0.23.2/blueprints/falco_twind/.github/workflows/pre-commit-auto-update.yml +0 -44
  245. falco_cli-0.23.2/blueprints/falco_twind/LICENSE +0 -21
  246. falco_cli-0.23.2/blueprints/falco_twind/README.md +0 -15
  247. falco_cli-0.23.2/blueprints/falco_twind/cookiecutter.json +0 -12
  248. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.dockerignore +0 -14
  249. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.editorconfig +0 -27
  250. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.env.template +0 -15
  251. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.github/dependabot.yml +0 -16
  252. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.github/workflows/cd.yml +0 -174
  253. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.github/workflows/ci.yml +0 -82
  254. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.gitignore +0 -142
  255. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/.pre-commit-config.yaml +0 -60
  256. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/CHANGELOG.md +0 -1
  257. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/README.md +0 -34
  258. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/Dockerfile +0 -55
  259. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/Dockerfile.binary +0 -14
  260. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/dependencies.d/setup +0 -0
  261. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/finish +0 -4
  262. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/run +0 -4
  263. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/server/type +0 -1
  264. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/dependencies.d/base +0 -0
  265. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/type +0 -1
  266. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/setup/up +0 -1
  267. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/server +0 -0
  268. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/setup +0 -0
  269. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/user/contents.d/worker +0 -0
  270. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/dependencies.d/setup +0 -0
  271. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/run +0 -4
  272. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/s6-rc.d/worker/type +0 -1
  273. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/deploy/etc/s6-overlay/scripts/setup.sh +0 -4
  274. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/docs/applications/index.rst +0 -8
  275. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/docs/applications/users/index.rst +0 -2
  276. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/docs/changelog.rst +0 -2
  277. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/docs/conf.py +0 -53
  278. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/docs/index.rst +0 -18
  279. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/justfile +0 -214
  280. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/manage.py +0 -23
  281. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/playground.ipynb +0 -40
  282. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/pyproject.toml +0 -267
  283. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/tests/__init__.py +0 -0
  284. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/tests/conftest.py +0 -43
  285. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/tests/test_assert_true.py +0 -2
  286. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__init__.py +0 -5
  287. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/__main__.py +0 -85
  288. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/asgi.py +0 -7
  289. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/__init__.py +0 -0
  290. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/apps.py +0 -6
  291. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/sentry.py +0 -33
  292. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core/views.py +0 -49
  293. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/settings.py +0 -410
  294. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/css/style.css +0 -0
  295. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/css/tom-select.css +0 -412
  296. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/css/tom-select.css.map +0 -1
  297. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/css/twind.css +0 -9020
  298. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/images/bg-body-2.png +0 -0
  299. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/images/bg-body.png +0 -0
  300. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/images/logoipsum-icon.svg +0 -1
  301. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/images/logoipsum.svg +0 -1
  302. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/js/app.js +0 -1
  303. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/js/components.js +0 -618
  304. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/js/index.js +0 -30
  305. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/vendors/htmx/htmx.min.js +0 -1
  306. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/vendors/tom-select/tom-select.complete.js +0 -5297
  307. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/static/vendors/tom-select/tom-select.complete.js.map +0 -1
  308. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/.well-known/security.txt +0 -3
  309. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403.html +0 -14
  310. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/403_csrf.html +0 -14
  311. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/404.html +0 -14
  312. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/500.html +0 -11
  313. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base.html +0 -74
  314. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/base_email.html +0 -73
  315. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/forms/field.html +0 -27
  316. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/forms/form.html +0 -7
  317. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/forms/hidden_fields.html +0 -4
  318. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/forms/non_field_errors.html +0 -14
  319. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/forms/tom_select_field.html +0 -36
  320. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/about.html +0 -6
  321. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/pages/home.html +0 -6
  322. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/partials/alert.html +0 -16
  323. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/partials/modal.html +0 -33
  324. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/templates/robots.txt +0 -2
  325. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/urls.py +0 -55
  326. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/__init__.py +0 -0
  327. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/admin.py +0 -62
  328. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/apps.py +0 -5
  329. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/forms.py +0 -12
  330. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations/0001_initial.py +0 -80
  331. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations/__init__.py +0 -0
  332. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/models.py +0 -53
  333. falco_cli-0.23.2/blueprints/falco_twind/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/wsgi.py +0 -7
  334. falco_cli-0.23.2/demo/config/__init__.py +0 -0
  335. falco_cli-0.23.2/demo/demo/__init__.py +0 -0
  336. falco_cli-0.23.2/demo/demo/core/__init__.py +0 -0
  337. falco_cli-0.23.2/demo/demo/orders/__init__.py +0 -0
  338. falco_cli-0.23.2/demo/demo/orders/migrations/__init__.py +0 -0
  339. falco_cli-0.23.2/demo/demo/products/__init__.py +0 -0
  340. falco_cli-0.23.2/demo/demo/products/migrations/__init__.py +0 -0
  341. falco_cli-0.23.2/demo/demo/users/__init__.py +0 -0
  342. falco_cli-0.23.2/demo/demo/users/migrations/__init__.py +0 -0
  343. falco_cli-0.23.2/tests/__init__.py +0 -0
  344. {falco_cli-0.23.2 → falco_cli-0.23.4}/.all-contributorsrc +0 -0
  345. {falco_cli-0.23.2 → falco_cli-0.23.4}/.editorconfig +0 -0
  346. {falco_cli-0.23.2 → falco_cli-0.23.4}/.github/workflows/ci.yml +0 -0
  347. {falco_cli-0.23.2 → falco_cli-0.23.4}/.github/workflows/pre-commit-auto-update.yml +0 -0
  348. {falco_cli-0.23.2 → falco_cli-0.23.4}/.github/workflows/publish.yml +0 -0
  349. {falco_cli-0.23.2 → falco_cli-0.23.4}/.gitignore +0 -0
  350. {falco_cli-0.23.2 → falco_cli-0.23.4}/.gitmodules +0 -0
  351. {falco_cli-0.23.2 → falco_cli-0.23.4}/.pre-commit-config.yaml +0 -0
  352. {falco_cli-0.23.2 → falco_cli-0.23.4}/.readthedocs.yaml +0 -0
  353. {falco_cli-0.23.2 → falco_cli-0.23.4}/.vscode/settings.json +0 -0
  354. {falco_cli-0.23.2 → falco_cli-0.23.4}/CODE_OF_CONDUCT.md +0 -0
  355. {falco_cli-0.23.2 → falco_cli-0.23.4}/LICENSE +0 -0
  356. {falco_cli-0.23.2 → falco_cli-0.23.4}/README.md +0 -0
  357. {falco_cli-0.23.2 → falco_cli-0.23.4}/all-contributorsrc +0 -0
  358. {falco_cli-0.23.2 → falco_cli-0.23.4}/assets/falco-logo.png +0 -0
  359. {falco_cli-0.23.2 → falco_cli-0.23.4}/assets/falco-logo.svg +0 -0
  360. {falco_cli-0.23.2 → falco_cli-0.23.4}/assets/og-image.jpg +0 -0
  361. {falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/tests → falco_cli-0.23.4/demo/config}/__init__.py +0 -0
  362. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/config/asgi.py +0 -0
  363. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/config/settings.py +0 -0
  364. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/config/urls.py +0 -0
  365. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/config/wsgi.py +0 -0
  366. {falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core → falco_cli-0.23.4/demo/demo}/__init__.py +0 -0
  367. {falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users → falco_cli-0.23.4/demo/demo/core}/__init__.py +0 -0
  368. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/core/apps.py +0 -0
  369. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/core/types.py +0 -0
  370. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/core/utils.py +0 -0
  371. {falco_cli-0.23.2/blueprints/falco_blueprint_basic/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations → falco_cli-0.23.4/demo/demo/orders}/__init__.py +0 -0
  372. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/orders/apps.py +0 -0
  373. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/orders/migrations/0001_initial.py +0 -0
  374. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/orders/migrations/0002_order_created.py +0 -0
  375. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/orders/migrations/0003_order_completed_order_image_order_receipt.py +0 -0
  376. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/orders/migrations/0004_alter_order_completed.py +0 -0
  377. {falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/tests → falco_cli-0.23.4/demo/demo/orders/migrations}/__init__.py +0 -0
  378. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/orders/models.py +0 -0
  379. {falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core → falco_cli-0.23.4/demo/demo/products}/__init__.py +0 -0
  380. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/admin.py +0 -0
  381. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/apps.py +0 -0
  382. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/forms.py +0 -0
  383. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/migrations/0001_initial.py +0 -0
  384. {falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users → falco_cli-0.23.4/demo/demo/products/migrations}/__init__.py +0 -0
  385. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/models.py +0 -0
  386. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/tests.py +0 -0
  387. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/urls.py +0 -0
  388. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/products/views.py +0 -0
  389. {falco_cli-0.23.2/blueprints/falco_blueprint_basic_bootstrap/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/users/migrations → falco_cli-0.23.4/demo/demo/users}/__init__.py +0 -0
  390. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/users/admin.py +0 -0
  391. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/users/apps.py +0 -0
  392. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/users/migrations/0001_initial.py +0 -0
  393. {falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/tests → falco_cli-0.23.4/demo/demo/users/migrations}/__init__.py +0 -0
  394. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/demo/users/models.py +0 -0
  395. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/manage.py +0 -0
  396. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/pyproject.toml +0 -0
  397. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/requirements.txt +0 -0
  398. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/templates/base.html +0 -0
  399. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/templates/products/product_create.html +0 -0
  400. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/templates/products/product_detail.html +0 -0
  401. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/templates/products/product_list.html +0 -0
  402. {falco_cli-0.23.2 → falco_cli-0.23.4}/demo/templates/products/product_update.html +0 -0
  403. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/.rich-codex.yml +0 -0
  404. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/Makefile +0 -0
  405. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/_static/add-og-title-to-home.js +0 -0
  406. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/_static/custom.css +0 -0
  407. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/_templates/components/nav-versions.html +0 -0
  408. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/changelog.rst +0 -0
  409. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/codeofconduct.rst +0 -0
  410. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/conf.py +0 -0
  411. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/contributing.rst +0 -0
  412. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/avoiding_god_models.rst +0 -0
  413. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/database_tips.rst +0 -0
  414. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/deployment.rst +0 -0
  415. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/dynamic_model_schema.rst +0 -0
  416. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/index.rst +0 -0
  417. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/interactive_user_interfaces.rst +0 -0
  418. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/logging_and_monitoring.rst +0 -0
  419. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/multitenancy.rst +0 -0
  420. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/optimizing_database_access.rst +0 -0
  421. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/permissions_and_authorization.rst +0 -0
  422. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/realtime.rst +0 -0
  423. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/running_project_in_a_container.rst +0 -0
  424. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/task_queues_and_schedulers.rst +0 -0
  425. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/tips_and_extra.rst +0 -0
  426. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/use_sqlite_in_production.rst +0 -0
  427. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/writing_async_code.rst +0 -0
  428. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/writing_documentation.rst +0 -0
  429. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/guides/writing_tests.rst +0 -0
  430. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/images/deployment.png +0 -0
  431. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/images/logo_with_text.svg +0 -0
  432. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/images/project-tree.svg +0 -0
  433. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/images/task_queue.png +0 -0
  434. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/index.rst +0 -0
  435. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/license.rst +0 -0
  436. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/make.bat +0 -0
  437. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/requirements.txt +0 -0
  438. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/crud.rst +0 -0
  439. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/htmx.rst +0 -0
  440. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/index.rst +0 -0
  441. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/migrations.rst +0 -0
  442. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_app.rst +0 -0
  443. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_project/deploy.rst +0 -0
  444. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_project/index.rst +0 -0
  445. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_project/issues.rst +0 -0
  446. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_project/packages.rst +0 -0
  447. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/start_project/structure.rst +0 -0
  448. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/sync_dotenv.rst +0 -0
  449. {falco_cli-0.23.2 → falco_cli-0.23.4}/docs/the_cli/work.rst +0 -0
  450. {falco_cli-0.23.2 → falco_cli-0.23.4}/justfile +0 -0
  451. {falco_cli-0.23.2 → falco_cli-0.23.4}/requirements.txt +0 -0
  452. {falco_cli-0.23.2 → falco_cli-0.23.4}/scripts/project_tree.py +0 -0
  453. {falco_cli-0.23.2 → falco_cli-0.23.4}/scripts/update_readme_guides.py +0 -0
  454. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/__init__.py +0 -0
  455. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/__main__.py +0 -0
  456. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/checks.py +0 -0
  457. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/__init__.py +0 -0
  458. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/crud/__init__.py +0 -0
  459. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/crud/install_crud_utils.py +0 -0
  460. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/crud/model_crud.py +0 -0
  461. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/crud/utils.py +0 -0
  462. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/htmx.py +0 -0
  463. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/htmx_extension.py +0 -0
  464. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/reset_migrations.py +0 -0
  465. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/rm_migrations.py +0 -0
  466. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/start_app.py +0 -0
  467. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/start_project.py +0 -0
  468. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/sync_dotenv.py +0 -0
  469. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/commands/work.py +0 -0
  470. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/html/create.html.jinja +0 -0
  471. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/html/detail.html.jinja +0 -0
  472. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/html/list.html.jinja +0 -0
  473. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/html/update.html.jinja +0 -0
  474. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/python/forms.py.jinja +0 -0
  475. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/python/views.py.jinja +0 -0
  476. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/utils/types.py.jinja +0 -0
  477. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/crud/utils/utils.py.jinja +0 -0
  478. {falco_cli-0.23.2 → falco_cli-0.23.4}/src/falco/utils.py +0 -0
  479. {falco_cli-0.23.2/blueprints/falco_blueprint_basic_pico/{{ cookiecutter.project_name }}/{{ cookiecutter.project_name }}/core → falco_cli-0.23.4/tests}/__init__.py +0 -0
  480. {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_crud.py +0 -0
  481. {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_htmx.py +0 -0
  482. {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_htmx_extension.py +0 -0
  483. {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_install_crud_utils.py +0 -0
  484. {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_reset_migrations.py +0 -0
  485. {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_rm_migrations.py +0 -0
  486. {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_start_app.py +0 -0
  487. {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_start_project.py +0 -0
  488. {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_sync_dotenv.py +0 -0
  489. {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/commands/test_work.py +0 -0
  490. {falco_cli-0.23.2 → falco_cli-0.23.4}/tests/conftest.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: falco-cli
3
- Version: 0.23.2
3
+ Version: 0.23.4
4
4
  Summary: Enhance your Django developer experience: CLI and Guides for the Modern Developer.
5
5
  Project-URL: Documentation, https://falco.oluwatobi.dev/
6
6
  Project-URL: Homepage, https://falco.oluwatobi.dev/
@@ -16,6 +16,11 @@ You can also automatically install just with falco by running:
16
16
 
17
17
  pip install falco-cli[just]
18
18
 
19
+ .. note::
20
+
21
+ The ``just`` extra does not work on Windows. If you are on Windows, you can follow the install instuctions
22
+ `here <https://just.systems/man/en/chapter_4.html>`_
23
+
19
24
  Next Up
20
25
  -------
21
26
 
@@ -22,6 +22,21 @@ The project is set up to use hatch_ for virtual environment management and depen
22
22
 
23
23
  -- Official hatch documentation
24
24
 
25
+
26
+ .. admonition:: why hatch?
27
+ :class: dropdown note
28
+
29
+ Using hatch is a recent switch for me. Previously, I used `poetry <https://python-poetry.org/>`_ as my preferred tool. While poetry is still a great tool, I have chosen hatch for the following reasons:
30
+
31
+ 1. Backed by the **pypa** (Python Packaging Authority), hatch aligns with the efforts to solve packaging and tooling issues in the Python ecosystem. I believe that if the Python ecosystem ever manages to overcome these challenges, it will be because the pypa has reached a consensus, and I hope that hatch will be the chosen solution. We all hope to see a cargo-like tool for Python someday.
32
+
33
+ 2. Hatch now has the ability to install and manage Python versions, along with other existing features. This brings it closer to being the all-in-one tool that every Python developer needs.
34
+
35
+ 3. Hatch is PEP-friendly, making it compatible with other tools in the ecosystem. It adds minimal custom configuration to the ``pyproject.toml`` file and relies on existing standards for project information and dependencies.
36
+
37
+ 4. In terms of performance, hatch is faster compared to poetry. While poetry is generally not slow, there have been rare instances where it took 30 minutes to install requirements. I have experienced this a few times.
38
+
39
+
25
40
  Read the hatch documentation on `environment <https://hatch.pypa.io/latest/environment/>`_ for more information on how to manage virtual environments.
26
41
  Hatch can do a lot, including `managing Python installations <https://hatch.pypa.io/latest/cli/reference/#hatch-python>`_, but for the context of the project, these are the things you need to know.
27
42
 
@@ -44,94 +59,65 @@ Hatch can do a lot, including `managing Python installations <https://hatch.pypa
44
59
  Environments
45
60
  ************
46
61
 
47
- The project comes with three environment configurations: ``default``, ``test``, and ``docs``.
62
+ The project comes with three environment configurations: ``default``, ``dev``, and ``docs``.
48
63
 
49
- - The ``default`` environment is activated when you run ``hatch shell``. It contains all the necessary requirements and some development tools.
50
- - The ``test`` environment contains packages used for testing, such as ``pytest``, ``django-pytest``, etc.
64
+ - The ``default`` environment is activated when you run ``hatch shell``. It is the default environment made available by Hatch and contains all the required dependencies for your project to run in production.
65
+ - The ``dev`` environment contains packages used for development and testing, such as ``django-debug-toolbar``, ``pytest``, ``django-pytest``, etc.
51
66
  - The ``docs`` environment is for documentation. It contains tools such as ``sphinx``, ``furo``, etc.
52
67
 
53
- Each environment defines a scripts section with some scripts. To run a script, use the following command:
54
-
55
- .. code-block:: bash
56
-
57
- hatch run <env>:<script>
68
+ .. admonition:: Install all dependencies
69
+ :class: dropdown note
58
70
 
59
- The first time you run the script, Hatch automatically sets up and installs dependencies for the specified environment.
60
- You don't need to manage it manually. If the dependencies list has changed, Hatch will automatically install them the next
61
- time a command from that environment is run.
71
+ Running ``just bootstrap`` will create all three environments and install the dependencies for each.
62
72
 
63
- A requirements file for the environment is also created using `hatch-pip.compile <https://github.com/juftin/hatch-pip-compile>`_. For
64
- the default environment, the file will be located at the root of your project and named ``requirements.txt``. This is the file
65
- you would use to install the requirements in production. For other environments, the file is created in a
66
- ``requirements`` folder with the name ``requirements-<env>.txt``.
73
+ Although ``hatch`` comes with an integrated script runner, the project uses `just <https://just.systems/>`_ as the script runner. The main reason is that it is a more universal solution (not limited to the Python ecosystem) and
74
+ I find it more flexible. Paired with the `scripts-to-rule-them-all <https://github.com/github/scripts-to-rule-them-all>`_ pattern, it's an efficient way to standardize a set of commands
75
+ (``setup``, ``server``, ``console``, etc.) across all your projects, whether they are Django, Python, or something else. This way, you don't need to remember a different set of commands for each project.
67
76
 
68
-
69
- Activate the virtual environment
70
- ********************************
71
-
72
- To activate the default virtual environment, run:
77
+ To see all available scripts or `recipes` as ``just`` calls them, you can run:
73
78
 
74
79
  .. code-block:: bash
75
80
 
76
- $ hatch shell
81
+ $ just
77
82
 
78
- You don't need to activate your shell to run commands. When using ``hatch run``, dependencies will be automatically synced (installed or removed if necessary) and the command will be
79
- executed in the appropriate virtual environment.
83
+ The primary environment you'll use during development is the ``dev`` environment. To run a command, you can either run ``just run`` or ``hatch --env dev run``. The first command is basically an alias for the second.
80
84
 
81
- For instance, to run the Django development server, you can use the following command:
85
+ **Examples**
82
86
 
83
87
  .. code-block:: bash
84
88
 
85
- $ hatch run python manage.py runserver
86
-
87
- This will run your project in the default virtual environment.
88
-
89
- Add / remove a new dependency
90
- *****************************
89
+ $ just run python # launch the Python shell
90
+ $ just run python manage.py dbshell # launch the database shell
91
91
 
92
- The default virtual environment includes all the dependencies specified in the ``[project.dependencies]`` section of the ``pyproject.toml`` file.
93
- To add a new dependency to your project, simply edit the ``pyproject.toml`` file and add it to the ``[project.dependencies]`` section.
94
- The next time you run a command using hatch, such as ``hatch run python manage.py runserver``, hatch will automatically install the new dependency.
95
- The process is the same for removing a dependency.
92
+ There are aliases for most Django commands, such as ``just server`` to run the development server, ``just migrate`` to apply migrations, ``just createsuperuser`` to create a superuser, etc.
93
+ . For any other commands that aren't explicitly aliased, you can run ``just dj <command>`` to run the command in the Django context.
96
94
 
97
- Scripts
98
- *******
95
+ Activate the virtual environment
96
+ ********************************
99
97
 
100
- The ``pyproject.toml`` file in the project defines some convenient scripts for common commands in a Django project. The section looks something like this:
98
+ To activate an environment for the current shell, run ``hatch shell <env_name>``, so ``hatch shell dev`` will activate the ``dev`` environment. If no specific environment name is provided, the default environment is activated.
101
99
 
102
- .. code-block:: toml
100
+ .. admonition:: Get the path of the dev environment
101
+ :class: dropdown note
103
102
 
104
- [tool.hatch.envs.default.scripts]
105
- runserver = ["migrate", "python manage.py tailwind runserver {args}"]
106
- migrate = "python manage.py migrate {args}"
107
- makemigrations = "python manage.py makemigrations {args}"
108
- ...
103
+ You can get the full path of the dev environment with ``just env-path`` or ``hatch env-path dev``. This can be useful to specify the interpreter in VSCode or PyCharm, for example.
109
104
 
110
- To start the Django development server for example, you can use the command ``hatch run runserver``.
105
+ You don't need to activate your shell to run commands. When running a just script, dependencies will be automatically synced (installed or removed if necessary), since it uses Hatch underneath, and
106
+ the command will be executed in the appropriate virtual environment.
111
107
 
112
- .. admonition:: Alias Hatch run
113
- :class: tip
114
108
 
115
- To make typing hatch commands faster, you can create an alias for ``hatch run``. For example, you can alias it as ``hr``. So,
116
- Instead of typing ``hatch run runserver``, you can simply use the alias ``hr runserver``. However, please note that if your system takes time to resolve the alias,
117
- it may impact your overall experience.
109
+ Add / remove a new dependency
110
+ *****************************
118
111
 
119
- For development, I think this workflow should work quite well. Now, what happens when you need to deploy your app? You could install hatch on
120
- the deploy target machine, but I prefer having a ``requirements.txt`` file that I can use to install dependencies on the deployment machine.
121
- That's where ``hatch-pip-compile`` comes in.
112
+ The default virtual environment includes all the dependencies specified in the ``[project.dependencies]`` section of the ``pyproject.toml`` file. To add a new dependency to your project, simply edit the ``pyproject.toml`` file and add it to the ``[project.dependencies]`` section.
113
+ The next time you run a command using ``just``, such as ``just server``, Hatch (used underneath by the just script) will automatically install the new dependency. The process is the same for removing a dependency.
122
114
 
123
- .. admonition:: why hatch?
115
+ .. admonition:: Install a specific version of a package
124
116
  :class: dropdown note
125
117
 
126
- Using hatch is a recent switch for me. Previously, I used `poetry <https://python-poetry.org/>`_ as my preferred tool. While poetry is still a great tool, I have chosen hatch for the following reasons:
118
+ You can also explicitly install a dependency after adding or removing it by running ``just install``.
127
119
 
128
- 1. Backed by the **pypa** (Python Packaging Authority), hatch aligns with the efforts to solve packaging and tooling issues in the Python ecosystem. I believe that if the Python ecosystem ever manages to overcome these challenges, it will be because the pypa has reached a consensus, and I hope that hatch will be the chosen solution. We all hope to see a cargo-like tool for Python someday.
129
-
130
- 2. Hatch now has the ability to install and manage Python versions, along with other existing features. This brings it closer to being the all-in-one tool that every Python developer needs.
131
-
132
- 3. Hatch is PEP-friendly, making it compatible with other tools in the ecosystem. It adds minimal custom configuration to the ``pyproject.toml`` file and relies on existing standards for project information and dependencies.
133
-
134
- 4. In terms of performance, hatch is faster compared to poetry. While poetry is generally not slow, there have been rare instances where it took 30 minutes to install requirements. I have experienced this a few times.
120
+ For development, I think this workflow should work quite well. Now, what happens when you need to deploy your app? You could install Hatch on the deployment target machine, but I prefer having a ``requirements.txt`` file that I can use to install dependencies on the deployment machine. That's where ``hatch-pip-compile`` comes in.
135
121
 
136
122
 
137
123
  hatch-pip-compile
@@ -149,14 +135,15 @@ Here is the current configuration in the ``pyproject.toml`` file relevant to hat
149
135
 
150
136
  [tool.hatch.env]
151
137
  requires = [
152
- "hatch-pip-compile"
138
+ "hatch-pip-compile>=1.11.2"
153
139
  ]
154
140
 
155
141
  [tool.hatch.envs.default]
156
142
  type = "pip-compile"
157
- # pip-compile-installer = "pip-sync"
143
+ pip-compile-constraint = "default"
158
144
  pip-compile-installer = "uv"
159
145
  pip-compile-resolver = "uv"
146
+ lock-filename = "requirements.txt"
160
147
  ...
161
148
 
162
149
  Thanks to `hatch-pip-compile <https://juftin.com/hatch-pip-compile/>`_, we can try `uv <https://github.com/astral-sh/uv>`_, which is, and I quote:
@@ -165,28 +152,18 @@ Thanks to `hatch-pip-compile <https://juftin.com/hatch-pip-compile/>`_, we can t
165
152
 
166
153
  -- Official github
167
154
 
168
- Needless to say, it does make a noticeable difference in speed. If you encounter any issues with ``uv``, comment out the two lines referencing it in the above
169
- config, and uncomment the currently commented one.
170
-
171
-
172
- Working without hatch
173
- ---------------------
174
-
175
- You don't have to use Hatch if you don't want to. Thanks to Hatch being very PEP-friendly, you can use the ``pyproject.toml`` file with recent versions of
176
- pip to install the main dependencies of the project. You won't be able to use the scripts (for that, you can use `peothepoet <https://github.com/nat-n/poethepoet>`_) or any other Hatch features,
177
- but you may not need them.
178
-
179
- Let's assume you want to use the classic ``venv``. Here's what the workflow would look like:
180
-
181
- 1. Remove any Hatch-related configuration from the pyproject.toml file, including anything starting with ``[tool.hatch]``. This step is optional and up to your choice.
182
- 2. Create a virtual environment using ``python -m venv venv``.
183
- 3. Activate the virtual environment using ``source venv/bin/activate``.
184
- 4. Install the dependencies using ``pip install -e .``. This command will install your project and its dependencies using the ``pyproject.toml`` file.
185
-
186
- To add or remove dependencies, the process is the same. You edit the ``[project.dependencies]`` section of the pyproject.toml file and run ``pip install -e .``. You can complement
187
- this workflow with `pip-tools <https://github.com/jazzband/pip-tools>`_ to generate a requirements file.
155
+ Needless to say, it does make a noticeable difference in speed. If you encounter any issues with ``uv``, you can easily switch back to pip by updating the configurations as below:
188
156
 
157
+ .. code-block:: toml
158
+ :caption: pyproject.toml
189
159
 
160
+ [tool.hatch.envs.default]
161
+ type = "pip-compile"
162
+ pip-compile-constraint = "default"
163
+ pip-compile-installer = "pip"
164
+ pip-compile-resolver = "pip-compile"
165
+ lock-filename = "requirements.txt"
166
+ ...
190
167
 
191
168
 
192
169
  .. _hatch: https://hatch.pypa.io/latest/
@@ -24,14 +24,6 @@ please create a `new issue <https://github.com/Tobi-De/falco/issues/new>`_.
24
24
 
25
25
  pip install falco-cli[just]
26
26
 
27
- And after you've generated a new project, inside the project directory you can run:
28
-
29
- .. code-block:: bash
30
-
31
- just install-hatch
32
-
33
- This will install hatch globally on your system, you won't need to run this for every new project.
34
-
35
27
  Let's create a new project called **myjourney**. This will be a journaling app and its main app will be **entries**.
36
28
  Each **entry** represents a journal entry within the **myjourney** app.
37
29
 
@@ -237,7 +237,7 @@ source_pkgs = [
237
237
  allow_dirty = false
238
238
  commit = true
239
239
  commit_args = "--no-verify"
240
- current_version = "0.23.2"
240
+ current_version = "0.23.4"
241
241
  ignore_missing_files = false
242
242
  ignore_missing_version = false
243
243
  message = "Bump version: {current_version} → {new_version}"
@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2023-present Tobi DEGNON <tobidegnon@proton.me>
2
2
  #
3
3
  # SPDX-License-Identifier: MIT
4
- __version__ = "0.23.2"
4
+ __version__ = "0.23.4"
@@ -35,7 +35,11 @@ def write_falco_config(pyproject_path: Path, **kwargs: Unpack[TypedDict]) -> Non
35
35
  new_falco_config = kwargs
36
36
  new_crud_config = parse_crud_config_to_pyproject(new_falco_config.pop("crud", {}))
37
37
 
38
- pyproject = tomlkit.parse(pyproject_path.read_text()) if pyproject_path.exists() else {}
38
+ # pyproject = tomlkit.parse(pyproject_path.read_text()) if pyproject_path.exists() else {}
39
+ if pyproject_path.exists(): # noqa
40
+ pyproject = tomlkit.parse(pyproject_path.read_text(encoding="utf-8"))
41
+ else:
42
+ pyproject = {}
39
43
  existing_falco_config = pyproject.get("tool", {}).get("falco", {})
40
44
  existing_crud_config = existing_falco_config.pop("crud", {})
41
45
 
@@ -49,7 +53,7 @@ def write_falco_config(pyproject_path: Path, **kwargs: Unpack[TypedDict]) -> Non
49
53
 
50
54
 
51
55
  def read_falco_config(pyproject_path: Path) -> FalcoConfig:
52
- pyproject = tomlkit.parse(pyproject_path.read_text())
56
+ pyproject = tomlkit.parse(pyproject_path.read_text(encoding="utf-8"))
53
57
  falco_config = pyproject.get("tool", {}).get("falco", {})
54
58
  crud_config = falco_config.pop("crud", {})
55
59
  crud_config = parse_crud_config_from_pyproject(crud_config)
@@ -1 +0,0 @@
1
- gitdir: ../../.git/modules/blueprints/falco_blueprint_basic
@@ -1,55 +0,0 @@
1
- name: CI
2
-
3
- on:
4
- pull_request:
5
- branches: ['master', 'main']
6
- push:
7
- branches: ['master', 'main']
8
- workflow_dispatch:
9
-
10
- jobs:
11
- create-project:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - name: Set up Python
15
- uses: actions/setup-python@v5
16
- with:
17
- python-version: '3.12'
18
- - name: Install falco
19
- run: pip install falco-cli --pre
20
- - name: Checkout Code Repository
21
- uses: actions/checkout@v4
22
- # - name: Debugging with ssh
23
- # uses: lhotari/action-upterm@v1
24
- - name: Generate a project
25
- run: falco start-project test-project -b . --skip-new-version-check
26
- working-directory: ./
27
- - name: Install Hatch
28
- uses: pypa/hatch@install
29
- - name: Install just
30
- uses: extractions/setup-just@v2
31
- - name: Run django checks
32
- run: cd test_project && just dj check --fail-level WARNING
33
-
34
- build-image:
35
- runs-on: ubuntu-latest
36
- steps:
37
- - name: Checkout Code Repository
38
- uses: actions/checkout@v4
39
- - name: Set up Docker Buildx
40
- uses: docker/setup-buildx-action@v3.0.0
41
- - name: Install falco
42
- run: pip install falco-cli --pre
43
- - name: Generate a project
44
- run: falco start-project test-project -b . --skip-new-version-check
45
- working-directory: ./
46
- - name: Install Hatch
47
- uses: pypa/hatch@install
48
- - name: Install just
49
- uses: extractions/setup-just@v2
50
- - name: Generate requirements.txt
51
- run: cd test_project && just bootstrap
52
- - name: Build image
53
- run: cd test_project && rm .env && docker build . -f deploy/Dockerfile
54
-
55
-
@@ -1,44 +0,0 @@
1
- # Run pre-commit autoupdate every day at midnight
2
- # and create a pull request if any changes
3
-
4
- name: Pre-commit auto-update
5
-
6
- on:
7
- schedule:
8
- - cron: "15 2 * * *"
9
- workflow_dispatch: # to trigger manually
10
-
11
- permissions:
12
- contents: read
13
-
14
- jobs:
15
- auto-update:
16
- # Disables this workflow from running in a repository that is not part of the indicated organization/user
17
- if: github.repository_owner == 'Tobi-De'
18
- permissions:
19
- contents: write # for peter-evans/create-pull-request to create branch
20
- pull-requests: write # for peter-evans/create-pull-request to create a PR
21
-
22
- runs-on: ubuntu-latest
23
- steps:
24
- - uses: actions/checkout@v4
25
- - uses: actions/setup-python@v4
26
- with:
27
- python-version: "3.11"
28
-
29
- - name: Install pre-commit
30
- run: pip install pre-commit
31
-
32
- - name: Autoupdate generated projects
33
- working-directory: "{{ cookiecutter.project_name }}"
34
- run: pre-commit autoupdate
35
-
36
- - name: Create Pull Request
37
- uses: peter-evans/create-pull-request@v5
38
- with:
39
- token: ${{ secrets.GITHUB_TOKEN }}
40
- branch: update/pre-commit-autoupdate
41
- title: Auto-update pre-commit hooks
42
- commit-message: Auto-update pre-commit hooks
43
- body: Update versions of tools in pre-commit configs to latest version
44
- labels: update
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2024 Tobi DEGNON
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,10 +0,0 @@
1
- # falco blueprint basic
2
-
3
- [![CI](https://github.com/Tobi-De/falco_blueprint_basic/actions/workflows/ci.yml/badge.svg)](https://github.com/Tobi-De/falco_blueprint_basic/actions/workflows/ci.yml)
4
-
5
- Project blueprint for https://github.com/Tobi-De/falco, run with:
6
-
7
- ```shell
8
- pip install falco-cli
9
- falco start-project my_awesome_project
10
- ```
@@ -1,6 +0,0 @@
1
- {
2
- "project_name": "{{ cookiecutter.project_name }}",
3
- "author_name": "{{ cookiecutter.author_name }}",
4
- "author_email": "{{ cookiecutter.author_name }}",
5
- "secret_key": "{{ cookiecutter.secret_key }}"
6
- }
@@ -1,14 +0,0 @@
1
- *
2
-
3
- !{{ cookiecutter.project_name }}/
4
- !deploy/
5
- !manage.py
6
- !requirements*.txt
7
- !tailwind.config.js
8
- !package*.json
9
-
10
- **/*~
11
- **/*.log
12
- **/.DS_Store
13
- **/Thumbs.db
14
- **/__pycache__/
@@ -1,27 +0,0 @@
1
- # http://editorconfig.org
2
-
3
- root = true
4
-
5
- [*]
6
- charset = utf-8
7
- end_of_line = lf
8
- insert_final_newline = true
9
- trim_trailing_whitespace = true
10
-
11
- [*.{py,rst,ini}]
12
- indent_style = space
13
- indent_size = 4
14
-
15
- [*.{html,css,scss,json,yml,xml,toml}]
16
- indent_style = space
17
- indent_size = 2
18
-
19
- [*.md]
20
- trim_trailing_whitespace = false
21
-
22
- [Makefile]
23
- indent_style = tab
24
-
25
- [default.conf]
26
- indent_style = space
27
- indent_size = 2
@@ -1,15 +0,0 @@
1
- SECRET_KEY=
2
- ALLOWED_HOSTS=
3
- DEBUG=
4
- DATABASE_URL=
5
- ADMIN_URL=
6
- DEFAULT_FROM_EMAIL=
7
-
8
- AWS_ACCESS_KEY_ID=
9
- AWS_SECRET_ACCESS_KEY=
10
- AWS_S3_REGION_NAME=
11
-
12
- SENTRY_DSN=
13
-
14
- DJANGO_SUPERUSER_EMAIL=
15
- DJANGO_SUPERUSER_PASSWORD=
@@ -1,16 +0,0 @@
1
- # To get started with Dependabot version updates, you'll need to specify which
2
- # package ecosystems to update and where the package manifests are located.
3
- # Please see the documentation for all configuration options:
4
- # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
-
6
- version: 2
7
- updates:
8
- - package-ecosystem: "pip" # See documentation for possible values
9
- directory: "/" # Location of package manifests
10
- schedule:
11
- interval: "weekly"
12
-
13
- - package-ecosystem: "pip"
14
- directory: "/requirements"
15
- schedule:
16
- interval: "weekly"