pix360/pix360
Kumi c8332109bb
refactor(settings): improve readability and code consistency
This commit enhances the readability of the settings.py file by formatting lists and dictionary entries across multiple lines, and aligns the usage of quotation marks to ensure consistency (' to "). It simplifies the STATICFILES_DIRS and removes unnecessary whitespace, making the file cleaner and more maintainable. Additionally, it consolidates AUTH_PASSWORD_VALIDATORS to eliminate duplication. These changes not only make the codebase more uniform but also improve the configuration management process by making the settings easier to navigate and modify. Moreover, it adjusts the database configuration setup for MySQL/MariaDB and SQLite to use consistent dict key quotes, aiding in the clarity and readability of database configuration blocks. This effort streamlines future development and debugging by providing a more structured and intuitive settings file.

No specific issues are addressed directly in this commit, but it lays the groundwork for a more maintainable and error-free codebase.
2024-04-12 11:59:40 +02:00
..
__init__.py Base pix360 app - current status 2023-10-26 09:51:24 +02:00
asgi.py Base pix360 app - current status 2023-10-26 09:51:24 +02:00
settings.py refactor(settings): improve readability and code consistency 2024-04-12 11:59:40 +02:00
urls.py Base pix360 app - current status 2023-10-26 09:51:24 +02:00
wsgi.py Base pix360 app - current status 2023-10-26 09:51:24 +02:00