Lukasz L.
Results
1
issues of
Lukasz L.
The command returned the following error: `django.core.exceptions.ImproperlyConfigured: Cannot import 'accounts'. Check that 'apps.accounts.apps.AccountsConfig.name' is correct.` It can be resolved by going to: backend/server/server/apps/accounts/apps.py and changing from `from django.apps import AppConfig`...