Django on wampserver
Posted by: yeohcl (---.singnet.com.sg)
Date: August 16, 2024 08:00AM

How do I go about to deploy django project on wampserver at the www folder? Thanks.

Options: ReplyQuote
Re: Django on wampserver
Posted by: Otomatic (Moderator)
Date: August 16, 2024 08:54AM

Hello,

You need to ask django.

Wamp is a server like almost all other servers, except that it is local.

It is an Apache, PHP, MySQL server and, a priori, django is in Python which is not installed on Wampserver.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Django on wampserver
Posted by: yeohcl (---.singnet.com.sg)
Date: September 24, 2024 04:15AM

I have tried every method suggested on the internet trying to deploy django on wampserver but without any success. The mod_wsgi module doesn't seem to load in wampserver apache. Appreciate if anyone has successfully done it and please share the exact steps. Thanks

Options: ReplyQuote
Re: Django on wampserver
Posted by: Otomatic (Moderator)
Date: September 25, 2024 03:39PM

mod_wsgi does not exist in Apache. It's up to you to install it.

Wampserver is an Apache, PHP and MySQL server, not a Python server.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.