No description
Find a file
Kumi b061569bce
feat(servers): Add GameServerForm for server management
Introduced a new form `GameServerForm` in the `coffeemachine` project to streamline the management of game servers. This form supports adding either new or existing servers, with options to upload or directly input custom scripts. Key validations include ensuring the installation path is absolute and preventing simultaneous provision of both script file and content to avoid conflicts. This enhancement simplifies the setup process for administrators and reinforces data integrity checks.
2024-06-05 16:59:29 +02:00
.vscode feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00
coffeemachine feat(servers): Add GameServerForm for server management 2024-06-05 16:59:29 +02:00
.gitignore feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00
manage.py feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00
requirements.txt feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00