This repository was archived by the owner on May 26, 2025. It is now read-only.

Description
Thanks for this very good project.
Though I'm facing an error at the migration step of the project's guide.
python manage.py migrate
SystemCheckError: System check identified some issues: ERRORS: djeocadengine.Drawing.image: (fields.E300) Field defines a relation with model 'Image', which is either not installed, or is abstract.
The likely trace of the Image model I could find is the installed ezdxf site-packages within my project's venv at:
.cadvenv/lib/python3.12/site-packages/tests/utils/custom_image/models.py
It is mentioned at several other platforms:
stackoverflow
stackoverflow
Django Forum
Will be very grateful for the help, thanks in advance