How to Getting Started With Python 2.x Django Web Development on Linux Mint 17.1 Rebecca LTS 32-64bit Easy Guide

March 1, 2015 | By the+gnu+linux+evangelist.

Django Quick Start on Linux Mint 17.1 Rebecca LTS

Hi! The Tutorial shows you Step-by-Step How to Getting-Started with Python Django 1.7.x Web Development on Linux Mint 17.1 Rebecca LTS i386/amd64 GNU Desktop.

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

To Getting-Started with Django We will Use two Fundamental Python Tools:

  • Pip: Tool that fetches Python Packages from the Python package Index and its Mirrors
  • Virtualenv+Virtualenvwrapper: Tools for Creating isolated Python Environments and for mantaining Packages Dependencies
How to Install PyCharm on Debian GNU/Linux Distro
  1. Getting-Started with Python Virtualenv/Virtualenwrapper:

    Quick-Start with Virtual Environments on Linux Mint
  2. Make a Python Environment with Virtualenwrapper:

    mkvirtualenv myDjango

    The Command Provide also to Install Pip and then Automatically Enable the New Python Virtual Environment.

  3. Installing the Latest Django Stable Release:

    pip install django
  4. Verify Django Installation:

    python -c "import django; print(django.get_version())"

    You should see the version of your Django installation!

  5. Getting-Started with Django Web Applications Development:

    Quick-Start with Django Web App

QuickChic Theme • Powered by WordPress