Skip to content

Commit dc023a0

Browse files
author
Emmanouil Konstantinidis
committed
Add further instructions
1 parent 24d01ca commit dc023a0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ __pycache__/
44
env/
55
djangorestframeworkdocs.egg-info/
66

7+
demo/env/
78
demo/db.sqlite3

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Finally include the `rest_framework_docs` urls in your `urls.py`:
3838
url(r'^docs/', include('rest_framework_docs.urls')),
3939
]
4040

41+
### Development & Demo Project
42+
Included in this repo you can find the demo project(at `/demo`). It is a project with *Django* & *Django Rest Framework* that will allow you to work with this project. For more information on how you can set it up please readme the [README.md](demo/README.md) of the demo project.
43+
4144
### Settings
4245

4346
REST_FRAMEWORK_DOCS = {

rest_framework_docs/templates/rest_framework_docs/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h4 class="panel-title title">
6767

6868
{% endfor %}
6969
{% else %}
70-
<h2 class="center">There are currently no api endpoints to document.</h2>
70+
<h2 class="text-center">There are currently no api endpoints to document.</h2>
7171
{% endif %}
7272

7373
{% endblock %}

0 commit comments

Comments
 (0)