MicroPyramid / opensource-job-portal

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

How to run your project 1st ime #135

Open abtpltd opened 11 months ago

abtpltd commented 11 months ago

image manage.py", line 22, in execute_from_command_line(sys.argv) myenv\Lib\site-packages\django_ses\settings.py", line 23, in 'https://' + AWS_SES_REGION_ENDPOINT)

tpokorra commented 10 months ago

I had the same issue. You have to put AWS_SES_REGION_ENDPOINT in single quotes, similar to other lines in that file.

 'https://' + 'AWS_SES_REGION_ENDPOINT')