django-analystnotes

Security analyst notes.


Keywords
django-analystnotes
License
BSD-3-Clause
Install
pip install django-analystnotes==0.1.0

Documentation

django-analystnotes

https://badge.fury.io/py/django-analystnotes.png https://travis-ci.org/jpleger/django-analystnotes.png?branch=master https://coveralls.io/repos/jpleger/django-analystnotes/badge.png?branch=master

Security analyst notes.

Documentation

The full documentation is at https://django-analystnotes.readthedocs.org.

Quickstart

Install django-analystnotes:

pip install django-analystnotes

Then use it in a project:

import django-analystnotes

Setup analystnotes and rest_framework in settings.py

INSTALLED_APPS = (
... 'rest_framework', 'analystnotes',

)

Features

  • TODO