added forbidden_view_config on login.jinja2

This commit is contained in:
2022-12-09 10:53:57 +01:00
parent 85c60cc561
commit fe69670f19
8 changed files with 105 additions and 13 deletions

View File

@@ -0,0 +1,26 @@
"""init
Revision ID: b6095fa68edc
Revises: 86d2844ace15
Create Date: 2022-12-08 16:22:49.206993
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'b6095fa68edc'
down_revision = '86d2844ace15'
branch_labels = None
depends_on = None
def upgrade():
# ### commands auto generated by Alembic - please adjust! ###
pass
# ### end Alembic commands ###
def downgrade():
# ### commands auto generated by Alembic - please adjust! ###
pass
# ### end Alembic commands ###