Skip to content

jspada200/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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.0%
  • HTML 18.4%
  • CSS 5.6%