Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 391 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 391 Bytes

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