django-yaat

The django-restify-framework resource of the yaat AngularJs module


License
MIT
Install
pip install django-yaat==1.4.4

Documentation

django-yaat

Documentation Status

This is the django-restify-framework resource of the yaat AngularJS module.

Install

pip install django-yaat

Requirements

This module is developed in Python 3.4.2. Backwards compatibility is not guaranteed (tests are welcome).

  • Django>=1.8.4

    Might work with older versions. I haven't tried.

  • django-restify-framework==0.22

    This is the library django-yaat is built on.

  • django-ordered-model

    This is required to store the order of columns of each resource (if the resource is statefull).

Development requirements

pip install -r requirements.txt

It will also install tools for documentation generation.

Run tests

python runtests.py