how can I run your app?
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
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.
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
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
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..
Hello,
the file .env strictly contain SECRET_KEY=dummy_secret_key wihout quote (single or double, space, tabs etc.
Thanks for the feedback.. Will work on it and get back to you asap...