{% extends 'base.html' %} {% load i18n %} {% block title %}{% translate "Django overview" %}{% endblock %} {% block layout_class %}full-width{% endblock %} {% block og_title %}{% translate "Django overview" %}{% endblock %} {% block header %}

{% blocktranslate trimmed %} Django was invented to meet fast-moving newsroom deadlines, while satisfying the tough requirements of experienced web developers. {% endblocktranslate %}

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

{% translate "Why Django?" %}

{% blocktranslate trimmed %} 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. {% endblocktranslate %}

{% translate "Ridiculously fast." %}

{% translate "Django was designed to help developers take applications from concept to completion as quickly as possible." %}

{% translate "See how fast you can start building" %}
{% translate "Fully loaded." %}

{% blocktranslate trimmed %} 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 — right out of the box. {% endblocktranslate %}

{% translate "See what’s included" %}
{% translate "Reassuringly secure." %}

{% blocktranslate trimmed %} Django takes security seriously and helps developers avoid many common security mistakes, such as SQL injection, cross-site scripting, cross-site request forgery and clickjacking. Its user authentication system provides a secure way to manage user accounts and passwords. {% endblocktranslate %}

{% translate "Read our security overview" %}
{% translate "Exceedingly scalable." %}

{% blocktranslate trimmed %} Some of the busiest sites on the planet use Django’s ability to quickly and flexibly scale to meet the heaviest traffic demands. {% endblocktranslate %}

{% translate "Learn more about scaling Django applications" %}
{% translate "Incredibly versatile." %}

{% translate "Companies, organizations and governments have used Django to build all sorts of things — from content management systems to social networks to scientific computing platforms." %}

{% comment %}{# I'm hiding this link until we enable case studies #}Call To Action Relating to Feature{% endcomment %}
{% translate "Get started with Django" %}
{% endblock content %} {% block content-related %} {# Remove the sites in the list below that are used in case studies once they are there #} {% comment %}

Case Studies

You’ve probably used a site that uses Django. Find out why Django was the right solution for these organizations.

See all case studies
{% endcomment %} {% endblock content-related %} {% block content-extra %}

{% translate "Sites Using Django" %}

{# Remove the sites that are used in case studies once they are there #}
{% endblock content-extra %}