Skip to content

juanique/django-tastydocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-tastydocs

Automatic Web Documentation for django-tastypie

Requirement: django-chocolate - https://github.com/juanique/django-chocolate

How to use

  • Add tastydocs to the INSTALLED_APPS tuple on settings.py.
  • Add a reference to the tastydocs URLs in urls.py

In urls.py:

(r'^docs/', include("tastydocs.urls"), {"api": api}) # api must be a reference to the TastyPie API object.

Check out the test_project directory for an example of a project using this tool.

About

Automatic Web Documentation for django-tastytools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published