Yahoo Suche Web Suche

Suchergebnisse

  1. Suchergebnisse:
  1. Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It’s free and open source, ridiculously fast, reassuringly secure, and exceedingly scalable. Learn more about Django, get started with it, and contribute to the community.

    • Download

      How to get Django. Django is available open-source under the...

    • Getting Started with Django

      Getting started with Django. Depending how new you are to...

    • Overview

      Django takes care of much of the hassle of web development,...

    • Documentation

      Django provides a rich framework to facilitate the creation...

    • News

      Last call for DjangoCon Europe 2025 organizers Posted by...

    • Community

      r/Django Subreddit News and links on Reddit StackOverflow...

    • About

      About the Django Software Foundation. Development of Django...

    • Diversity Statement

      Django Community Diversity Statement. Platitudes are cheap....

  2. Django ist ein in Python geschriebenes, quelloffenes Webframework, das einem Model-View-Presenter-Schema folgt. Es wurde ursprünglich entwickelt, um die News-Seite „Lawrence Journal-World“ zu verwalten, und wurde im Juli 2005 unter einer BSD-Lizenz veröffentlicht.

    • 21. Juli 2005
    • Python
  3. www.djangoproject.com › start › overviewDjango overview | Django

    With Django, you can take web applications from concept to launch in a matter of hours. Django 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.

  4. Writing your first Django app, part 1¶ Let’s learn by example. Throughout this tutorial, we’ll walk you through the creation of a basic poll application. It’ll consist of two parts: A public site that lets people view polls and vote in them. An admin site that lets you add, change, and delete polls. We’ll assume you have Django ...