Your cart
  • IMG
    {{cart_item.name}}
    {{cart_item.variation_attribute_name}}: {{cart_item.variation_attribute_label}}
    {{cart_item.item_unit}}: {{ setCurrency(cart_item.price)}}
    {{ setCurrency(cart_item.price*cart_item.quantity)}}
    Invalid quantity more than stock
Total :
{{setCurrency(cart.sub_total)}}

There is no item in the cart. If you want to buy, Please click here.

How to Install Django on Ubuntu

Complete guide to start Linux OS and install essential applications in Linux

Created by :
Linux
tutorial
Programming, Software and application
1425
2022-01-09 18:30:29

What is Django?

Django is a free and open-source, Python-based web framework that follows the model–template–views architectural pattern. It is maintained by the Django Software Foundation, an independent organization established in the US as a 501 non-profit. 

Features of Django

Set Up Python and Pip

Install Django on Ubuntu 20.04

Install Django Using APT

Install Django Using PIP

Install Django Using Virtualenv

Install Django Using Git Repository

Create a Django Project

Access Django Home Page

Conclusion