Langsung ke konten utama

Postingan

Menampilkan postingan dari Oktober, 2019

Install Django Framework in MacOS

DJANGO INSTALLATION IN MAC OS A.     PREPARATION STEP If you are first time using Django Framework you need to prepare it. Make sure that you was installed Python and pip (latest/stable version) in your computer. You can see the full documentation of Python installation in www.python.org B.     INSTALLATION STEP To install Django Framework in your computer you just to type command “pip install Django” in your terminal or power shell. After run that command it will download from Django repository. Make sure that your computer is connected to the internet and have stable connection. Wait a minute until download process finish. It will depend of your internet connection.