mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
108536490: Adding the login manager and csrf token.
Still need to figure out how to override the load_user method, currently it is not working.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""empty message
|
||||
|
||||
Revision ID: create_users
|
||||
Revision ID: 10_create_users
|
||||
Revises: None
|
||||
Create Date: 2015-11-24 10:39:19.827534
|
||||
|
||||
@@ -13,6 +13,7 @@ down_revision = None
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
def upgrade():
|
||||
op.create_table('roles',
|
||||
sa.Column('id', sa.Integer, primary_key=True),
|
||||
|
||||
Reference in New Issue
Block a user