mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Merge baea6ccd83
into 99382f3ccb
This commit is contained in:
commit
7908d09006
|
@ -1,4 +1,4 @@
|
||||||
{% load staticfiles %}
|
{% load static %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load rest_framework %}
|
{% load rest_framework %}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load staticfiles %}
|
{% load static %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load rest_framework %}
|
{% load rest_framework %}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load staticfiles %}
|
{% load static %}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% load rest_framework %}
|
{% load rest_framework %}
|
||||||
{% load staticfiles %}
|
{% load static %}
|
||||||
<pre class="highlight javascript hide" data-language="javascript"><code>{% code html %}<!-- Load the JavaScript client library -->
|
<pre class="highlight javascript hide" data-language="javascript"><code>{% code html %}<!-- Load the JavaScript client library -->
|
||||||
<script src="{% static 'rest_framework/js/coreapi-0.1.0.js' %}"></script>
|
<script src="{% static 'rest_framework/js/coreapi-0.1.0.js' %}"></script>
|
||||||
<script src="{% url 'api-docs:schema-js' %}"></script>{% endcode %}</code></pre>
|
<script src="{% url 'api-docs:schema-js' %}"></script>{% endcode %}</code></pre>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "rest_framework/base.html" %}
|
{% extends "rest_framework/base.html" %}
|
||||||
{% load staticfiles %}
|
{% load static %}
|
||||||
{% load rest_framework %}
|
{% load rest_framework %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user