MicroPyramid / opensource-job-portal

opensource jobportal in python django
https://peeljobs.com
MIT License
391 stars 211 forks source link

Trouble with setup on Windows #117

Open darrengeary opened 2 years ago

darrengeary commented 2 years ago

(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 commented 2 years ago

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

raidu4u commented 2 years ago

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

abtpltd commented 11 months ago

can we run it without aws