drf_authentication

Django Rest Framework Authentication Module with Angular


Keywords
django, auth, rest, angular, login, logput, passwordpython
License
MIT
Install
pip install drf_authentication==0.1.0

Documentation

Django Rest Framework-Angular Authorization Build Status Coverage Status

Installation

Install the package

    $ pip install drf_authentication
    $ python manage.py bower_install

You must add 'bower' and 'drf_authentication' to INSTALLED_APPS.

Dependencies

django
djangorestframework
jack_bower

Demo

Demo you can check it out.

Testing

Run all tests:

    $ tox

Start test with nose and code coverage:

    $ py.test --ds='tests.test_settings' --junitxml=junit-{envname}.xml