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

How to run your project 1st ime #135

Open
abtpltd opened this issue Nov 4, 2023 · 1 comment
Open

How to run your project 1st ime #135

abtpltd opened this issue Nov 4, 2023 · 1 comment

Comments

@abtpltd
Copy link

abtpltd commented Nov 4, 2023

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
Copy link

tpokorra commented Nov 9, 2023

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')

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

2 participants