add CSRF token
This commit is contained in:
parent
be24a37f5c
commit
c46dce5e3b
16 changed files with 38 additions and 12 deletions
6
genmig.sh
Executable file
6
genmig.sh
Executable 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" "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue