Skip to content

question: does not see my models #3

Description

@vigo

here is my installed apps:

INSTALLED_APPS = [
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'django.contrib.humanize',
    'django.contrib.sitemaps',
    'core.apps.CoreConfig',
 ...

i'm getting:

Trying core.apps.CoreConfig.models
Unable to import core.apps.CoreConfig.models No module named 'core.apps.CoreConfig'; 'core.apps' is not a package
Trying core.apps.CoreConfig.views
Unable to import core.apps.CoreConfig.views No module named 'core.apps.CoreConfig'; 'core.apps' is not a package

I don't want to use like:

'core' in INSTALLED_APPS

what i'm missing here?

thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions