About 16,400 results
Open links in new tab
  1. The web framework for perfectionists with deadlines | 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 …

  2. Getting started with Django | Django

    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. Django documentation

    GeoDjango intends to be a world-class geographic web framework. Its goal is to make it as easy as possible to build GIS web applications and harness the power of spatially enabled data.

  4. Download - Django

    The latest and greatest Django version is the one that’s in our Git repository (our revision-control system). This is only for experienced users who want to try incoming changes and help identify bugs …

  5. Django overview

    Django includes dozens of extras you can use to handle common web development tasks. Django takes care of user authentication, content administration, site maps, RSS feeds, and many more tasks — …

  6. How to install Django | Django documentation | Django

    If you just want to experiment with Django, skip ahead to the next section; Django includes a lightweight web server you can use for testing, so you won’t need to set up Apache until you’re ready to deploy …

  7. Django at a glance | Django documentation | Django

    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 overview of how to write a …

  8. 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.

  9. 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 Design your …

  10. 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 while you …