digitaldemocratic/dd-sso/admin/src/admin
Evilham 4421c5a5df
[sso-admin] Fix import and config issues
FileStorage is in werkzeug.datastructures, this didn't get caught by
mypy due to lack of type hints.

AdminFlaskApp now loads the configuration earlier, otherwise the
connection to other systems gets started with the wrong values.
While there, use .update since values from the environment are exactly what
we want to be using and the way it was written, they are expected to be
set up.

We also had swapped creation of the admin.lib.admin.Admin object and
processing admin.lib.postup.Postup; which loads some secrets needed for
moodle.
2022-07-29 20:30:43 +02:00
..
auth [sso-admin] Disentangle module and add type hints 2022-07-29 14:02:49 +02:00
lib [sso-admin] Fix import and config issues 2022-07-29 20:30:43 +02:00
schemas DD education workspace 2022-07-10 12:15:47 +02:00
static DD education workspace 2022-07-10 12:15:47 +02:00
views [sso-admin] Fix issues detected with mypy 2022-07-29 17:25:25 +02:00
__init__.py [sso-admin] Disentangle module and add type hints 2022-07-29 14:02:49 +02:00
flaskapp.py [sso-admin] Fix import and config issues 2022-07-29 20:30:43 +02:00
package.json [sso-admin] Add license entry to package.json 2022-07-29 19:05:04 +02:00
yarn.lock [admin] Update yarn.lock to prevent dirty workdirs 2022-07-22 12:53:41 +02:00