Django (informatica): differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Recupero di 1 fonte/i e segnalazione di 0 link interrotto/i. #IABot (v1.5.3)
Riga 44:
 
== Supporto server ==
Django può essere usato con [[Apache HTTP Server|Apache]], [[nginx]] usando il supporto di [[WSGI]], oppure [[Cherokee]] grazie al modulo Python "flup".<ref>[https://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#cherokee-setup Django documentation of deployment Documentazione ufficiale per il deploy].</ref> Può inoltre usare un server [[FastCGI]], per esempio [[Lighttpd]] o [[Hiawatha]]. Può anche essere usato con qualunque altro server standard [[WSGI]].<ref>[https://docs.djangoproject.com/en/1.3/howto/deployment/modwsgi/ Come usare Django con Apache e mod_wsgi] {{webarchive|url=https://web.archive.org/web/20130308055856/https://docs.djangoproject.com/en/1.3/howto/deployment/modwsgi/ |data=8 marzo 2013 }}.</ref>
 
Django supporta in modo completo e multipiattaforma quattro tipi di database: [[PostgreSQL]], [[MySQL]], [[SQLite]] e [[Oracle]]. [[Microsoft SQL Server]] può essere usato solo in ambiente Windows,<ref>[https://bitbucket.org/Manfre/django-mssql/src django-mssql Django e MSSQL].</ref> mentre esistono backend esterni simili per [[IBM DB2]],<ref>{{Cita web|url=http://code.google.com/p/ibm-db/|titolo=ibm-db