Skip to content

how can I run your app? #5

@bluebamus

Description

@bluebamus

after made .env file with SECRET_KEY and DEBUG,
I tried to run the server.
but it wasm't work on my computer.
below message is about error log information.
could you tell me how can I fix it?

  • when I checked your setting file, it has DEVELOPER_KEY.
    but I have no idea to guess how can I set it.
    I need your advice.

from django.contrib.auth.base_user import AbstractBaseUser, BaseUserManager
File "C:\ProgramData\Anaconda3\envs\bigdatateam\lib\site-packages\django\contr
ib\auth\base_user.py", line 47, in
class AbstractBaseUser(models.Model):
File "C:\ProgramData\Anaconda3\envs\bigdatateam\lib\site-packages\django\db\mo
dels\base.py", line 103, in new
app_config = apps.get_containing_app_config(module)
File "C:\ProgramData\Anaconda3\envs\bigdatateam\lib\site-packages\django\apps
registry.py", line 252, in get_containing_app_config
self.check_apps_ready()
File "C:\ProgramData\Anaconda3\envs\bigdatateam\lib\site-packages\django\apps
registry.py", line 135, in check_apps_ready
raise AppRegistryNotReady("Apps aren't loaded yet.")
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions