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

Trouble with setup on Windows #117

Open
darrengeary opened this issue Mar 20, 2022 · 3 comments
Open

Trouble with setup on Windows #117

darrengeary opened this issue Mar 20, 2022 · 3 comments

Comments

@darrengeary
Copy link

darrengeary commented Mar 20, 2022

(env) λ python manage.py update_index
Traceback (most recent call last):
File "c:\peeljobs\manage.py", line 22, in
execute_from_command_line(sys.argv)
File "c:\peeljobs\env\lib\site-packages\django\core\management_init_.py", line 419, in execute_from_command_line
utility.execute()
File "c:\peeljobs\env\lib\site-packages\django\core\management_init_.py", line 395, in execute
django.setup()
File "c:\peeljobs\env\lib\site-packages\django_init_.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "c:\peeljobs\env\lib\site-packages\django\apps\registry.py", line 91, in populate
app_config = AppConfig.create(entry)
File "c:\peeljobs\env\lib\site-packages\django\apps\config.py", line 224, in create
import_module(entry)
File "C:\Python310\lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "c:\peeljobs\env\lib\site-packages\django_ses_init
.py", line 6, in
from django_ses import settings
File "c:\peeljobs\env\lib\site-packages\django_ses\settings.py", line 19, in
'https://' + AWS_SES_REGION_ENDPOINT)
TypeError: can only concatenate str (not "NoneType") to str

@datatalking
Copy link

I'm experiencing the same error "AWS_SES_REGION_ENDPOINT" when setting up in AWS cloud.

@raidu4u
Copy link

raidu4u commented Aug 24, 2022

@darrengeary you need to add AWS_SES_REGION_ENDPOINT value, it shouldn't be empty.

@abtpltd
Copy link

abtpltd commented Nov 4, 2023

can we run it without aws

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

4 participants