mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Latest docs build
This commit is contained in:
parent
c45fe115b8
commit
a847061476
13
index.html
13
index.html
|
@ -204,7 +204,16 @@
|
|||
|
||||
<hr />
|
||||
<p>
|
||||
<img src="img/logo.png" width=600px style="display: block; margin: 0 auto 0 auto">
|
||||
<h1 style="position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0,0,0,0);
|
||||
border: 0;">Django REST Framework</h1>
|
||||
|
||||
<img alt="Django REST Framework" title="Logo by Jake 'Sid' Smith" src="img/logo.png" width="600px" style="display: block; margin: 0 auto 0 auto">
|
||||
</p>
|
||||
|
||||
<!--
|
||||
|
@ -372,7 +381,7 @@ urlpatterns = patterns('',
|
|||
<p>Run the tests:</p>
|
||||
<pre class="prettyprint lang-py"><code>./rest_framework/runtests/runtests.py
|
||||
</code></pre>
|
||||
<p>To run the tests against all supported configurations, first install <a href="http://testrun.org/tox/latest/">the tox testing tool</a> globally, using <code>pip install tox</code>, then simply run <code>tox</code>: </p>
|
||||
<p>To run the tests against all supported configurations, first install <a href="http://testrun.org/tox/latest/">the tox testing tool</a> globally, using <code>pip install tox</code>, then simply run <code>tox</code>:</p>
|
||||
<pre class="prettyprint lang-py"><code>tox
|
||||
</code></pre>
|
||||
<h2 id="support">Support</h2>
|
||||
|
|
Loading…
Reference in New Issue
Block a user