Django (informatica): differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
FrescoBot (discussione | contributi)
m Bot: accenti
LauBot (discussione | contributi)
m Bot: passaggio degli url da HTTP a HTTPS
Riga 18:
Il progetto è sviluppato dalla "Django Software Foundation" (DSF), un'organizzazione indipendente senza scopo di lucro.<ref>[https://www.djangoproject.com/foundation/ Sito istituzionale del progetto].</ref> Venne concepito inizialmente per gestire diversi siti di notizie per la World Company di [[Lawrence (Kansas)]], e distribuito con una [[licenza BSD]] a luglio [[2005]].
 
Alcuni siti noti che utilizzano questo [[framework]] sono attualmente [[Pinterest]],<ref>[httphttps://www.quora.com/Pinterest/What-technologies-were-used-to-make-Pinterest Pinterest: Tecnologie alla base di Pinterest].</ref> [[Instagram]],<ref>{{Cita web|url=http://instagram-engineering.tumblr.com/post/13649370142/what-powers-instagram-hundreds-of-instances-dozens-of|titolo=What Powers Instagram: Hundreds of Instances, Dozens of Technologies}}</ref> [[Mozilla Foundation|Mozilla]],<ref>[https://developer.mozilla.org/en/Python#Use_of_Python_at_Mozilla Python | MDN].</ref> [[The Washington Times]],<ref>[httphttps://opensource.washingtontimes.com/ Home<!-- Titolo generato automaticamente -->].</ref> e [[Public Broadcasting Service]].<ref name="20sites">{{Cita web|url=http://fearlessflyer.com/2009/11/20-creative-websites-running-django/|titolo=20 Creative Websites Running Django}}</ref>
 
== Introduzione e funzionalità ==
Riga 45:
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] {{webarchive|url=https://web.archive.org/web/20120111101846/https://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/ |data=11 gennaio 2012 }}.</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=httphttps://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=httphttps://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=httphttps://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]].
 
Django può inoltre essere usato insieme a [[Jython]]<ref>[httphttps://code.google.com/p/django-jython/ django-jython].</ref> con qualunque server applicativo [[Java EE]], come per esempio [[GlassFish]] o [[JBoss]].
 
[[Google App Engine]] prevede il supporto per Django nella versione 1.x.x<ref>[httphttps://code.google.com/appengine/articles/django-nonrel.html Running Pure Django Projects on Google App Engine].</ref> come uno dei framework integrati.
 
== Note ==
Riga 59:
 
== Collegamenti esterni ==
* {{cita web|httphttps://www.djangoproject.com|Home page del progetto Django|lingua=en}}
* {{cita web|http://bitnami.org/stack/djangostack|All-in-one installer for Django framework|lingua=en}}
* {{cita web|httphttps://code.djangoproject.com/|Wiki della comunità Django e applicativi scritti per Django|lingua=en}}
* {{cita web|http://www.djangobook.com|Django Book|lingua=en}}
* {{cita web|1=http://djangosearch.com/|2=Django search engine|lingua=en|accesso=14 dicembre 2006|urlarchivio=https://web.archive.org/web/20070113073337/http://djangosearch.com/|dataarchivio=13 gennaio 2007|urlmorto=sì}}
* {{cita web|httphttps://www.djangosnippets.org/|Django snippets|lingua=en}}
 
{{Framework per applicazioni web}}