Common mistakes in website deployment
Security measures during deployment is probably one of the most ignored aspects of website development. Many novice web developers choose to deploy their websit...
Security measures during deployment is probably one of the most ignored aspects of website development. Many novice web developers choose to deploy their websit...
PostgreSQL(Postgres) is a very popular open source Database Management System. I use it frequently in my Django projects. Here are few tips for setting up postg...
This is a tutorial to deploy a django application created in django 1.7 and python 3 using virtualenv in Ubuntu server. It assumes that you have already setup i...