-
v0.553401d42 · ·
Use voprov from Pypi Add Docker files Upgrade to flask-security-too and py39 A new column is needed in $VAR_CHAR/db/flask_login.db : ALTER TABLE user ADD COLUMN fs_uniquifier VARCHAR(255) NOT NULL DEFAULT "0"; UPDATE user SET fs_uniquifier = token WHERE fs_uniquifier ="0";
-
v0.41d7cccc7 · ·
Use settings_local.py to override uws_server/settings_local.py and uws_client/settings_local.py Add column: entities.from_entity To create the new column in $VAR_CHAR/db/job_database.db: ALTER TABLE entities ADD COLUMN from_entity VARCHAR(80);
-
v0.392dfc86d · ·
Add improved user support Add EntityStorage and access Last version with Python 2.7
-
-