Skip to content

sibtc/simple-s3-setup

Repository files navigation

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