2012-09-01 23:26:27 +04:00
|
|
|
<!DOCTYPE html>
|
2012-10-26 12:30:46 +04:00
|
|
|
<html lang="en">
|
2014-10-31 18:38:27 +03:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<meta charset="utf-8">
|
2017-03-20 19:24:19 +03:00
|
|
|
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }}</title>
|
2020-02-20 13:23:06 +03:00
|
|
|
<link href="{{ 'img/favicon.ico'|url }}" rel="icon" type="image/x-icon">
|
2019-07-15 22:11:49 +03:00
|
|
|
<link rel="canonical" href="{{ page.canonical_url|url }}" />
|
2014-10-31 18:38:27 +03:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2017-03-20 19:24:19 +03:00
|
|
|
<meta name="description" content="Django, API, REST{% if page %}, {{ page.title }}{% endif %}">
|
2014-10-31 18:38:27 +03:00
|
|
|
<meta name="author" content="Tom Christie">
|
|
|
|
|
|
|
|
<!-- Le styles -->
|
2020-02-20 13:23:06 +03:00
|
|
|
<link href="{{ 'css/prettify.css'|url }}" rel="stylesheet">
|
|
|
|
<link href="{{ 'css/bootstrap.css'|url }}" rel="stylesheet">
|
|
|
|
<link href="{{ 'css/bootstrap-responsive.css'|url }}" rel="stylesheet">
|
|
|
|
<link href="{{ 'css/default.css'|url }}" rel="stylesheet">
|
2014-10-31 18:38:27 +03:00
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
|
|
_gaq.push(['_setAccount', 'UA-18852272-2']);
|
|
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
|
|
|
|
(function() {
|
|
|
|
var ga = document.createElement('script');
|
|
|
|
ga.type = 'text/javascript';
|
|
|
|
ga.async = true;
|
|
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
|
|
var s = document.getElementsByTagName('script')[0];
|
|
|
|
s.parentNode.insertBefore(ga, s);
|
|
|
|
})();
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
2016-05-26 13:48:15 +03:00
|
|
|
#sidebarInclude img {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
#sidebarInclude a.promo {
|
2014-10-31 18:38:27 +03:00
|
|
|
color: black;
|
2016-05-26 13:48:15 +03:00
|
|
|
}
|
2014-10-31 18:38:27 +03:00
|
|
|
@media (max-width: 767px) {
|
|
|
|
div.promo {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
2017-03-20 19:24:19 +03:00
|
|
|
<body onload="prettyPrint()" class="{% if page and page.is_homepage %}index{% endif %}-page">
|
2012-09-01 23:26:27 +04:00
|
|
|
|
2012-10-05 19:32:41 +04:00
|
|
|
<div class="wrapper">
|
2014-10-30 01:29:41 +03:00
|
|
|
{% include "nav.html" %}
|
2012-09-01 23:26:27 +04:00
|
|
|
|
2012-10-05 19:32:41 +04:00
|
|
|
<div class="body-content">
|
|
|
|
<div class="container-fluid">
|
2014-10-31 18:38:27 +03:00
|
|
|
<!-- Search Modal -->
|
2015-04-21 10:07:02 +03:00
|
|
|
<div id="mkdocs_search_modal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
2014-10-31 18:38:27 +03:00
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
|
<h3 id="myModalLabel">Documentation search</h3>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-body">
|
2015-07-30 04:24:55 +03:00
|
|
|
<form role="form" autocomplete="off">
|
2015-04-21 10:07:02 +03:00
|
|
|
<div class="form-group">
|
2015-04-24 00:18:35 +03:00
|
|
|
<input type="text" name="q" class="form-control" placeholder="Search..." id="mkdocs-search-query">
|
2015-04-21 10:07:02 +03:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<div id="mkdocs-search-results"></div>
|
2014-10-31 18:38:27 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-03-28 19:58:53 +04:00
|
|
|
|
2012-10-05 19:32:41 +04:00
|
|
|
<div class="row-fluid">
|
|
|
|
<div class="span3">
|
|
|
|
<div id="table-of-contents">
|
|
|
|
<ul class="nav nav-list side-nav well sidebar-nav-fixed">
|
2017-03-20 19:24:19 +03:00
|
|
|
{% if page and page.is_homepage %}
|
2015-06-18 15:57:40 +03:00
|
|
|
<li class="main">
|
|
|
|
<a href="#">Django REST framework</a>
|
|
|
|
</li>
|
2014-11-25 16:05:48 +03:00
|
|
|
{% endif %}
|
|
|
|
|
2017-03-20 19:24:19 +03:00
|
|
|
{% for toc_item in page.toc %}
|
|
|
|
<li class="{% if page and not page.is_homepage %}main{% endif %}">
|
2019-07-16 11:31:29 +03:00
|
|
|
<a href="{{ toc_item.url }}">{{ toc_item.title }}</a>
|
2014-11-19 18:59:25 +03:00
|
|
|
</li>
|
|
|
|
|
|
|
|
{% for toc_item in toc_item.children %}
|
|
|
|
<li>
|
2019-07-16 11:31:29 +03:00
|
|
|
<a href="{{ toc_item.url }}">{{ toc_item.title }}</a>
|
2014-11-19 18:59:25 +03:00
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
|
2015-06-18 15:57:40 +03:00
|
|
|
<div class="promo">
|
2020-02-20 13:23:06 +03:00
|
|
|
{% if page.toc %}<hr/>{% endif %}
|
2016-05-26 13:48:15 +03:00
|
|
|
<div id="sidebarInclude">
|
2015-06-18 15:57:40 +03:00
|
|
|
</div>
|
2014-10-29 23:54:20 +03:00
|
|
|
</ul>
|
2013-10-21 12:30:01 +04:00
|
|
|
|
2012-10-05 19:32:41 +04:00
|
|
|
</div>
|
2012-09-07 21:05:44 +04:00
|
|
|
</div>
|
2012-09-01 23:26:27 +04:00
|
|
|
|
2012-10-05 19:32:41 +04:00
|
|
|
<div id="main-content" class="span9">
|
2015-04-21 10:01:27 +03:00
|
|
|
{% block content %}
|
2017-03-20 19:24:19 +03:00
|
|
|
{% if page.meta.source %}
|
|
|
|
{% for filename in page.meta.source %}
|
2017-04-07 17:28:35 +03:00
|
|
|
<a class="github" href="https://github.com/encode/django-rest-framework/tree/master/rest_framework/{{ filename }}">
|
2015-04-21 10:01:27 +03:00
|
|
|
<span class="label label-info">{{ filename }}</span>
|
|
|
|
</a>
|
|
|
|
{% endfor %}
|
|
|
|
{% endif %}
|
|
|
|
|
2017-03-20 19:24:19 +03:00
|
|
|
{{ page.content }}
|
2015-04-21 10:01:27 +03:00
|
|
|
{% endblock %}
|
|
|
|
|
2015-06-18 15:57:40 +03:00
|
|
|
</div> <!--/span-->
|
|
|
|
</div> <!--/row-->
|
|
|
|
</div> <!--/.fluid-container-->
|
|
|
|
</div> <!--/.body content-->
|
2014-10-31 18:38:27 +03:00
|
|
|
<div id="push"></div>
|
2015-06-18 15:57:40 +03:00
|
|
|
</div> <!--/.wrapper -->
|
2012-10-05 18:22:30 +04:00
|
|
|
|
2012-10-05 19:32:41 +04:00
|
|
|
<footer class="span12">
|
2015-09-23 11:51:23 +03:00
|
|
|
<p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.
|
2014-10-31 18:38:27 +03:00
|
|
|
</p>
|
2012-10-05 19:32:41 +04:00
|
|
|
</footer>
|
2012-10-05 18:22:30 +04:00
|
|
|
|
2014-10-31 18:38:27 +03:00
|
|
|
<!-- Le javascript
|
|
|
|
================================================== -->
|
|
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
2019-07-16 23:00:45 +03:00
|
|
|
<script async src="https://fund.django-rest-framework.org/sidebar_include.js"></script>
|
2020-02-20 13:23:06 +03:00
|
|
|
<script src="{{ 'js/jquery-1.8.1-min.js'|url }}"></script>
|
|
|
|
<script src="{{ 'js/prettify-1.0.js'|url }}"></script>
|
|
|
|
<script src="{{ 'js/bootstrap-2.1.1-min.js'|url }}"></script>
|
|
|
|
<script src="{{ 'js/theme.js'|url }}"></script>
|
2014-10-31 18:38:27 +03:00
|
|
|
|
2019-07-16 23:00:45 +03:00
|
|
|
<script>var base_url = '{{ base_url }}';</script>
|
|
|
|
{% for path in config.extra_javascript %}
|
|
|
|
<script src="{{ path|url }}" defer></script>
|
|
|
|
{% endfor %}
|
|
|
|
|
2014-10-31 18:38:27 +03:00
|
|
|
<script>
|
|
|
|
var shiftWindow = function() {
|
|
|
|
scrollBy(0, -50)
|
|
|
|
};
|
2015-06-16 04:46:08 +03:00
|
|
|
|
2014-10-31 18:38:27 +03:00
|
|
|
if (location.hash) shiftWindow();
|
|
|
|
window.addEventListener("hashchange", shiftWindow);
|
|
|
|
|
|
|
|
$('.dropdown-menu').on('click touchstart', function(event) {
|
|
|
|
event.stopPropagation();
|
|
|
|
});
|
|
|
|
|
2015-06-16 04:46:08 +03:00
|
|
|
// Dynamically force sidenav/dropdown to no higher than browser window
|
|
|
|
$('.side-nav, .dropdown-menu').css('max-height', window.innerHeight - 130);
|
2014-10-31 18:38:27 +03:00
|
|
|
|
|
|
|
$(function() {
|
|
|
|
$(window).resize(function() {
|
2015-06-16 04:46:08 +03:00
|
|
|
$('.side-nav, .dropdown-menu').css('max-height', window.innerHeight - 130);
|
2012-09-12 13:12:13 +04:00
|
|
|
});
|
2014-10-31 18:38:27 +03:00
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</body>
|
2013-06-27 02:26:35 +04:00
|
|
|
|
2014-10-31 18:38:27 +03:00
|
|
|
</html>
|