summaryrefslogtreecommitdiff
path: root/djangoproject/templates/overview.html
blob: b8c9031660b2673af94b092d18449dd563c2bf98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{% 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 %}
  <p>
    {% blocktranslate trimmed %}
      <em>Django</em> was invented to meet fast-moving <em>newsroom deadlines</em>, while satisfying the tough
      requirements of <em>experienced web developers</em>.
    {% endblocktranslate %}
  </p>
{% endblock %}

{% block content %}
  <h1>{% translate "Why Django?" %}</h1>

  <p>
    {% 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 %}</p>

  <dl class="list-features">
    <dt><i class="icon icon-bolt"></i> {% translate "Ridiculously fast." %}</dt>
    <dd>
      <p>{% translate "Django was designed to help developers take applications from concept to completion as quickly as possible." %}</p>
      <a class="link-readmore" href="{% url 'start' %}">{% translate "See how fast you can start building" %}</a>
    </dd>

    <dt class="even"><i class="icon icon-briefcase"></i> {% translate "Fully loaded." %}</dt>
    <dd class="even">
      <p>
        {% 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 %}
      </p>

      <a class="link-readmore" href="{% url 'document-detail' lang='en' version='stable' url='intro/overview' host 'docs' %}">
        {% translate "See what’s included" %}
      </a>
    </dd>

    <dt><i class="icon icon-lock"></i> {% translate "Reassuringly secure." %}</dt>
    <dd>
      <p>
        {% 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 %}</p>
      <a class="link-readmore" href="{% url 'document-detail' lang='en' version='stable' url='topics/security' host 'docs' %}">
        {% translate "Read our security overview" %}
      </a>
    </dd>

    <dt class="even"><i class="icon icon-dashboard"></i> {% translate "Exceedingly scalable." %}</dt>
    <dd class="even">
      <p>
        {% 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 %}
      </p>
      <a class="link-readmore" href="{% url 'document-detail' lang='en' version='stable' url='faq/general' host 'docs' %}#does-django-scale">{% translate "Learn more about scaling Django applications" %}</a>
    </dd>

    <dt><i class="icon icon-cogs"></i> {% translate "Incredibly versatile." %}</dt>
    <dd>
      <p>{% 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." %}</p>
    {% comment %}{# I'm hiding this link until we enable case studies #}<a class="link-readmore" href="#">Call To Action Relating to Feature</a>{% endcomment %}
    </dd>

  </dl>

  <div class="section">
    <a href="{% url 'start' %}" class="cta">{% translate "Get started <em>with Django</em>" %}</a>
  </div>
{% endblock %}

{% block content-related %}

{# Remove the sites in the list below that are used in case studies once they are there #}

{% comment %}
<div class="layout-secondary">
  <div class="container">
    <h1><span>Case Studies</span></h1>
    <p>You’ve probably used a site that uses Django. Find out why Django was the right solution for these organizations.</p>


    <ul class="list-case-study">
      <li>
        <h3 class="logo" title="Mozilla">Mozilla</h3>
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p>
        <a href="{% url 'case_study' %}">Read More</a>
      </li>
      <li>
        <h3 class="logo" title="Disqus">Disqus</h3>
        <p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
        <a href="{% url 'case_study' %}">Read More</a>
      </li>
      <li>
        <h3 class="logo" title="Knight Foundation">Knight Foundation</h3>
        <p>When the Knight Foundation began redesigning their <a href="https://www.knightfoundation.org">website</a>, they were on multiple content management systems they’d outgrown, with a site that couldn’t handle traffic spikes. Knight needed a future-proof solution.</p>
        <a href="{% url 'case_study' %}">Read More</a>
      </li>
    </ul>

    <a href="{% url 'case_study_index' %}" class="link-readmore">See all case studies</a>
  </div>
</div>
{% endcomment %}

{% endblock %}

{% block content-extra %}

  <div class="layout-tertiary">
    <div class="container">
      <h2>{% translate "Sites Using Django" %}</h2>
    {# Remove the sites that are used in case studies once they are there #}
      <ul class="list-link-soup">
        <li><a href="https://disqus.com/">Disqus</a></li>
        <li><a href="https://www.instagram.com/">Instagram</a></li>
        <li><a href="https://www.knightfoundation.org/">Knight Foundation</a></li>
        <li><a href="https://www.macfound.org/">MacArthur Foundation</a></li>
        <li><a href="https://www.mozilla.org/">Mozilla</a></li>
        <li><a href="http://www.nationalgeographic.com/">National Geographic</a></li>
        <li><a href="https://okfn.org/">Open Knowledge Foundation</a></li>
        <li><a href="https://www.pinterest.com/">Pinterest</a></li>
        <li><a href="https://www.openstack.org/">Open Stack</a></li>
      </ul>
    </div>
  </div>
{% endblock %}