SIGN IN SIGN UP

🔧 chore(settings.py): make database_url optional to handle cases where it is not provided

The `database_url` setting is now declared as an optional string (`Optional[str]`) instead of a required string. This change allows the application to handle cases where the `database_url` is not provided, providing more flexibility in the configuration.
G
Gabriel Luiz Freitas Almeida committed
552edf072b2c7ae0ec5fc8070bca93e339be43ef
Parent: d713d38