How To Deploy Django on Windows server Using Apache

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 31

  • @idobooks909
    @idobooks909 9 หลายเดือนก่อน +1

    Thanks for the compilation working on it!
    BTW Motech is 'sweetheart' is another language

    • @MotechApp
      @MotechApp  9 หลายเดือนก่อน +1

      hahahaha, thanks and you're welcome

  • @Ta1mse
    @Ta1mse 9 หลายเดือนก่อน +1

    I did it all right, thank you!But the question remains.How do I make my site accessible to everyone on the network, and not just on localhost?

    • @MotechApp
      @MotechApp  9 หลายเดือนก่อน

      Do you have a server with public IP address and domain ?

    • @user-jl6ui7xp7r
      @user-jl6ui7xp7r 7 หลายเดือนก่อน

      Did you finally get it?

  • @tigerking1329
    @tigerking1329 24 วันที่ผ่านมา

    If any of you are experiencing that long error in regards to the installation of wsgi, than you guys have to make sure that you have install visual c++ development tools.

  • @fulgurwinterx1154
    @fulgurwinterx1154 9 หลายเดือนก่อน +2

    When I tried running pip install mod-wsgi, it gave me an error, saying that Microsoft Visual C++ 14.0 or greater is required. Problem is that I went to the url it offered to download the most recent Build Tools version but somehow it doesn't count it. Is there a way to fix this?

    • @zackpeterson4002
      @zackpeterson4002 6 หลายเดือนก่อน

      This happened to me but Build Tools was still downloading. Once it finished the installation process of Visual Studio Build tools it was able to download no problem. Hope this helps.

  • @juanpablo7947
    @juanpablo7947 9 หลายเดือนก่อน

    how can i deploy my django project in a apache server whats is connected to a windows server?

  • @rogiervangemert8972
    @rogiervangemert8972 21 วันที่ผ่านมา

    you don't want to run the c++ dev tools on a server.. bad bad idea (for windows server at least).

  • @Justhelloworld
    @Justhelloworld 8 หลายเดือนก่อน +1

    Dose this also work on windows server?

    • @MotechApp
      @MotechApp  8 หลายเดือนก่อน +1

      Sure, it works

  • @SagarDewangan-pn9zw
    @SagarDewangan-pn9zw 6 หลายเดือนก่อน

    how can i make it accessable to network and conect with domain name

  • @libra0670
    @libra0670 8 หลายเดือนก่อน +1

    what if i have multiple django projects to deploy?

    • @MotechApp
      @MotechApp  8 หลายเดือนก่อน +2

      Yes it very much possible with apache virtual host. for example you have three domain a.com,b.com and c.com. By using Apache virtual host, you can deploy all the three under one server. Things works the same but you must need to understand how virtual host in apache works and it's configurations.

    • @libra0670
      @libra0670 8 หลายเดือนก่อน

      Thanks @@MotechApp, you have solved a key reqt of mine

  • @maliknauman7873
    @maliknauman7873 ปีที่แล้ว +3

    I followed all the step and successfully install it on apache but the problem is only home or first page load fastly other pages of admin panel not load it too slow only loading cirle is rotating on the title bar of web page

    • @Randomness960TVX
      @Randomness960TVX ปีที่แล้ว

      Me too, the pages with a lot of get request for images load too slow and the loading cirle is rotating on the title bar of web page

    • @mortadaamer2024
      @mortadaamer2024 ปีที่แล้ว

      did you solve the problem ?

  • @kuttikitchen5657
    @kuttikitchen5657 6 หลายเดือนก่อน +1

    Thank you so much :)

    • @MotechApp
      @MotechApp  6 หลายเดือนก่อน

      You're welcome!

  • @kumarlalit1999
    @kumarlalit1999 ปีที่แล้ว +1

    You are the man bro !! work done. Thanks a ton

    • @MotechApp
      @MotechApp  ปีที่แล้ว +1

      you're warm welcome friend

  • @crcacom
    @crcacom 9 หลายเดือนก่อน

    Maybe I will do it in my Windows 10 with Django and Apache

  • @AliHassan-wc6nb
    @AliHassan-wc6nb 8 หลายเดือนก่อน +1

    Wow

    • @MotechApp
      @MotechApp  8 หลายเดือนก่อน +1

      Aloooo hahahaha, welcome

  • @pablo20237
    @pablo20237 ปีที่แล้ว +1

    Thank you

  • @abhiramtn5795
    @abhiramtn5795 ปีที่แล้ว +1

    Iam getting 403 error

    • @MotechApp
      @MotechApp  ปีที่แล้ว +1

      In setting.py file add your Ip address or doamin inside ALLOWED_HOSTS = ['YOUR IP' OR 'YOUR DOMAIN']