Security analyst notes.
Project description
=============================
django-analystnotes
=============================
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
History
-------
0.1.0 (2015-07-01)
++++++++++++++++++
* First release on PyPI.
django-analystnotes
=============================
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
History
-------
0.1.0 (2015-07-01)
++++++++++++++++++
* First release on PyPI.