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">
|
2015-04-21 10:05:11 +03:00
|
|
|
<title>{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</title>
|
2014-10-31 18:38:27 +03:00
|
|
|
<link href="{{ base_url }}/img/favicon.ico" rel="icon" type="image/x-icon">
|
|
|
|
<link rel="canonical" href="{{ canonical_url }}" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2015-04-21 10:01:27 +03:00
|
|
|
<meta name="description" content="Django, API, REST{% if current_page %}, {{ current_page.title }}{% endif %}">
|
2014-10-31 18:38:27 +03:00
|
|
|
<meta name="author" content="Tom Christie">
|
|
|
|
|
|
|
|
<!-- Le styles -->
|
|
|
|
<link href="{{ base_url }}/css/prettify.css" rel="stylesheet">
|
|
|
|
<link href="{{ base_url }}/css/bootstrap.css" rel="stylesheet">
|
|
|
|
<link href="{{ base_url }}/css/bootstrap-responsive.css" rel="stylesheet">
|
|
|
|
<link href="{{ base_url }}/css/default.css" rel="stylesheet">
|
|
|
|
|
|
|
|
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<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>
|
2015-04-21 10:01:27 +03:00
|
|
|
<body onload="prettyPrint()" class="{% if current_page and current_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">
|
2015-04-21 10:01:27 +03:00
|
|
|
{% if current_page and current_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 %}
|
|
|
|
|
2014-10-09 13:14:04 +04:00
|
|
|
{% for toc_item in toc %}
|
2015-04-21 10:01:27 +03:00
|
|
|
<li class="{% if current_page and not current_page.is_homepage %}main{% endif %}">
|
2014-11-19 18:59:25 +03:00
|
|
|
<a href="{{ toc_item.url }}">{{ toc_item.title }}</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
{% for toc_item in toc_item.children %}
|
|
|
|
<li>
|
|
|
|
<a href="{{ toc_item.url }}">{{ toc_item.title }}</a>
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
|
2015-06-18 15:57:40 +03:00
|
|
|
<div class="promo">
|
|
|
|
<hr/>
|
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 %}
|
|
|
|
{% if meta.source %}
|
|
|
|
{% for filename in meta.source %}
|
|
|
|
<a class="github" href="https://github.com/tomchristie/django-rest-framework/tree/master/rest_framework/{{ filename }}">
|
|
|
|
<span class="label label-info">{{ filename }}</span>
|
|
|
|
</a>
|
|
|
|
{% endfor %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
{% 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 -->
|
|
|
|
<script src="{{ base_url }}/js/jquery-1.8.1-min.js"></script>
|
|
|
|
<script src="{{ base_url }}/js/prettify-1.0.js"></script>
|
|
|
|
<script src="{{ base_url }}/js/bootstrap-2.1.1-min.js"></script>
|
2016-05-26 13:48:15 +03:00
|
|
|
<script src="https://fund.django-rest-framework.org/sidebar_include.js"></script>
|
2015-04-21 10:07:02 +03:00
|
|
|
<script>var base_url = '{{ base_url }}';</script>
|
2015-04-24 00:18:35 +03:00
|
|
|
<script src="{{ base_url }}/mkdocs/js/require.js"></script>
|
|
|
|
<script src="{{ base_url }}/js/theme.js"></script>
|
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>
|