About 107,000 results
Open links in new tab
  1. The web framework for perfectionists with deadlines | Django

    May 2, 2010 · 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 …

  2. Getting started with Django | Django - Django Project

    Django provides a powerful form library that handles rendering forms as HTML, validating user-submitted data, and converting that data to native Python types. Django also provides a way to …

  3. Writing your first Django app, part 1 | Django documentation

    Namely, you’ll need to auto-generate some code that establishes a Django project – a collection of settings for an instance of Django, including database configuration, Django-specific options …

  4. Django at a glance | Django documentation | Django

    Django at a glance ¶ Because Django was developed in a fast-paced newsroom environment, it was designed to make common web development tasks fast and easy. Here’s an informal …

  5. Django documentation

    Reference guides contain technical reference for APIs and other aspects of Django’s machinery. They describe how it works and how to use it but assume that you have a basic understanding …

  6. Getting started | Django documentation

    Getting started ¶ New to Django? Or to web development in general? Well, you came to the right place: read this material to quickly get up and running.

  7. Django overview | Django - Django Project

    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 …

  8. Quick install guide | Django documentation

    Before you can use Django, you’ll need to get it installed. We have a complete installation guide that covers all the possibilities; this guide will guide you to a minimal installation that’ll work …

  9. Writing your first Django app, part 2 | Django documentation

    Django apps are “pluggable”: You can use an app in multiple projects, and you can distribute apps, because they don’t have to be tied to a given Django installation.

  10. Django documentation contents

    Django documentation contents ¶ Getting started Django at a glance Design your model Install it Enjoy the free API A dynamic admin interface: it’s not just scaffolding – it’s the whole house …