Yahoo Italia Ricerca nel Web

Risultati di ricerca

  1. pypi.org › project › DjangoDjango · PyPI

    7 mag 2024 · First, read docs/intro/install.txt for instructions on installing Django. Next, work through the tutorials in order ( docs/intro/tutorial01.txt , docs/intro/tutorial02.txt , etc.). If you want to set up an actual deployment server, read docs/howto/deployment/index.txt for instructions.

  2. Django (/ˈdʒæŋɡoʊ/ jang-goh) è un framework per applicazioni web gratuito e open source, scritto in Python. Un web framework è un insieme di componenti che ti aiuta a sviluppare siti web più velocemente e facilmente. Per costruire un sito web ci vogliono sempre componenti molto simili: il sistema per gestire l'autenticazione dell ...

  3. Creiamo un nuovo ambiente virtuale nel nostro sistema e installiamo al suo interno Django tramite pip: python -m venv v_env. cd v_env. source bin/activate. pip install django. Ora che Django è installato possiamo creare il nostro progetto con un comando specifico: django-admin startproject primo_progetto. Possiamo vedere che è stata creata ...

  4. Django’s role in forms¶. Handling forms is a complex business. Consider Django’s admin, where numerous items of data of several different types may need to be prepared for display in a form, rendered as HTML, edited using a convenient interface, returned to the server, validated and cleaned up, and then saved or passed on for further processing.

  5. Django is a Python framework that makes it easier to create web sites using Python. Django takes care of the difficult stuff so that you can concentrate on building your web applications. Django emphasizes reusability of components, also referred to as DRY (Don't Repeat Yourself), and comes with ready-to-use features like login system, database ...

  6. Django (serie) Voce principale: Django (film 1966). Franco Nero in Django ( 1966 ), il film che ha innescato la lunga sequela di sequel / remake apocrifi. Il film western Django diretto dal regista Sergio Corbucci e distribuito nel 1966, ottenne un notevole successo sia in Italia che all'estero. Del film furono prodotti vari seguiti ufficiosi ...

  7. 5 giorni fa · Meet Django. Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. Ridiculously fast.

  1. Le persone cercano anche