Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Freire authored Dec 3, 2020
1 parent fda01c9 commit 0f17afb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<p align="center">
<p align="center">
<a href="https://justdjango.com/?utm_source=github&utm_medium=logo" target="_blank">
<img src="https://assets.justdjango.com/static/branding/logo.svg" alt="JustDjango" height="72">
</a>
</p>
<p align="center">
The Definitive Django Learning Platform.
</p>
</p>

# Deploying Django on AWS

This guide shows how to deploy Django on AWS using an RDS Postgres DB, Elastic Beanstalk and S3. In order to use this project you will need to add your AWS keys in the .env file.
Expand Down Expand Up @@ -185,3 +196,14 @@ If more explicit deny settings are needed, add this block into the statement:
```

Now everything should be configured for your app so head over to the website and see if its working

---

<div align="center">

<i>Other places you can find us:</i><br>

<a href="https://www.youtube.com/channel/UCRM1gWNTDx0SHIqUJygD-kQ" target="_blank"><img src="https://img.shields.io/badge/YouTube-%23E4405F.svg?&style=flat-square&logo=youtube&logoColor=white" alt="YouTube"></a>
<a href="https://www.twitter.com/justdjangocode" target="_blank"><img src="https://img.shields.io/badge/Twitter-%231877F2.svg?&style=flat-square&logo=twitter&logoColor=white" alt="Twitter"></a>

</div>

0 comments on commit 0f17afb

Please sign in to comment.