-
Notifications
You must be signed in to change notification settings - Fork 238
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
compatibility with boto3 and cookiecutter? #204
Comments
Have you followed the docs at https://django-photologue.readthedocs.io/en/stable/pages/installation.html#amazon-s3? I personally don't use S3 much - these docs were provided by a contributor - but when I followed the docs myself and tried it out, it worked for me. |
Hey Richard, Thank you for prompt reply. Yes, I have followed the docs numerous times and just couldn't get it to work. Could you please generate a simple django project using cookiecutter and attempt a S3 upload with photologue? I would greatly appreciate it if you would get it to work and show me how. |
Hi & thanks for the reply, |
Thanks Richard. Is there anyone else that can help? I don't know how this gallery is suppose to work with S3. Since the project requires django-storages and this requires boto3, can you please migrate from boto to boto3? The instructions are here: https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html |
@jamescosmin What error are you getting? I am trying to get it to work with boto3 and also failing. |
I am having a very hard time figuring out the AWS S3 settings for Photologue. I am using cookiecutter (https://github.com/pydanny/cookiecutter-django) to generate my project and it is already preset with django-storages and boto3. How can I get this to work and upload the images to S3. I have 3 settings file: base, local and production - the AWS settings are in production.py. How can I set it up so I can test that the files are actually uploaded to S3 in development. Please help, I have been failing miserably after reading the documentation over and over again. I just need a simple to understand example.
The text was updated successfully, but these errors were encountered: