How to deploy django and react in heroku ?Tech Incent09/06/202022/06/2020 09/06/202022/06/2020 There are lots of hosts for setting up Django API and React. but most of them are very complicated processes but there are main two...
How to set up django react together ?Sajal Mia08/06/202013/06/2021 08/06/202013/06/2021 In this article, We will set up Django react together with building a business directory or listing application from scratch. Note: I am using ubuntu...
How to setup django static and media file in aws s3 ?Sajal Mia03/06/202018/10/2021 03/06/202018/10/2021 In this tutorial, we are setting up AWS s3 for your Django static and media files. So we can store static files and upload media...
Django Send Email with AWS Simple Email Service(SES)Sajal Mia31/05/202018/10/2021 31/05/202018/10/2021 Do you want to send emails from your Django app? There are many reasons to send emails from your Django app including email confirmation, password...