No description
Find a file
Kumi a95fffbdf5
feat: Introduces Char32UUIDField for model UUIDs
Adds a custom UUIDField to use 32-character format for IDs
to optimize database storage and integration with existing systems.
Refactors model definitions to replace default UUIDField with the
new Char32UUIDField to maintain consistent implementation across the codebase.
2024-11-15 11:03:49 +01:00
src/pix360core feat: Introduces Char32UUIDField for model UUIDs 2024-11-15 11:03:49 +01:00
.gitignore Pix360 core app - current status 2023-10-26 09:51:39 +02:00
.gitlab-ci.yml Specify image to use in CI 2023-10-31 10:29:00 +01:00
LICENSE feat: add MIT license to project 2024-05-23 09:38:31 +02:00
pyproject.toml chore: bump version to 0.0.3 2024-04-13 08:52:59 +02:00
README.md Pix360 core app - current status 2023-10-26 09:51:39 +02:00