{% extends 'base.html' %} {% load docs i18n %} {% block layout_class %}full-width{% endblock %} {% block title %}{% translate "Getting started with Django" %}{% endblock %} {% block og_title %}{% translate "Getting started with Django" %}{% endblock %} {% block og_description %}{% translate "It's quick & easy to get up and running with Django" %}{% endblock %} {% block header %}

{% translate "It’s quick & easy to get up and running with Django." %}

{% endblock header %} {% block content %}

{% translate "Getting started with Django" %}

{% url 'document-detail' lang='en' version='stable' url='intro/tutorial01' host 'docs' as tutorial1_url %} {% url 'homepage' host 'docs' as docs_homepage_url %}

{% blocktranslate trimmed %} Depending how new you are to Django, you can try a tutorial, or just dive into the documentation. {% endblocktranslate %}

{% translate "Want to learn more about Django? Read the overview to see whether Django is right for your project." %}

{% translate "Django overview" %}

{% translate "Install Django" %}

{% blocktranslate trimmed %} Before you can use Django, you’ll need to install it. Our complete installation guide covers all the possibilities; this guide will get you to a simple, minimal installation that’ll work while you walk through the introduction. {% endblocktranslate %}

{% translate "Django installation guide" %}

{% translate "Write your first Django app" %}

{% blocktranslate trimmed %} Installed Django already? Good. Now try this tutorial, which walks you through creating a basic poll application. It’s got two parts: {% endblocktranslate %}

  1. {% translate "A public site that lets people view polls and vote in them." %}
  2. {% translate "An administrative interface that lets you add, change and delete polls." %}
{% translate "Take the tutorial" %}

{% translate "Sharpen your skills" %}

{% blocktranslate trimmed %} The official Django documentation covers everything you need to know about Django (and then some). {% endblocktranslate %}

{% translate "Read the docs" %}

{% translate "Join the community" %}

{% url 'community-index' as community_index %} {% blocktranslate trimmed %} You can help make us better. Find out about upcoming Django events, learn what’s on other Django developers’ minds, find and post jobs, and more. {% endblocktranslate %}

{% translate "Join us" %}

{% translate "Intro to Django" %}

{% endblock content %}