-
Notifications
You must be signed in to change notification settings - Fork 69
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
Comments
It's the GOOGLE DEVELOPER YOUTUBE API for scraping youtube videos |
I'll do test it and share the result at here dude :) |
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)) Thanks.. |
Hello, the file |
Thanks for the feedback.. Will work on it and get back to you asap... |
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?
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.
The text was updated successfully, but these errors were encountered: