• Coming soon

Django Installation




process is pretty simple just follow this steps:-


  • first is intall the Python in your system(pc).
  • Django requires pip installation process and we can using pip for windows and pip3 for linux (any types).
  • django is required python 3.4 higher version.
  • after set up follow,

  • this command:-
    1 for windows-:
    pip install django

    2.for Linux-:
    pip3 install djangopip3 install django