The homepage URL for Pix360-eyerevolution has been updated to point to
the new repository for Pix360-krpano. This change is made in order to
ensure that the correct URL is used when accessing the project's
documentation and other resources. Additionally, this update helps to
maintain consistency and accuracy in our URLs throughout the project's
codebase.
Introduced a GitLab CI configuration to automate the testing process, which includes the setup of a Python 3.11 environment, cloning the project repository, installing dependencies, and executing migrations and tests specifically for the KrPano module. Also added a barebones TestCase for KrPano without implementation to lay groundwork for future tests.