Files
classquiz-ai/classquiz
BogPlaymate d7a39513f6 Config file changes
This file can now be pushed to the main branch. The following changes have taken place:
1) Removed my personal data.
2) Made it compliant with pydantic 2. This involved:
    a) Changing the way of noting optional strings (now 'none' strings). This is as elegant as is possible.
    b) Updating the imports. Origin code results in "pydantic.errors.PydanticImportError: `BaseSettings` has been moved to the `pydantic-settings` package. See https://docs.pydantic.dev/2.7/migration/#basesettings-has-moved-to-pydantic-settings for more details.
    c) converting urls using the str() method. Origin code results in AttributeError: 'pydantic_core._pydantic_core.Url' object has no attribute 'decode' For further information visit https://errors.pydantic.dev/2.7/u/import-error"

New developers will still need to fill out the mail_address, mail_password, mail_username, mail_port and secret_key before they can run the code. This is by design, though.

Hope this saves time, Mawoka!
2024-07-09 17:54:52 +09:00
..
2024-03-12 14:21:27 +01:00
2024-05-19 23:08:54 +02:00
2023-06-30 13:16:12 +02:00
2024-07-09 06:40:09 +09:00
2024-02-15 22:07:38 +01:00
2024-06-16 12:28:54 +02:00
2023-06-30 13:16:12 +02:00
2024-07-05 19:22:01 +09:00
2023-08-01 17:44:30 +02:00
2023-08-01 17:44:30 +02:00
2023-06-30 13:16:12 +02:00
2024-07-05 19:22:01 +09:00
2024-07-09 17:54:52 +09:00