How To Create Python Django Website In Windows Server IIS and Wfastcgi

preview_player
Показать описание
In this video, we will see how to create Python Django websites in windows server 2016 using IIS. You can get the code discussed in this video at the below link.
Purchase Web Hosting With Free Domain For Lifetime
VPS Used In this video

Follow Us On Social Media Platform
============================================
Рекомендации по теме
Комментарии
Автор

Thank you! This guided me through deploying an internal company site perfectly

petercortinas
Автор

thank you sir! this helped me deploying my project!

rahuldit
Автор

Thank you, We develop Django app and front-end react app and Please guide the hosting the web application

rvyrnkt
Автор

Thanks! You got me through errors I was stuck on. I was able to get my app online!

dewangbhavsar
Автор

You said you were going to post the web.config lines in the description. I don't think you did. Also, after following your instructions the server cannot access web.config. Sorry, but your video was not very helpful

EnGee
Автор

very good! would love to host a production ready django website using the desktop I use for gaming

PrasannaKulkarni
Автор

Good day. I have a question. Do the IIS settings and configurations between the Windows server and desktop computer remain the same? We have no Windows Server, so we will probably be using a desktop computer as a server. Please help me :)

BSIT
Автор

Te doy las gracias, aunque me ha costado un poco hacerlo funcionar con tu código, al final lo he conseguido después de mucho tiempo, espero sigas haciendo videos tan interesantes. Poniendotelo un poco mas dificil, ¿como sería con entorno virtual? }:D .-Thanks

jabm_
Автор

Did u forget to mention you have to run wfastcgi-enable after pip installing wfastcgi?

Jakob
Автор

could you help me ?
after i use the pip install wfastcgi, i saw the folder lip\site-packages but it does not have the file you use as argument

diegoivangonzalezcabello
Автор

very nice could after I deploy my Django project on windows server can I delete all source code in that folder to prevent customer to reuse or copy it?

doctor_derma
Автор

What about this it should be DUBGE = 0 since you hasted to the publice ?

temesgenz
Автор

How to access same link outside of the server ?

BantuPatel
Автор

I actually made my app live using docker and gunicorn

PrasannaKulkarni
Автор

Good Work,
i do have one query, if i don't want to install django at the system level, but create virtual venv and install django and fastcgi, would this setup be possible, also instead of having the folder in inetpub can i keep it somewhere else

naveenshetty
Автор

how could i map this ip with local dns ?

zookslp
Автор

web config file was not cretaed pleaase help

xxptbfy
Автор

hi i love the tutorial, wondering will it be the same for djangorestframework api..?

josephebenezer
Автор

Fast CGI settings option is not visible

mrultron
Автор

Error occurred:

Traceback (most recent call last):
File "C:\Users\praka\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\core\handlers\exception.py", line 55, in inner
response = get_response(request)

File "C:\Users\praka\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\core\handlers\base.py", line 181, in _get_response
callback, callback_args, callback_kwargs =

File "C:\Users\praka\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\core\handlers\base.py", line 313, in resolve_request
resolver_match =

File "C:\Users\praka\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\urls\resolvers.py", line 663, in resolve
for pattern in self.url_patterns:

File "C:\Users\praka\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\utils\functional.py", line 57, in __get__
res = instance.__dict__[self.name] = self.func(instance)

File "C:\Users\praka\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\urls\resolvers.py", line 715, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)

File "C:\Users\praka\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\utils\functional.py", line 57, in __get__
res = instance.__dict__[self.name] = self.func(instance)

File "C:\Users\praka\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\urls\resolvers.py", line 708, in urlconf_module
return

File "C:\Users\praka\AppData\Local\Programs\Python\Python311\Lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)

npn
visit shbcf.ru