feat: add captcha dependency, switch app source to git, and fix Application init with property-based forms_created counter

This commit is contained in:
2024-12-14 20:45:36 +00:00
parent ab95bb251d
commit 8ce9cc7b43
5 changed files with 26 additions and 27 deletions
+1
View File
@@ -1,6 +1,7 @@
PYTHON=./.venv/bin/python
PIP=./.venv/bin/pip
BIN=./.venv/bin
ENV=./.venv/bin/activate
APP=form
all: ensure_env format install build test