No description
Find a file
Kumi 3b8a578cc8
feat: add project infrastructure and licensing
Added an MIT license to establish the project's open source nature.
Initialized a README file for project documentation.

Reorganized project directory by moving manage.py to a 'coffeemachine' subdirectory.
Set up `pyproject.toml` using Poetry with necessary dependencies for the project environment, including Django and associated libraries for various functionalities (e.g., REST framework, storage, and authentication).

This setup provides a structured foundation for further development.
2024-08-01 14:25:39 +02:00
.vscode feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00
coffeemachine feat: add project infrastructure and licensing 2024-08-01 14:25:39 +02:00
.gitignore feat: enhance GameServer installation flow 2024-06-05 18:58:17 +02:00
LICENSE feat: add project infrastructure and licensing 2024-08-01 14:25:39 +02:00
pyproject.toml feat: add project infrastructure and licensing 2024-08-01 14:25:39 +02:00
README.md feat: add project infrastructure and licensing 2024-08-01 14:25:39 +02:00
requirements.txt feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00