add CSRF token

This commit is contained in:
Yusur 2025-11-06 07:25:07 +01:00
parent be24a37f5c
commit c46dce5e3b
16 changed files with 38 additions and 12 deletions

6
genmig.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/bash
# GENERATE MIGRATIONS
source venv/bin/activate && \
source .env && \
pw_migrate create --auto --auto-source=coriplus.models --directory=src/migrations --database="$DATABASE_URL" "$@"