jet10000 / simple-s3-setup

Code examples used in the post "How to Setup Amazon S3 in a Django Project"

Home Page:https://simpleisbetterthancomplex.com/tutorial/2017/08/01/how-to-setup-amazon-s3-in-a-django-project.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Setup Amazon S3 in a Django Project

Each of the directories are an independent Django Project.

For the most part you can run all of them by following the steps below:

pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py collectstatic
python manage.py runserver

About

Code examples used in the post "How to Setup Amazon S3 in a Django Project"

https://simpleisbetterthancomplex.com/tutorial/2017/08/01/how-to-setup-amazon-s3-in-a-django-project.html

License:MIT License


Languages

Language:Python 75.9%Language:HTML 18.4%Language:CSS 5.6%