How to Install Django on CentOS 7

Posted by linuxize on Nov 1, 2018 9:15 AM EDT
linuxize.com; By linuxize
Mail this story
Print this story

Django is a free and open source high-level Python web framework designed to help developers build secure, scalable and maintainable web applications. In this tutorial, we will be installing and configuring the latest stable version of Django on a CentOS 7 machine inside a Python virtual environment.

The main purpose of Python virtual environments is to create an isolated environment for different Python projects. This way you can have multiple different Django environments on a single computer and install a specific version of a module on a per project basis without worrying that it will affect your other Django installations. If you install Django into the global environment then you can install only one Django version on your computer.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Python

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.