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) |
m orfanizzo disambigua Oracle |
||
Riga 46:
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 Database|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
Python support for IBM DB2 and IBM Informix|accesso=13 settembre 2013}}</ref> [[SQL Anywhere]]<ref>{{Cita web|url=http://code.google.com/p/sqlany-django/|titolo=sqlany-django - SQL Anywhere Database Backend for Django|accesso=13 settembre 2013}}</ref> e [[Firebird SQL]].<ref>{{Cita web|url=http://code.google.com/p/django-firebird/|titolo=django-firebird - Firebird database backend for Django|accesso=13 settembre 2013}}</ref> Inoltre esiste un [[fork (sviluppo software)|fork]] chiamato django-nonrel<ref>{{Cita web|url=http://www.allbuttonspressed.com/projects/django-nonrel|titolo=Django-nonrel - NoSQL support for Django|accesso=13 settembre 2013}}</ref> che supporta database [[NoSQL]], come per esempio [[MongoDB]] e il datastore di [[Google App Engine]].
|