-
Notifications
You must be signed in to change notification settings - Fork 383
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
✨ New tutorial - "Deploy Django with Nginx and S3 Storage" #1072
Conversation
Thank you for your contribution @leaked I just tested the tutorial and I got up to step 3:
Could you please look into this? |
- Add 'django.contrib.staticfiles' to INSTALLED_APPS - Create static directory for collecting static files
Hi I think the problem was coming from the missing |
Yes this helped, thank you. I now made it all the way to step 7. In step 7 I had to add "upload" in
Step 8 didn't work for me at all. When I access
Could you please look into this too? |
Hi I've added some permission-related troubleshooting steps to the documentation. This should help users who run into the common "readonly database" or permission issues during deployment. |
I have read and understood the Contributor's Certificate of Origin available at the end of
https://raw.githubusercontent.com/hetzneronline/community-content/master/tutorial-template.md
and I hereby certify that I meet the contribution criteria described in it.
Signed-off-by: Mohsen Nasiri [email protected]