Skip to content

Tag Archives: Django-deployment

We are going to create a to-do list web API using Django rest framework, docker and also going to write different tests for different functionalities… Read More
Django is a popular web Framework of Python. It is based on MVT(Model-View-Template). MVT is a software design pattern for developing a web application. For… Read More
Heroku is a free hosting cloud service provider. We can use our free dynos to deploy our applications on the cloud. The only disadvantage is… Read More
There will be a lot of sensitive information in our Django project resided in the settings.py, or local variables containing sensitive information or the POST… Read More