README file is a markdown file which helps to describe your projects on github.If you are a developer and upload projects on github then you should know how to write a good readme.md file to make your projects standout.
Read MoreIf you had created a django project and also wants to create android/ios app with same functionality, then you will have to use API(Application Programming Interface). API is used to share data between different framework and application. With Help of DRF you can create api of your django projects and share its data to other applications. In this Blog you will learn how to create a API.
Read More