Skip to content

LegoStormtroopr/aristotle-mdr-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aristotle-MDR API

image

image

The Aristotle-MDR API provides a self-documenting JSON API for retrieving content from thean Aristotle-MeteData-Registry

Quick start

  1. Add aristotle_mdr_api and rest_framework to your INSTALLED_APPS setting:

    INSTALLED_APPS = (
        ...
        'aristotle_mdr',
        'aristotle_mdr_api',
        'rest_framework',
        ...
    )
  2. Include the API URL definitions in your Django URLconf file :

    url(r'^api/', include('aristotle_mdr_api.urls',app_name="aristotle_mdr_api",namespace="aristotle"))),
  3. Run python manage.py migrate to update the database to include the models for the API.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.2%
  • HTML 41.8%