Yahoo Web Search

Search results

  1. Django has a lot of documentation. A high-level overview of how it’s organized will help you know where to look for certain things: Tutorials take you by the hand through a series of steps to create a web application.

  2. 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. Django at a glance. Quick install guide. Writing your first Django app, part 1. Writing your first Django app, part 2. Writing your first Django app, part 3. Writing your first Django app, part 4.

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

  4. The official Django documentation covers everything you need to know about Django (and then some). Read the docs

  5. Learn about the various components and tools to help you in the development and testing of Django applications: Settings: Overview | Full list of settings; Applications: Overview; Exceptions: Overview; django-admin and manage.py: Overview | Adding custom commands; Testing: Introduction | Writing and running tests | Included testing tools ...

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

  7. DJANGO DOCUMENTATION Everything you need to know about Django. 1.1 First steps AreyounewtoDjangoortoprogramming?Thisistheplacetostart! •Fromscratch:Overview|Installation •Tutorial:Part1:Requestsandresponses|Part2:Modelsandtheadminsite|Part3:Viewsand templates|Part4:Formsandgenericviews|Part5:Testing|Part6:Staticfiles|Part7:Customizing

  1. People also search for