-
Notifications
You must be signed in to change notification settings - Fork 15
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
Problem with manage.py #164
Comments
hi callo94, |
Hi, Best regards, Daniel Ostkamp |
Hi! Thank you for your response. During handling of the above exception, another exception occurred: Traceback (most recent call last): [Errno 111] Connection refused How can i resolve? |
You need a memcached instance running for caching purposes. |
Hi @callo94 , coud you solve your issues? |
Hi! |
Ok, I solved this problem. Now I was wondering, how can I insert a badge and verify it? I installed the UI version, and when I go to "Open the issuer portal," I get this error: |
Hi, |
hi!
i've a problem with manage.py when i try to start the script i've a this problem
python manage.py migrate
Traceback (most recent call last):
File "/home/imagiro/badgr/edubadges-server/manage.py", line 17, in
execute_from_command_line(sys.argv)
File "/home/imagiro/badgr/edubadges-server/.venv/lib/python3.9/site-packages/django/core/management/init.py", line 419, in execute_from_command_line
utility.execute()
File "/home/imagiro/badgr/edubadges-server/.venv/lib/python3.9/site-packages/django/core/management/init.py", line 363, in execute
settings.INSTALLED_APPS
File "/home/imagiro/badgr/edubadges-server/.venv/lib/python3.9/site-packages/django/conf/_init.py", line 82, in _getattr
self._setup(name)
File "/home/imagiro/badgr/edubadges-server/.venv/lib/python3.9/site-packages/django/conf/init.py", line 69, in _setup
self._wrapped = Settings(settings_module)
File "/home/imagiro/badgr/edubadges-server/.venv/lib/python3.9/site-packages/django/conf/_init.py", line 170, in _init
mod = importlib.import_module(self.SETTINGS_MODULE)
File "/usr/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/home/imagiro/badgr/edubadges-server/apps/mainsite/settings.py", line 149, in
DOMAIN = os.environ['DOMAIN']
File "/usr/lib/python3.9/os.py", line 679, in getitem
raise KeyError(key) from None
KeyError: 'DOMAIN'
The text was updated successfully, but these errors were encountered: