Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can I run your app? #5

Open
bluebamus opened this issue Jun 19, 2019 · 5 comments
Open

how can I run your app? #5

bluebamus opened this issue Jun 19, 2019 · 5 comments

Comments

@bluebamus
Copy link

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.

@delitamakanda
Copy link
Owner

It's the GOOGLE DEVELOPER YOUTUBE API for scraping youtube videos
https://console.developers.google.com/apis/library and choose YouTube Data API v3 to get your api key

@bluebamus
Copy link
Author

It's the GOOGLE DEVELOPER YOUTUBE API for scraping youtube videos
https://console.developers.google.com/apis/library and choose YouTube Data API v3 to get your api key

I'll do test it and share the result at here dude :)
thank you so much

@cubebarn
Copy link

Hi, I tried setting up the application and i got this error popping up. UndefinedValueError('{} not found. Declare it as envvar or define a default value.'.format(option))
decouple.UndefinedValueError: SECRET_KEY not found. Declare it as envvar or define a default value.
I know it has to do with me creating the env. Can you guide me on how to set it up..

Thanks..

@delitamakanda
Copy link
Owner

delitamakanda commented Jan 23, 2020

Hello,

the file .env strictly contain SECRET_KEY=dummy_secret_key wihout quote (single or double, space, tabs etc.

@cubebarn
Copy link

Thanks for the feedback.. Will work on it and get back to you asap...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants