Skip to main content

Documentation for Web APIs made with Django Rest Framework.

Project description

# [DRF Docs](http://www.drfdocs.com/) [![travis][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] [![pypi][pypi-image]][pypi-url] [![slack][slack-image]][slack-url]

Document Web APIs made with Django Rest Framework. [View Demo](http://demo.drfdocs.com/)

![DRFdocs](https://cloud.githubusercontent.com/assets/6333409/13193861/69e82aec-d778-11e5-95c4-77f4ef29e6e5.png)

### Supports

- Python (2.7, 3.3, 3.4, 3.5)
- Django (1.8, 1.9)
- Django Rest Framework (3+)


### Documentation - Table of contents

- [Installation](http://drfdocs.com/installation/)
- [Settings](http://drfdocs.com/settings/)
- [Extending the template](http://drfdocs.com/templates/)
- [Live API Endpoints](http://drfdocs.com/live-api/)
- [Contributing & Development](http://drfdocs.com/contributing/)
- [Changelog](http://drfdocs.com/changelog/)


### Development & Demo Project
If you are looking to develop this package with one of your own django projects:

pyvenv env
env/bin/pip install -r requirements.txt
pip install -e ~/Projects/drf-docs/

If you want to use the demo app to work on this package:
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 check the [README.md](demo/README.md) of the demo project.

For more information visit [the docs](http://drfdocs.com/contributing/).

### Installation

Install using pip:

pip install drfdocs

Add 'rest_framework_docs' to your `INSTALLED_APPS` setting:

INSTALLED_APPS = (
...
'rest_framework_docs',
)

Finally include the `rest_framework_docs` urls in your `urls.py`:

urlpatterns = [
...
url(r'^docs/', include('rest_framework_docs.urls')),
]


### Settings
You can find detailed information about the package's settings at [the docs](http://drfdocs.com/settings/).

REST_FRAMEWORK_DOCS = {
'HIDE_DOCS': True # Default: False
}


### Credits

First of all thanks to the [Django](http://www.djangoproject.com/) core team and to all the contributors of [Django REST Framework](http://www.django-rest-framework.org/) for their amazing work. Also I would like to thank [Marc Gibbons](https://github.com/marcgibbons) for his *django-rest-framework-docs* project. Both projects share the same idea, it is just that Marc's is not maintained anymore and does not support DRF 3+ & Python 3.

[travis-image]: https://travis-ci.org/ekonstantinidis/django-rest-framework-docs.svg?branch=master
[travis-url]: https://travis-ci.org/ekonstantinidis/django-rest-framework-docs

[pypi-image]: https://badge.fury.io/py/drfdocs.svg
[pypi-url]: https://pypi.python.org/pypi/drfdocs/

[codecov-image]: https://codecov.io/github/ekonstantinidis/django-rest-framework-docs/coverage.svg?branch=master
[codecov-url]:https://codecov.io/github/ekonstantinidis/django-rest-framework-docs?branch=master

[slack-image]: https://img.shields.io/badge/slack-pythondev/drfdocs-e01563.svg
[slack-url]: https://pythondev.slack.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drfdocs-0.0.11.tar.gz (771.1 kB view details)

Uploaded Source

File details

Details for the file drfdocs-0.0.11.tar.gz.

File metadata

  • Download URL: drfdocs-0.0.11.tar.gz
  • Upload date:
  • Size: 771.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for drfdocs-0.0.11.tar.gz
Algorithm Hash digest
SHA256 a94d63d714aa2796d85b695a665b17092260ab2447b9aed7453bf914a0056e1e
MD5 ae42aba1e598ac110de74bdad0f3d3f4
BLAKE2b-256 e59e3a9aa6908ad7bd95b46f7fe05256681f4101de9a7769b6928159a986ef61

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page