pip install -e ../packages/wallet_utils Obtaining file:///home/cursorai/projects/telegram-earn/packages/wallet_utils Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting requirements to build editable ... done Preparing editable metadata (pyproject.toml) ... done Building wheels for collected packages: wallet-utils Building editable for wallet-utils (pyproject.toml) ... done Created wheel for wallet-utils: filename=wallet_utils-0.1.0-0.editable-py3-none-any.whl size=1353 sha256=696fa82087d70ea67dc0a39a71d6783714f54c4d119078af4ff90c991be39a19 Stored in directory: /tmp/pip-ephem-wheel-cache-tgzt3049/wheels/2a/e6/42/48911c8eb29f1b8c10d29d8f963ce183bd4c7891ba8418132b Successfully built wallet-utils Installing collected packages: wallet-utils Attempting uninstall: wallet-utils Found existing installation: wallet-utils 0.1.0 Uninstalling wallet-utils-0.1.0: Successfully uninstalled wallet-utils-0.1.0 Successfully installed wallet-utils-0.1.0 (venv) cursorai@ubuntu-s-1vcpu-512mb-10gb-sgp1-01:~/projects/telegram-earn/sandbox$ python3 manage.py migrateTraceback (most recent call last): File "/home/cursorai/projects/telegram-earn/sandbox/manage.py", line 22, in main() File "/home/cursorai/projects/telegram-earn/sandbox/manage.py", line 18, in main execute_from_command_line(sys.argv) File "/home/cursorai/projects/telegram-earn/sandbox/venv/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line utility.execute() File "/home/cursorai/projects/telegram-earn/sandbox/venv/lib/python3.12/site-packages/django/core/management/__init__.py", line 416, in execute django.setup() File "/home/cursorai/projects/telegram-earn/sandbox/venv/lib/python3.12/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "/home/cursorai/projects/telegram-earn/sandbox/venv/lib/python3.12/site-packages/django/apps/registry.py", line 91, in populate app_config = AppConfig.create(entry) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/cursorai/projects/telegram-earn/sandbox/venv/lib/python3.12/site-packages/django/apps/config.py", line 193, in create import_module(entry) File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/home/cursorai/projects/telegram-earn/packages/wallet_utils/src/wallet_utils/__init__.py", line 45, in from .repository import WalletRepository, WalletRepositoryProtocol File "/home/cursorai/projects/telegram-earn/packages/wallet_utils/src/wallet_utils/repository.py", line 13, in from .models import WalletTransaction File "/home/cursorai/projects/telegram-earn/packages/wallet_utils/src/wallet_utils/models.py", line 10, in class AbstractWalletTransaction(models.Model): File "/home/cursorai/projects/telegram-earn/sandbox/venv/lib/python3.12/site-packages/django/db/models/base.py", line 131, in __new__ app_config = apps.get_containing_app_config(module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/cursorai/projects/telegram-earn/sandbox/venv/lib/python3.12/site-packages/django/apps/registry.py", line 260, in get_containing_app_config self.check_apps_ready() File "/home/cursorai/projects/telegram-earn/sandbox/venv/lib/python3.12/site-packages/django/apps/registry.py", line 138, in check_apps_ready raise AppRegistryNotReady("Apps aren't loaded yet.") django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.