smarru commented on issue #2: Initialized vue js app for storage units UI URL: https://github.com/apache/airavata-mft-portal/pull/2#issuecomment-611832741 @aarushiibisht I tried this PR and it throws the following error, can you please fix these: File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked ModuleNotFoundError: No module named 'workspace' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/threading.py", line 865, in run self._target(*self._args, **self._kwargs) File "/Users/smarru/code-repo/airavata-mft-portal/venv/lib/python3.7/site-packages/django/utils/autoreload.py", line 53, in wrapper fn(*args, **kwargs) File "/Users/smarru/code-repo/airavata-mft-portal/venv/lib/python3.7/site-packages/django/core/management/commands/runserver.py", line 109, in inner_run autoreload.raise_last_exception() File "/Users/smarru/code-repo/airavata-mft-portal/venv/lib/python3.7/site-packages/django/utils/autoreload.py", line 76, in raise_last_exception raise _exception[1] File "/Users/smarru/code-repo/airavata-mft-portal/venv/lib/python3.7/site-packages/django/core/management/__init__.py", line 357, in execute autoreload.check_errors(django.setup)() File "/Users/smarru/code-repo/airavata-mft-portal/venv/lib/python3.7/site-packages/django/utils/autoreload.py", line 53, in wrapper fn(*args, **kwargs) File "/Users/smarru/code-repo/airavata-mft-portal/venv/lib/python3.7/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "/Users/smarru/code-repo/airavata-mft-portal/venv/lib/python3.7/site-packages/django/apps/registry.py", line 91, in populate app_config = AppConfig.create(entry) File "/Users/smarru/code-repo/airavata-mft-portal/venv/lib/python3.7/site-packages/django/apps/config.py", line 160, in create app_name, mod_path, cls_name, django.core.exceptions.ImproperlyConfigured: Cannot import 'workspace'. Check that 'airavata_mft.apps.workspace.apps.WorkspaceConfig.name' is correct.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
